From 8b8051fc417e6485b62756ddbba29c76b9b8fffd Mon Sep 17 00:00:00 2001 From: hap Date: Wed, 15 Nov 2017 20:19:58 +0100 Subject: mey8088: standard file header (nw) --- src/mame/drivers/meyc8088.cpp | 7 ++----- 1 file 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) ****************************************************************/ -- cgit v1.2.3