(nw) rc702 : fixed bug that had always been there, now causing crash at start.

This commit is contained in:
Robbbert 2018-09-01 13:01:47 +10:00
parent fec116b853
commit cdc0fb684f

View File

@ -15,7 +15,7 @@ ToDo:
- Other things
Issues:
- Floppy disc error. It reads 0x780 bytes from the wrong sector then gives diskette error (use bios 1)
- Floppy disc error. It reads 0x780 bytes from the wrong sector then gives diskette error (use bios 0)
****************************************************************************************************************/
@ -241,7 +241,7 @@ WRITE8_MEMBER( rc702_state::port1c_w )
}
// monitor is orange even when powered off
static const rgb_t our_palette[3] = {
static const rgb_t our_palette[2] = {
rgb_t(0xc0, 0x60, 0x00), // off
rgb_t(0xff, 0xb4, 0x00), // on
};