summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/funworld.h
diff options
context:
space:
mode:
author Roberto Fresca <robbie@robertofresca.com>2019-04-06 20:00:03 +0200
committer Roberto Fresca <robbie@robertofresca.com>2019-04-06 20:00:03 +0200
commitf4a57bf2cca2c7fe8c73c5cf60d690c5eb28fb02 (patch)
treedc7a8b887bf504eaacc36807e6ef74a0be51f14f /src/mame/includes/funworld.h
parent0457b39872102dc0d5e4c0774890d23b3a696c58 (diff)
More Fun World improvements... [Roberto Fresca]
- Marked royalcrdc graphics ROM roj.ic26 as bad dump. address line 08 is faulty, so you have 0x100 bytes blocks repeated along the dump. - Reworked jolycdig and added default NVRAM. - Added button-lamps support to jolycdig & jolycdab. Both games were promoted to working state. - Added technical and game notes. Machines promoted to working ---------------------------- Jolly Card (Austrian, Fun World, bootleg) [Roberto Fresca, Grull Osgo] Jolly Card (Italian, bootleg, set 2) [Roberto Fresca, Grull Osgo]
Diffstat (limited to 'src/mame/includes/funworld.h')
-rw-r--r--src/mame/includes/funworld.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/includes/funworld.h b/src/mame/includes/funworld.h
index 97f5ba7ef9a..39c6a4f4e07 100644
--- a/src/mame/includes/funworld.h
+++ b/src/mame/includes/funworld.h
@@ -40,6 +40,7 @@ public:
void init_tabblue();
void init_dino4();
void init_ctunk();
+ void init_jolycdig();
protected:
DECLARE_WRITE8_MEMBER(funworld_videoram_w);