From f97d37b7e039eea768e2661d0a9ebb9b0ea59076 Mon Sep 17 00:00:00 2001 From: Aaron Giles Date: Thu, 3 Jan 2008 16:11:57 +0000 Subject: Spacing fixes and a version bump to 0.122u3. --- src/mame/drivers/mario.c | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'src/mame/drivers/mario.c') 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 ) -- cgit v1.2.3