summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/ertictac.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/ertictac.c')
-rw-r--r--src/mame/drivers/ertictac.c34
1 files changed, 17 insertions, 17 deletions
diff --git a/src/mame/drivers/ertictac.c b/src/mame/drivers/ertictac.c
index 8a823c05e28..fac4127801a 100644
--- a/src/mame/drivers/ertictac.c
+++ b/src/mame/drivers/ertictac.c
@@ -1,22 +1,22 @@
/*******************************************************************************************
- Erotictac/Tactic (c) 1990 Sisteme
- Poizone (c) 1991 Eterna
-
- Actually an Acorn Archimedes-based Arcade system
-
- original driver by Tomasz Slanina, Steve Ellenoff, Nicola Salmoria
- rewrite to use AA functions by R.Belmont & Angelo Salese
- special thanks to Tom Walker (author of the Acorn Archimedes Arculator emulator)
-
- TODO (specific issues only):
- - Sound is currently ugly in both games, recognizable but still nowhere near perfection
- - ertictac: 'music' dip-sw makes the game to just hang, BGM doesn't play either for
- whatever reason (should be triggered as soon as it executes the POST)
- - poizone: ARM core bugs causes it to crash at some point.
- - Does this Arcade conversion have I2C device? It seems unused afaik.
- - Need PCB for identify the exact model of AA, available RAM, what kind of i/o "podule"
- it has etc.
+ Erotictac/Tactic (c) 1990 Sisteme
+ Poizone (c) 1991 Eterna
+
+ Actually an Acorn Archimedes-based Arcade system
+
+ original driver by Tomasz Slanina, Steve Ellenoff, Nicola Salmoria
+ rewrite to use AA functions by R.Belmont & Angelo Salese
+ special thanks to Tom Walker (author of the Acorn Archimedes Arculator emulator)
+
+ TODO (specific issues only):
+ - Sound is currently ugly in both games, recognizable but still nowhere near perfection
+ - ertictac: 'music' dip-sw makes the game to just hang, BGM doesn't play either for
+ whatever reason (should be triggered as soon as it executes the POST)
+ - poizone: ARM core bugs causes it to crash at some point.
+ - Does this Arcade conversion have I2C device? It seems unused afaik.
+ - Need PCB for identify the exact model of AA, available RAM, what kind of i/o "podule"
+ it has etc.
*******************************************************************************************/
#include "emu.h"