summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/meyc8088.cpp
diff options
context:
space:
mode:
author hap <happppp@users.noreply.github.com>2017-11-15 20:19:58 +0100
committer hap <happppp@users.noreply.github.com>2017-11-15 20:19:58 +0100
commit8b8051fc417e6485b62756ddbba29c76b9b8fffd (patch)
tree19cf7a1b6489a38279f77f2f07df8f33018f114d /src/mame/drivers/meyc8088.cpp
parentc059ad245f5855ecc1d07ab2c402cdce38ad4a3a (diff)
mey8088: standard file header (nw)
Diffstat (limited to 'src/mame/drivers/meyc8088.cpp')
-rw-r--r--src/mame/drivers/meyc8088.cpp7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/mame/drivers/meyc8088.cpp b/src/mame/drivers/meyc8088.cpp
index 6897f0bdbb3..af77a96f749 100644
--- a/src/mame/drivers/meyc8088.cpp
+++ b/src/mame/drivers/meyc8088.cpp
@@ -1,5 +1,6 @@
// license:BSD-3-Clause
// copyright-holders:hap, Roberto Fresca
+// thanks-to:Darrell Hal Smith, Kevin Mullins
/****************************************************************
Meyco 8088 based hardware
@@ -8,10 +9,6 @@
3 x 8KB EPROM (max 4), 3 x 8KB RAM (max 4), 2KB battery RAM,
2 x i8155, optional i8251A + RS232 for factory debug
- driver by MAME team
- also thanks to Darrell Hal Smith, Kevin Mullins
-
-
To initialize battery RAM, go into Meter Read mode (F1 -> 9),
and then press the Meter Read + Reset buttons (9 + 0).
@@ -19,9 +16,9 @@
in mid-game, it may run faulty on the next boot.
Enable the Night Switch to prevent this.
-
TODO:
- coincounters/hopper
+ - correct CPU speed (currently underclocked)
****************************************************************/