diff options
| author | 2014-02-27 13:35:15 +0000 | |
|---|---|---|
| committer | 2014-02-27 13:35:15 +0000 | |
| commit | 64ac8f6776fc4451d756b0eb3bb6dbd22c49801a (patch) | |
| tree | bb1d096fecec4684c8ab2b7be1b4d539ca06e57b /src/mess/drivers/mc10.c | |
| parent | f9d3fbaa73ccdab2e5fcf9fc095a14b4f24c3133 (diff) | |
Huge update, palette is now device (nw)
note: Aaron please give more descriptive text for release log I have no more strength :)
Diffstat (limited to 'src/mess/drivers/mc10.c')
| -rw-r--r-- | src/mess/drivers/mc10.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/drivers/mc10.c b/src/mess/drivers/mc10.c index 548e5261d6d..8881f623a6c 100644 --- a/src/mess/drivers/mc10.c +++ b/src/mess/drivers/mc10.c @@ -541,7 +541,7 @@ static MACHINE_CONFIG_START( alice32, mc10_state ) MCFG_SCREEN_UPDATE_DEVICE("ef9345", ef9345_device, screen_update) MCFG_SCREEN_SIZE(336, 270) MCFG_SCREEN_VISIBLE_AREA(00, 336-1, 00, 270-1) - MCFG_PALETTE_LENGTH(8) + MCFG_PALETTE_ADD("palette", 8) MCFG_EF9345_ADD("ef9345", "screen") MCFG_TIMER_DRIVER_ADD_SCANLINE("alice32_sl", mc10_state, alice32_scanline, "screen", 0, 10) |
