summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/mario.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/mario.c')
-rw-r--r--src/mame/drivers/mario.c28
1 files changed, 14 insertions, 14 deletions
diff --git a/src/mame/drivers/mario.c b/src/mame/drivers/mario.c
index d64ad6290f6..e00f58a97c2 100644
--- a/src/mame/drivers/mario.c
+++ b/src/mame/drivers/mario.c
@@ -1,19 +1,19 @@
/***************************************************************************
TODO:
- - combine memory maps
- - discrete sound
- - combine sh_* writes into one routine
-
-Done:
- - fixed mario0110u1gre
- - rewrote driver, separate MACHINE_DRIVER(mario_audio)
- - palette from schematics
- - video timing from schematics
- - driver configuration switch Nintendo/Std Monitor
- - got rid of COLORTABLE
- - clocks as defines in .h
- - use XTAL_*
+ - combine memory maps
+ - discrete sound
+ - combine sh_* writes into one routine
+
+Done:
+ - fixed mario0110u1gre
+ - rewrote driver, separate MACHINE_DRIVER(mario_audio)
+ - palette from schematics
+ - video timing from schematics
+ - driver configuration switch Nintendo/Std Monitor
+ - got rid of COLORTABLE
+ - clocks as defines in .h
+ - use XTAL_*
Mario Bros memory map (preliminary):
@@ -202,7 +202,7 @@ static INPUT_PORTS_START( mario )
PORT_CONFNAME( 0x01, 0x00, "Monitor" )
PORT_CONFSETTING( 0x00, "Nintendo" )
PORT_CONFSETTING( 0x01, "Std 15.72Khz" )
-
+
INPUT_PORTS_END
static INPUT_PORTS_START( marioo )