From 560b3510546d47d28274be23f7a9a4e9305362f3 Mon Sep 17 00:00:00 2001 From: Robbbert Date: Sun, 12 Jul 2020 01:47:28 +1000 Subject: [PATCH] tec1: updated notes --- src/mame/drivers/tec1.cpp | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/mame/drivers/tec1.cpp b/src/mame/drivers/tec1.cpp index f27b8fc26e0..a85530ceef8 100644 --- a/src/mame/drivers/tec1.cpp +++ b/src/mame/drivers/tec1.cpp @@ -42,10 +42,12 @@ Each key causes a beep to be heard. You may need to press more than once to get it to register. Inbuilt games - press the following sequence of keys: -- Welcome: RESET D 1 + 0 2 AD 0 2 7 0 GO GO (Paste: D1^02 -0270XX) -- Nim: RESET AD 3 E 0 GO GO (Paste: -3E0XX) -- Invaders: RESET AD 3 2 0 GO GO (Paste: -320XX) -- Luna Lander: RESET AD 4 9 0 GO GO (Paste: -490XX) +- Invaders: RESET AD 0 0 0 8 GO GO (Paste: -0008XX) +- Nim: RESET AD 0 0 1 0 GO GO (Paste: -0010XX) +- Lunar Lander: RESET AD 0 0 1 8 GO GO (Paste: -0018XX) +Tunes: +- Bealach An Doirin: RESET AD 0 0 2 8 GO GO (Paste: -0028XX) +- Biking up the strand: RESET AD 0 0 3 0 GO GO (Paste: -0030XX) Thanks to Chris Schwartz who dumped his ROM for me way back in the old days. It's only taken 25 years to get around to emulating it...