| Previous | 199869 Revisions | Next |
| r19513 Thursday 13th December, 2012 at 11:05:33 UTC by Miodrag Milanović |
|---|
| specimx palette fix (nw) |
| [src/mess/drivers] | special.c |
| [src/mess/video] | special.c |
| r19512 | r19513 | |
|---|---|---|
| 12 | 12 | |
| 13 | 13 | VIDEO_START_MEMBER(special_state,special) |
| 14 | 14 | { |
| 15 | palette_set_color(machine(),0,RGB_BLACK); /* black */ | |
| 16 | palette_set_color(machine(),1,RGB_WHITE); /* white */ | |
| 15 | 17 | } |
| 16 | 18 | |
| 17 | 19 | UINT32 special_state::screen_update_special(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect) |
| r19512 | r19513 | |
|---|---|---|
| 414 | 414 | MCFG_VIDEO_START_OVERRIDE(special_state,special) |
| 415 | 415 | MCFG_SCREEN_UPDATE_DRIVER(special_state, screen_update_special) |
| 416 | 416 | MCFG_PALETTE_LENGTH(2) |
| 417 | MCFG_PALETTE_INIT(black_and_white) | |
| 418 | 417 | |
| 419 | 418 | /* audio hardware */ |
| 420 | 419 | MCFG_SPEAKER_STANDARD_MONO("mono") |
| Previous | 199869 Revisions | Next |