Fix compile on Linux GCC 5.1.1 / Fedora 22 (nw)

This commit is contained in:
arbee 2015-06-06 07:44:33 -04:00
parent ccd68e80db
commit e644a84b01
2 changed files with 2 additions and 25 deletions

View File

@ -2973,30 +2973,6 @@ INPUT_PORTS_START( apple2ep )
PORT_INCLUDE(apple2_sysconfig)
INPUT_PORTS_END
/* according to Steve Nickolas (author of Dapple), our original palette would
* have been more appropriate for an Apple IIgs. So we've substituted in the
* Robert Munafo palette instead, which is more accurate on 8-bit Apples
*/
static const rgb_t apple2_palette[] =
{
rgb_t::black,
rgb_t(0xE3, 0x1E, 0x60), /* Dark Red */
rgb_t(0x60, 0x4E, 0xBD), /* Dark Blue */
rgb_t(0xFF, 0x44, 0xFD), /* Purple */
rgb_t(0x00, 0xA3, 0x60), /* Dark Green */
rgb_t(0x9C, 0x9C, 0x9C), /* Dark Gray */
rgb_t(0x14, 0xCF, 0xFD), /* Medium Blue */
rgb_t(0xD0, 0xC3, 0xFF), /* Light Blue */
rgb_t(0x60, 0x72, 0x03), /* Brown */
rgb_t(0xFF, 0x6A, 0x3C), /* Orange */
rgb_t(0x9C, 0x9C, 0x9C), /* Light Grey */
rgb_t(0xFF, 0xA0, 0xD0), /* Pink */
rgb_t(0x14, 0xF5, 0x3C), /* Light Green */
rgb_t(0xD0, 0xDD, 0x8D), /* Yellow */
rgb_t(0x72, 0xFF, 0xD0), /* Aquamarine */
rgb_t(0xFF, 0xFF, 0xFF) /* White */
};
static SLOT_INTERFACE_START(apple2_cards)
SLOT_INTERFACE("diskii", A2BUS_DISKII) /* Disk II Controller Card */
SLOT_INTERFACE("diskiing", A2BUS_DISKIING) /* Disk II Controller Card, cycle-accurate version */

View File

@ -377,7 +377,7 @@ INPUT_PORTS_END
/******************************************************************************
Machine Drivers
******************************************************************************/
#if 0
static const UINT32 lx388palette[] =
{
rgb_t(0x00, 0xff, 0x00), /* GREEN */
@ -399,6 +399,7 @@ static const UINT32 lx388palette[] =
rgb_t(0x40, 0x10, 0x00), /* ALPHANUMERIC DARK ORANGE */
rgb_t(0xff, 0xc4, 0x18) /* ALPHANUMERIC BRIGHT ORANGE */
};
#endif
FLOPPY_FORMATS_MEMBER( z80ne_state::floppy_formats )
FLOPPY_DMK_FORMAT