diff options
| author | 2014-04-07 06:04:18 +0000 | |
|---|---|---|
| committer | 2014-04-07 06:04:18 +0000 | |
| commit | fec65e0b5766ade69e086d1c5b859d97494fce56 (patch) | |
| tree | c22b07938e9ad590184f1276bc2bead6d888a78d /src/mess/drivers/pp01.c | |
| parent | 30d94e51c53f30187a1bc565ef33e4744319790e (diff) | |
Cleanups and version bumpmame0153
Diffstat (limited to 'src/mess/drivers/pp01.c')
| -rw-r--r-- | src/mess/drivers/pp01.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/drivers/pp01.c b/src/mess/drivers/pp01.c index e7945d0e07a..39e2a210c71 100644 --- a/src/mess/drivers/pp01.c +++ b/src/mess/drivers/pp01.c @@ -209,7 +209,7 @@ static MACHINE_CONFIG_START( pp01, pp01_state ) MCFG_SCREEN_VISIBLE_AREA(0, 256-1, 0, 256-1) MCFG_SCREEN_UPDATE_DRIVER(pp01_state, screen_update_pp01) MCFG_SCREEN_PALETTE("palette") - + MCFG_PALETTE_ADD("palette", 8) MCFG_PALETTE_INIT_OWNER(pp01_state, pp01) |
