summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/rx78.c
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2014-04-07 06:04:18 +0000
committer Miodrag Milanovic <mmicko@gmail.com>2014-04-07 06:04:18 +0000
commitfec65e0b5766ade69e086d1c5b859d97494fce56 (patch)
treec22b07938e9ad590184f1276bc2bead6d888a78d /src/mess/drivers/rx78.c
parent30d94e51c53f30187a1bc565ef33e4744319790e (diff)
Cleanups and version bumpmame0153
Diffstat (limited to 'src/mess/drivers/rx78.c')
-rw-r--r--src/mess/drivers/rx78.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mess/drivers/rx78.c b/src/mess/drivers/rx78.c
index 564df795342..e2950bca35e 100644
--- a/src/mess/drivers/rx78.c
+++ b/src/mess/drivers/rx78.c
@@ -57,7 +57,7 @@ public:
m_maincpu(*this, "maincpu"),
m_cass(*this, "cassette"),
m_ram(*this, RAM_TAG),
- m_palette(*this, "palette")
+ m_palette(*this, "palette")
{ }
DECLARE_READ8_MEMBER( key_r );
@@ -472,7 +472,7 @@ static MACHINE_CONFIG_START( rx78, rx78_state )
MCFG_SCREEN_SIZE(192, 184)
MCFG_SCREEN_VISIBLE_AREA(0, 192-1, 0, 184-1)
MCFG_SCREEN_PALETTE("palette")
-
+
MCFG_PALETTE_ADD("palette", 16+1) //+1 for the background color
MCFG_GFXDECODE_ADD("gfxdecode", "palette", rx78)