summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/funworld.c
diff options
context:
space:
mode:
author Aaron Giles <aaron@aarongiles.com>2008-12-06 17:54:42 +0000
committer Aaron Giles <aaron@aarongiles.com>2008-12-06 17:54:42 +0000
commitd92a2e0c4e5060315ebce8bb26997227940f1662 (patch)
tree759499aac683a34dd4c3c5cf12406a0ead96e483 /src/mame/drivers/funworld.c
parent4c1762ee26e8ebdcb0b7b22aa191ee4b087ec52b (diff)
Cleanups/version bump/added missing drivers.mame0128u5
Diffstat (limited to 'src/mame/drivers/funworld.c')
-rw-r--r--src/mame/drivers/funworld.c20
1 files changed, 10 insertions, 10 deletions
diff --git a/src/mame/drivers/funworld.c b/src/mame/drivers/funworld.c
index 0d5ef4f9409..0e974e985b9 100644
--- a/src/mame/drivers/funworld.c
+++ b/src/mame/drivers/funworld.c
@@ -1108,7 +1108,7 @@ static ADDRESS_MAP_START( saloon_map, ADDRESS_SPACE_PROGRAM, 8 )
AM_RANGE(0x1000, 0x1000) AM_READ(input_port_2_r)
AM_RANGE(0x1800, 0x1800) AM_READWRITE(ay8910_read_port_0_r, ay8910_control_port_0_w)
AM_RANGE(0x1801, 0x1801) AM_WRITE(ay8910_write_port_0_w)
-// AM_RANGE(0x2000, 0x2000) AM_READNOP /* some unknown reads... maybe a DSW */
+// AM_RANGE(0x2000, 0x2000) AM_READNOP /* some unknown reads... maybe a DSW */
AM_RANGE(0x6000, 0x6fff) AM_RAM_WRITE(funworld_videoram_w) AM_BASE(&videoram)
AM_RANGE(0x7000, 0x7fff) AM_RAM_WRITE(funworld_colorram_w) AM_BASE(&colorram)
AM_RANGE(0x8000, 0xffff) AM_ROM
@@ -1118,12 +1118,12 @@ ADDRESS_MAP_END
Unknown R/W
-----------
- 0800 RW ;input?
- 081a W ;unknown (W 0x20)
- 081b W ;unknown (W 0x20 & 0x30)
- 0810 W ;unknown
- 0a01 RW ;input?
- 1000 RW ;input? (W 0xff & 0xfd)
+ 0800 RW ;input?
+ 081a W ;unknown (W 0x20)
+ 081b W ;unknown (W 0x20 & 0x30)
+ 0810 W ;unknown
+ 0a01 RW ;input?
+ 1000 RW ;input? (W 0xff & 0xfd)
*/
@@ -2733,7 +2733,7 @@ static DRIVER_INIT( saloon )
int i, a;
/*****************************
- * Program ROM decryption *
+ * Program ROM decryption *
*****************************/
/* data lines swap: 76543210 -> 76543012 */
@@ -2759,7 +2759,7 @@ static DRIVER_INIT( saloon )
/******************************
- * Graphics ROM decryption *
+ * Graphics ROM decryption *
******************************/
buffer = malloc_or_die(sizeg);
@@ -2777,7 +2777,7 @@ static DRIVER_INIT( saloon )
/****************************
- * Color PROM decryption *
+ * Color PROM decryption *
****************************/
/* data lines swap: 76543210 -> 23546710 */