summaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
author Roberto Fresca <robbie@robertofresca.com>2019-06-25 20:12:48 +0200
committer Roberto Fresca <robbie@robertofresca.com>2019-06-25 20:12:48 +0200
commit836b625cbc8d05cdeec5022a7469657692852f2e (patch)
tree5dc701b77cdc295289cdb1b2d0b9584d0c42a3cd /src
parent04710621a74db02c721cfbccaa5c3d8548a4f769 (diff)
4enlinea.cpp. Some cleanup and fix typo.
Diffstat (limited to 'src')
-rw-r--r--src/mame/drivers/4enlinea.cpp18
1 files changed, 10 insertions, 8 deletions
diff --git a/src/mame/drivers/4enlinea.cpp b/src/mame/drivers/4enlinea.cpp
index c50fea1a9ba..1b1c7cbd677 100644
--- a/src/mame/drivers/4enlinea.cpp
+++ b/src/mame/drivers/4enlinea.cpp
@@ -177,20 +177,21 @@
**************************************************************************
+ Known games on this or similar hardware:
+
+ - [DUMPED] 4 en Línea (Compumatic)
+ - [DUMPED] Olympic Darts (K7 Kursaal. At least three different hardware revisions)
+ - [MISSING] Sport Dart TV (Compumatic)
+ - [MISSING] Dart Queen (Compumatic / Daryde)
+
+**************************************************************************
+
TODO:
- Proper UM487F device emulation.
- Interlaced video mode.
- Sound.
- More work...
-
-**************************************************************************
-
-Known games on this or simmilar hardware:
-- [DUMPED] 4 en Línea (Compumatic)
-- [DUMPED] Olympic Darts (K7 Kursaal. At least three different hardware revisions)
-- [MISSING] Sport Dart TV (Compumatic)
-- [MISSING] Dart Queen (Compumatic / Daryde)
*************************************************************************/
@@ -697,6 +698,7 @@ ROM_START( k7_olym )
ROM_LOAD( "b1_gal16v8a.ic4", 0x0117, 0x0117, NO_DUMP ) // protected
ROM_END
+
/***********************************
* Game Drivers *
***********************************/