http://www.meetup.com/tetris30/ https://www.facebook.com/groups/110637719775/permalink/10152448987689776/ Well, this might be an idea. I feel like this is kind maybe a little bit of short notice, but I might be interested in rallying the Bay Area folks. It's too bad it falls on a Friday!
This seems kinda terribly thought out. Like what, announce a date just expect people around the world to get themselves organised and pull shit together in a couple of weeks? I mean, I get that it's not been running very long, but none of those places even seem to have a venue yet. Sure, they're chucking some prizes in but other than that it doesn't seem like TTC are doing anything to actively make anything happen on the organisational side.
If anyone is in NYC for that day, I may be going to the MoMA to play the Electronika 60 version! They have it there! Or at least a clone or something. Also might be headed to Barcade in the evening - hit up the Atari machine.
In honour of the 30th anniversary, I've prepared instructions for the best-currently-available emulation of the original tetris. Requirements (I won't provide any links): 1. The PDP-11 simulator from SIMH. 2. The RT-11 disk image rtv53rl.dsk 3. A disk image containing the original Tetris. This may be called GAMES.DSK or TETRIS.DSK. 4. A up-to-date version of MESS. 5. The MESS roms for ie15 and ie15_keyboard. Start simh-pdp11 and enter the following commands: sim> at rl0 rtv53rl.dsk sim> at rl1 GAMES.DSK sim> set throttle 100k sim> set console telnet=2323 sim> set console pchar=37777777777 sim> boot rl0 It should say "Waiting for console Telnet connection" Then start mess with > mess ie15 bitbngr socket.localhost:2323 Wait a moment while RT-11 boots. Then boot to single-job mode (this might be unnecessary with some versions of SIMH). : boot rt11sj Then run Tetris. : run dl1:tetri (Note that by default the apostrophe key is mapped to the key that produces a colon on the 15IE-00-013 terminal.)
Hi everybody, a little late for the meetup, but not for the MESS/SIMH emulation. @cgwg I managed to start the MESS/SIMH environment, but it doesn't start, better, it starts something sometimes but not the RT11... Can you provide details? @anonymous: syntax is correct as I can see the SIMH in "running" state after I fire MESS emulator. I guess there are flags that need to be set in MESS ROM to correctly manage serial port returns.