Merge pull request #20 from trebor68/master

Palette order restored. Verified HW impact to PAL.
This commit is contained in:
Rob Tuccitto 2024-02-10 21:25:22 -05:00 committed by GitHub
commit 172d3c7342
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -809,96 +809,96 @@ the non-artifact colors.
rgb_t(0xcc,0xcc,0xcc), rgb_t(0xdd,0xdd,0xdd), rgb_t(0xee,0xee,0xee), rgb_t(0xff,0xff,0xff )
#define pal_hue1_warm \
rgb_t(0x00,0x1d,0x00), rgb_t(0x02,0x2e,0x00), rgb_t(0x13,0x3f,0x00), rgb_t(0x24,0x50,0x00), \
rgb_t(0x35,0x61,0x00), rgb_t(0x46,0x72,0x00), rgb_t(0x57,0x83,0x00), rgb_t(0x68,0x94,0x08), \
rgb_t(0x79,0xa5,0x19), rgb_t(0x8a,0xb6,0x2a), rgb_t(0x9b,0xc7,0x3b), rgb_t(0xac,0xd8,0x4c), \
rgb_t(0xbd,0xe9,0x5d), rgb_t(0xce,0xfa,0x6e), rgb_t(0xdf,0xff,0x7f), rgb_t(0xf0,0xff,0x90 )
rgb_t(0x07,0x13,0x00), rgb_t(0x18,0x24,0x00), rgb_t(0x29,0x35,0x00), rgb_t(0x3a,0x46,0x00), \
rgb_t(0x4b,0x57,0x00), rgb_t(0x5c,0x68,0x00), rgb_t(0x6d,0x79,0x00), rgb_t(0x7e,0x8a,0x08), \
rgb_t(0x8f,0x9b,0x19), rgb_t(0xa0,0xac,0x2a), rgb_t(0xb1,0xbd,0x3b), rgb_t(0xc2,0xce,0x4c), \
rgb_t(0xd3,0xdf,0x5d), rgb_t(0xe4,0xf0,0x6e), rgb_t(0xf5,0xff,0x7f), rgb_t(0xff,0xff,0x90 )
#define pal_hue2_warm \
rgb_t(0x0e,0x0e,0x00), rgb_t(0x1f,0x1f,0x00), rgb_t(0x30,0x30,0x00), rgb_t(0x41,0x41,0x00), \
rgb_t(0x52,0x52,0x00), rgb_t(0x63,0x63,0x00), rgb_t(0x74,0x74,0x00), rgb_t(0x85,0x85,0x08), \
rgb_t(0x96,0x96,0x19), rgb_t(0xa7,0xa7,0x2a), rgb_t(0xb8,0xb8,0x3b), rgb_t(0xc9,0xc9,0x4c), \
rgb_t(0xda,0xda,0x5d), rgb_t(0xeb,0xeb,0x6e), rgb_t(0xfc,0xfc,0x7f), rgb_t(0xff,0xff,0x90 )
rgb_t(0x23,0x01,0x00), rgb_t(0x34,0x12,0x00), rgb_t(0x45,0x23,0x00), rgb_t(0x56,0x34,0x00), \
rgb_t(0x67,0x45,0x00), rgb_t(0x78,0x56,0x00), rgb_t(0x89,0x67,0x00), rgb_t(0x9a,0x78,0x08), \
rgb_t(0xab,0x89,0x19), rgb_t(0xbc,0x9a,0x2a), rgb_t(0xcd,0xab,0x3b), rgb_t(0xde,0xbc,0x4c), \
rgb_t(0xef,0xcd,0x5d), rgb_t(0xff,0xde,0x6e), rgb_t(0xff,0xef,0x7f), rgb_t(0xff,0xff,0x90 )
#define pal_hue3_warm \
rgb_t(0x29,0x00,0x00), rgb_t(0x3a,0x0d,0x00), rgb_t(0x4b,0x1e,0x00), rgb_t(0x5c,0x2f,0x00), \
rgb_t(0x6d,0x40,0x00), rgb_t(0x7e,0x51,0x00), rgb_t(0x8f,0x62,0x0e), rgb_t(0xa0,0x73,0x1f), \
rgb_t(0xb1,0x84,0x30), rgb_t(0xc2,0x95,0x41), rgb_t(0xd3,0xa6,0x52), rgb_t(0xe4,0xb7,0x63), \
rgb_t(0xf5,0xc8,0x74), rgb_t(0xff,0xd9,0x85), rgb_t(0xff,0xea,0x96), rgb_t(0xff,0xfb,0xa7 )
rgb_t(0x37,0x00,0x00), rgb_t(0x48,0x00,0x00), rgb_t(0x59,0x11,0x00), rgb_t(0x6a,0x22,0x00), \
rgb_t(0x7b,0x33,0x00), rgb_t(0x8c,0x44,0x00), rgb_t(0x9d,0x55,0x0e), rgb_t(0xae,0x66,0x1f), \
rgb_t(0xbf,0x77,0x30), rgb_t(0xd0,0x88,0x41), rgb_t(0xe1,0x99,0x52), rgb_t(0xf2,0xaa,0x63), \
rgb_t(0xff,0xbb,0x74), rgb_t(0xff,0xcc,0x85), rgb_t(0xff,0xdd,0x96), rgb_t(0xff,0xee,0xa7 )
#define pal_hue4_warm \
rgb_t(0x3b,0x00,0x00), rgb_t(0x4c,0x00,0x00), rgb_t(0x5d,0x0d,0x00), rgb_t(0x6e,0x1e,0x05), \
rgb_t(0x7f,0x2f,0x16), rgb_t(0x90,0x40,0x27), rgb_t(0xa1,0x51,0x38), rgb_t(0xb2,0x62,0x49), \
rgb_t(0xc3,0x73,0x5a), rgb_t(0xd4,0x84,0x6b), rgb_t(0xe5,0x95,0x7c), rgb_t(0xf6,0xa6,0x8d), \
rgb_t(0xff,0xb7,0x9e), rgb_t(0xff,0xc8,0xaf), rgb_t(0xff,0xd9,0xc0), rgb_t(0xff,0xea,0xd1 )
rgb_t(0x40,0x00,0x00), rgb_t(0x51,0x00,0x00), rgb_t(0x62,0x03,0x00), rgb_t(0x73,0x14,0x05), \
rgb_t(0x84,0x25,0x16), rgb_t(0x95,0x36,0x27), rgb_t(0xa6,0x47,0x38), rgb_t(0xb7,0x58,0x49), \
rgb_t(0xc8,0x69,0x5a), rgb_t(0xd9,0x7a,0x6b), rgb_t(0xea,0x8b,0x7c), rgb_t(0xfb,0x9c,0x8d), \
rgb_t(0xff,0xad,0x9e), rgb_t(0xff,0xbe,0xaf), rgb_t(0xff,0xcf,0xc0), rgb_t(0xff,0xe0,0xd1 )
#define pal_hue5_warm \
rgb_t(0x40,0x00,0x06), rgb_t(0x51,0x00,0x17), rgb_t(0x62,0x00,0x28), rgb_t(0x73,0x11,0x39), \
rgb_t(0x84,0x22,0x4a), rgb_t(0x95,0x33,0x5b), rgb_t(0xa6,0x44,0x6c), rgb_t(0xb7,0x55,0x7d), \
rgb_t(0xc8,0x66,0x8e), rgb_t(0xd9,0x77,0x9f), rgb_t(0xea,0x88,0xb0), rgb_t(0xfb,0x99,0xc1), \
rgb_t(0xff,0xaa,0xd2), rgb_t(0xff,0xbb,0xe3), rgb_t(0xff,0xcc,0xf4), rgb_t(0xff,0xdd,0xff )
rgb_t(0x3b,0x00,0x06), rgb_t(0x4c,0x00,0x17), rgb_t(0x5d,0x00,0x28), rgb_t(0x6e,0x0c,0x39), \
rgb_t(0x7f,0x1d,0x4a), rgb_t(0x90,0x2e,0x5b), rgb_t(0xa1,0x3f,0x6c), rgb_t(0xb2,0x50,0x7d), \
rgb_t(0xc3,0x61,0x8e), rgb_t(0xd4,0x72,0x9f), rgb_t(0xe5,0x83,0xb0), rgb_t(0xf6,0x94,0xc1), \
rgb_t(0xff,0xa5,0xd2), rgb_t(0xff,0xb6,0xe3), rgb_t(0xff,0xc7,0xf4), rgb_t(0xff,0xd8,0xff )
#define pal_hue6_warm \
rgb_t(0x38,0x00,0x38), rgb_t(0x49,0x00,0x49), rgb_t(0x5a,0x00,0x5a), rgb_t(0x6b,0x0c,0x6b), \
rgb_t(0x7c,0x1d,0x7c), rgb_t(0x8d,0x2e,0x8d), rgb_t(0x9e,0x3f,0x9e), rgb_t(0xaf,0x50,0xaf), \
rgb_t(0xc0,0x61,0xc0), rgb_t(0xd1,0x72,0xd1), rgb_t(0xe2,0x83,0xe2), rgb_t(0xf3,0x94,0xf3), \
rgb_t(0xff,0xa5,0xff), rgb_t(0xff,0xb6,0xff), rgb_t(0xff,0xc7,0xff), rgb_t(0xff,0xd8,0xff )
rgb_t(0x29,0x00,0x38), rgb_t(0x3a,0x00,0x49), rgb_t(0x4b,0x00,0x5a), rgb_t(0x5c,0x0d,0x6b), \
rgb_t(0x6d,0x1e,0x7c), rgb_t(0x7e,0x2f,0x8d), rgb_t(0x8f,0x40,0x9e), rgb_t(0xa0,0x51,0xaf), \
rgb_t(0xb1,0x62,0xc0), rgb_t(0xc2,0x73,0xd1), rgb_t(0xd3,0x84,0xe2), rgb_t(0xe4,0x95,0xf3), \
rgb_t(0xf5,0xa6,0xff), rgb_t(0xff,0xb7,0xff), rgb_t(0xff,0xc8,0xff), rgb_t(0xff,0xd9,0xff )
#define pal_hue7_warm \
rgb_t(0x23,0x00,0x5f), rgb_t(0x34,0x00,0x70), rgb_t(0x45,0x00,0x81), rgb_t(0x56,0x0f,0x92), \
rgb_t(0x67,0x20,0xa3), rgb_t(0x78,0x31,0xb4), rgb_t(0x89,0x42,0xc5), rgb_t(0x9a,0x53,0xd6), \
rgb_t(0xab,0x64,0xe7), rgb_t(0xbc,0x75,0xf8), rgb_t(0xcd,0x86,0xff), rgb_t(0xde,0x97,0xff), \
rgb_t(0xef,0xa8,0xff), rgb_t(0xff,0xb9,0xff), rgb_t(0xff,0xca,0xff), rgb_t(0xff,0xdb,0xff )
rgb_t(0x0f,0x00,0x5f), rgb_t(0x20,0x00,0x70), rgb_t(0x31,0x05,0x81), rgb_t(0x42,0x16,0x92), \
rgb_t(0x53,0x27,0xa3), rgb_t(0x64,0x38,0xb4), rgb_t(0x75,0x49,0xc5), rgb_t(0x86,0x5a,0xd6), \
rgb_t(0x97,0x6b,0xe7), rgb_t(0xa8,0x7c,0xf8), rgb_t(0xb9,0x8d,0xff), rgb_t(0xca,0x9e,0xff), \
rgb_t(0xdb,0xaf,0xff), rgb_t(0xec,0xc0,0xff), rgb_t(0xfd,0xd1,0xff), rgb_t(0xff,0xe2,0xff )
#define pal_hue8_warm \
rgb_t(0x08,0x00,0x71), rgb_t(0x19,0x00,0x82), rgb_t(0x2a,0x08,0x93), rgb_t(0x3b,0x19,0xa4), \
rgb_t(0x4c,0x2a,0xb5), rgb_t(0x5d,0x3b,0xc6), rgb_t(0x6e,0x4c,0xd7), rgb_t(0x7f,0x5d,0xe8), \
rgb_t(0x90,0x6e,0xf9), rgb_t(0xa1,0x7f,0xff), rgb_t(0xb2,0x90,0xff), rgb_t(0xc3,0xa1,0xff), \
rgb_t(0xd4,0xb2,0xff), rgb_t(0xe5,0xc3,0xff), rgb_t(0xf6,0xd4,0xff), rgb_t(0xff,0xe5,0xff )
rgb_t(0x00,0x00,0x71), rgb_t(0x02,0x03,0x82), rgb_t(0x13,0x14,0x93), rgb_t(0x24,0x25,0xa4), \
rgb_t(0x35,0x36,0xb5), rgb_t(0x46,0x47,0xc6), rgb_t(0x57,0x58,0xd7), rgb_t(0x68,0x69,0xe8), \
rgb_t(0x79,0x7a,0xf9), rgb_t(0x8a,0x8b,0xff), rgb_t(0x9b,0x9c,0xff), rgb_t(0xac,0xad,0xff), \
rgb_t(0xbd,0xbe,0xff), rgb_t(0xce,0xcf,0xff), rgb_t(0xdf,0xe0,0xff), rgb_t(0xf0,0xf1,0xff )
#define pal_hue9_warm \
rgb_t(0x00,0x00,0x6b), rgb_t(0x00,0x07,0x7c), rgb_t(0x0c,0x18,0x8d), rgb_t(0x1d,0x29,0x9e), \
rgb_t(0x2e,0x3a,0xaf), rgb_t(0x3f,0x4b,0xc0), rgb_t(0x50,0x5c,0xd1), rgb_t(0x61,0x6d,0xe2), \
rgb_t(0x72,0x7e,0xf3), rgb_t(0x83,0x8f,0xff), rgb_t(0x94,0xa0,0xff), rgb_t(0xa5,0xb1,0xff), \
rgb_t(0xb6,0xc2,0xff), rgb_t(0xc7,0xd3,0xff), rgb_t(0xd8,0xe4,0xff), rgb_t(0xe9,0xf5,0xff )
rgb_t(0x00,0x04,0x6b), rgb_t(0x00,0x15,0x7c), rgb_t(0x00,0x26,0x8d), rgb_t(0x0a,0x37,0x9e), \
rgb_t(0x1b,0x48,0xaf), rgb_t(0x2c,0x59,0xc0), rgb_t(0x3d,0x6a,0xd1), rgb_t(0x4e,0x7b,0xe2), \
rgb_t(0x5f,0x8c,0xf3), rgb_t(0x70,0x9d,0xff), rgb_t(0x81,0xae,0xff), rgb_t(0x92,0xbf,0xff), \
rgb_t(0xa3,0xd0,0xff), rgb_t(0xb4,0xe1,0xff), rgb_t(0xc5,0xf2,0xff), rgb_t(0xd6,0xff,0xff )
#define pal_hue10_warm \
rgb_t(0x00,0x08,0x4e), rgb_t(0x00,0x19,0x5f), rgb_t(0x00,0x2a,0x70), rgb_t(0x05,0x3b,0x81), \
rgb_t(0x16,0x4c,0x92), rgb_t(0x27,0x5d,0xa3), rgb_t(0x38,0x6e,0xb4), rgb_t(0x49,0x7f,0xc5), \
rgb_t(0x5a,0x90,0xd6), rgb_t(0x6b,0xa1,0xe7), rgb_t(0x7c,0xb2,0xf8), rgb_t(0x8d,0xc3,0xff), \
rgb_t(0x9e,0xd4,0xff), rgb_t(0xaf,0xe5,0xff), rgb_t(0xc0,0xf6,0xff), rgb_t(0xd1,0xff,0xff )
rgb_t(0x00,0x15,0x4e), rgb_t(0x00,0x26,0x5f), rgb_t(0x00,0x37,0x70), rgb_t(0x00,0x48,0x81), \
rgb_t(0x09,0x59,0x92), rgb_t(0x1a,0x6a,0xa3), rgb_t(0x2b,0x7b,0xb4), rgb_t(0x3c,0x8c,0xc5), \
rgb_t(0x4d,0x9d,0xd6), rgb_t(0x5e,0xae,0xe7), rgb_t(0x6f,0xbf,0xf8), rgb_t(0x80,0xd0,0xff), \
rgb_t(0x91,0xe1,0xff), rgb_t(0xa2,0xf2,0xff), rgb_t(0xb3,0xff,0xff), rgb_t(0xc4,0xff,0xff )
#define pal_hue11_warm \
rgb_t(0x00,0x19,0x21), rgb_t(0x00,0x2a,0x32), rgb_t(0x00,0x3b,0x43), rgb_t(0x00,0x4c,0x54), \
rgb_t(0x07,0x5d,0x65), rgb_t(0x18,0x6e,0x76), rgb_t(0x29,0x7f,0x87), rgb_t(0x3a,0x90,0x98), \
rgb_t(0x4b,0xa1,0xa9), rgb_t(0x5c,0xb2,0xba), rgb_t(0x6d,0xc3,0xcb), rgb_t(0x7e,0xd4,0xdc), \
rgb_t(0x8f,0xe5,0xed), rgb_t(0xa0,0xf6,0xfe), rgb_t(0xb1,0xff,0xff), rgb_t(0xc2,0xff,0xff )
rgb_t(0x00,0x22,0x21), rgb_t(0x00,0x33,0x32), rgb_t(0x00,0x44,0x43), rgb_t(0x00,0x55,0x54), \
rgb_t(0x04,0x66,0x65), rgb_t(0x15,0x77,0x76), rgb_t(0x26,0x88,0x87), rgb_t(0x37,0x99,0x98), \
rgb_t(0x4b,0xaa,0xa9), rgb_t(0x59,0xbb,0xba), rgb_t(0x6a,0xcc,0xcb), rgb_t(0x7b,0xdd,0xdc), \
rgb_t(0x8c,0xee,0xed), rgb_t(0x9d,0xff,0xfe), rgb_t(0xae,0xff,0xff), rgb_t(0xbf,0xff,0xff )
#define pal_hue12_warm \
rgb_t(0x00,0x24,0x00), rgb_t(0x00,0x35,0x00), rgb_t(0x00,0x46,0x0e), rgb_t(0x00,0x57,0x1f), \
rgb_t(0x05,0x68,0x30), rgb_t(0x16,0x79,0x41), rgb_t(0x27,0x8a,0x52), rgb_t(0x38,0x9b,0x63), \
rgb_t(0x49,0xac,0x74), rgb_t(0x5a,0xbd,0x85), rgb_t(0x6b,0xce,0x96), rgb_t(0x7c,0xdf,0xa7), \
rgb_t(0x8d,0xf0,0xb8), rgb_t(0x9e,0xff,0xc9), rgb_t(0xaf,0xff,0xda), rgb_t(0xc0,0xff,0xeb )
rgb_t(0x00,0x27,0x00), rgb_t(0x00,0x38,0x00), rgb_t(0x00,0x49,0x0e), rgb_t(0x00,0x5a,0x1f), \
rgb_t(0x0d,0x6b,0x30), rgb_t(0x1e,0x7c,0x41), rgb_t(0x2f,0x8d,0x52), rgb_t(0x40,0x9e,0x63), \
rgb_t(0x51,0xaf,0x74), rgb_t(0x62,0xc0,0x85), rgb_t(0x73,0xd1,0x96), rgb_t(0x84,0xe2,0xa7), \
rgb_t(0x95,0xf3,0xb8), rgb_t(0xa6,0xff,0xc9), rgb_t(0xb7,0xff,0xda), rgb_t(0xc8,0xff,0xeb )
#define pal_hue13_warm \
rgb_t(0x00,0x27,0x00), rgb_t(0x00,0x38,0x00), rgb_t(0x00,0x49,0x00), rgb_t(0x00,0x5a,0x00), \
rgb_t(0x11,0x6b,0x00), rgb_t(0x22,0x7c,0x11), rgb_t(0x33,0x8d,0x22), rgb_t(0x44,0x9e,0x33), \
rgb_t(0x55,0xaf,0x44), rgb_t(0x66,0xc0,0x55), rgb_t(0x77,0xd1,0x66), rgb_t(0x88,0xe2,0x77), \
rgb_t(0x99,0xf3,0x88), rgb_t(0xaa,0xff,0x99), rgb_t(0xbb,0xff,0xaa), rgb_t(0xcc,0xff,0xbb )
rgb_t(0x00,0x24,0x00), rgb_t(0x00,0x35,0x00), rgb_t(0x00,0x46,0x00), rgb_t(0x10,0x57,0x00), \
rgb_t(0x21,0x68,0x00), rgb_t(0x32,0x79,0x11), rgb_t(0x43,0x8a,0x22), rgb_t(0x54,0x9b,0x33), \
rgb_t(0x65,0xac,0x44), rgb_t(0x76,0xbd,0x55), rgb_t(0x87,0xce,0x66), rgb_t(0x98,0xdf,0x77), \
rgb_t(0xa9,0xf0,0x88), rgb_t(0xba,0xff,0x99), rgb_t(0xcb,0xff,0xaa), rgb_t(0xdc,0xff,0xbb )
#define pal_hue14_warm \
rgb_t(0x00,0x22,0x00), rgb_t(0x00,0x33,0x00), rgb_t(0x05,0x44,0x00), rgb_t(0x16,0x55,0x00), \
rgb_t(0x27,0x66,0x00), rgb_t(0x38,0x77,0x00), rgb_t(0x49,0x88,0x00), rgb_t(0x5a,0x99,0x11), \
rgb_t(0x6b,0xaa,0x22), rgb_t(0x7c,0xbb,0x33), rgb_t(0x8d,0xcc,0x44), rgb_t(0x9e,0xdd,0x55), \
rgb_t(0xaf,0xee,0x66), rgb_t(0xc0,0xff,0x77), rgb_t(0xd1,0xff,0x88), rgb_t(0xe2,0xff,0x99 )
rgb_t(0x00,0x1a,0x00), rgb_t(0x0a,0x2b,0x00), rgb_t(0x1b,0x3c,0x00), rgb_t(0x2c,0x4d,0x00), \
rgb_t(0x3d,0x5e,0x00), rgb_t(0x4e,0x6f,0x00), rgb_t(0x5f,0x80,0x00), rgb_t(0x70,0x91,0x11), \
rgb_t(0x81,0xa2,0x22), rgb_t(0x92,0xb3,0x33), rgb_t(0xa3,0xc4,0x44), rgb_t(0xb4,0xd5,0x55), \
rgb_t(0xc5,0xe6,0x66), rgb_t(0xd6,0xf7,0x77), rgb_t(0xe7,0xff,0x88), rgb_t(0xf8,0xff,0x99 )
#define pal_hue15_warm \
rgb_t(0x00,0x16,0x00), rgb_t(0x11,0x27,0x00), rgb_t(0x22,0x38,0x00), rgb_t(0x33,0x49,0x00), \
rgb_t(0x44,0x5a,0x00), rgb_t(0x55,0x6b,0x00), rgb_t(0x66,0x7c,0x00), rgb_t(0x77,0x8d,0x05), \
rgb_t(0x88,0x9e,0x16), rgb_t(0x99,0xaf,0x27), rgb_t(0xaa,0xc0,0x38), rgb_t(0xbb,0xd1,0x49), \
rgb_t(0xcc,0xe2,0x5a), rgb_t(0xdd,0xf3,0x6b), rgb_t(0xee,0xff,0x7c), rgb_t(0xff,0xff,0x8d )
rgb_t(0x16,0x09,0x00), rgb_t(0x27,0x1a,0x00), rgb_t(0x38,0x2b,0x00), rgb_t(0x49,0x3c,0x00), \
rgb_t(0x5a,0x4d,0x00), rgb_t(0x6b,0x5e,0x00), rgb_t(0x7c,0x6f,0x00), rgb_t(0x8d,0x80,0x05), \
rgb_t(0x9e,0x91,0x16), rgb_t(0xaf,0xa2,0x27), rgb_t(0xc0,0xb3,0x38), rgb_t(0xd1,0xc4,0x49), \
rgb_t(0xe2,0xd5,0x5a), rgb_t(0xf3,0xe6,0x6b), rgb_t(0xff,0xf7,0x7c), rgb_t(0xff,0xff,0x8d )
static const rgb_t a7800_palette[256*3] =
static const rgb_t a7800u1_palette[256*3] =
{
ntsc_hue0_warm,
ntsc_hue1_warm,
@ -918,7 +918,7 @@ static const rgb_t a7800_palette[256*3] =
ntsc_hue15_warm
};
static const rgb_t a7800p_palette[256*3] =
static const rgb_t a7800pu1_palette[256*3] =
{
pal_hue0_warm,
pal_hue1_warm,
@ -940,15 +940,15 @@ static const rgb_t a7800p_palette[256*3] =
/* Initialise the palette */
PALETTE_INIT_MEMBER(a7800_state, a7800)
PALETTE_INIT_MEMBER(a7800_state, a7800u1)
{
palette.set_pen_colors(0, a7800_palette, ARRAY_LENGTH(a7800_palette));
palette.set_pen_colors(0, a7800u1_palette, ARRAY_LENGTH(a7800u1_palette));
}
PALETTE_INIT_MEMBER(a7800_state,a7800p)
PALETTE_INIT_MEMBER(a7800_state,a7800pu1)
{
palette.set_pen_colors(0, a7800p_palette, ARRAY_LENGTH(a7800p_palette));
palette.set_pen_colors(0, a7800pu1_palette, ARRAY_LENGTH(a7800pu1_palette));
}
@ -1059,96 +1059,96 @@ PALETTE_INIT_MEMBER(a7800_state,a7800p)
rgb_t(0xcc,0xcc,0xcc), rgb_t(0xdd,0xdd,0xdd), rgb_t(0xee,0xee,0xee), rgb_t(0xff,0xff,0xff )
#define pal_hue1_cool \
rgb_t(0x00,0x1d,0x00), rgb_t(0x02,0x2e,0x00), rgb_t(0x13,0x3f,0x00), rgb_t(0x24,0x50,0x00), \
rgb_t(0x35,0x61,0x00), rgb_t(0x46,0x72,0x00), rgb_t(0x57,0x83,0x00), rgb_t(0x68,0x94,0x08), \
rgb_t(0x79,0xa5,0x19), rgb_t(0x8a,0xb6,0x2a), rgb_t(0x9b,0xc7,0x3b), rgb_t(0xac,0xd8,0x4c), \
rgb_t(0xbd,0xe9,0x5d), rgb_t(0xce,0xfa,0x6e), rgb_t(0xdf,0xff,0x7f), rgb_t(0xf0,0xff,0x90 )
rgb_t(0x07,0x13,0x00), rgb_t(0x18,0x24,0x00), rgb_t(0x29,0x35,0x00), rgb_t(0x3a,0x46,0x00), \
rgb_t(0x4b,0x57,0x00), rgb_t(0x5c,0x68,0x00), rgb_t(0x6d,0x79,0x00), rgb_t(0x7e,0x8a,0x08), \
rgb_t(0x8f,0x9b,0x19), rgb_t(0xa0,0xac,0x2a), rgb_t(0xb1,0xbd,0x3b), rgb_t(0xc2,0xce,0x4c), \
rgb_t(0xd3,0xdf,0x5d), rgb_t(0xe4,0xf0,0x6e), rgb_t(0xf5,0xff,0x7f), rgb_t(0xff,0xff,0x90 )
#define pal_hue2_cool \
rgb_t(0x0d,0x0f,0x00), rgb_t(0x1e,0x20,0x00), rgb_t(0x2f,0x31,0x00), rgb_t(0x40,0x42,0x00), \
rgb_t(0x51,0x53,0x00), rgb_t(0x62,0x64,0x00), rgb_t(0x73,0x75,0x00), rgb_t(0x84,0x86,0x07), \
rgb_t(0x95,0x97,0x18), rgb_t(0xa6,0xa8,0x29), rgb_t(0xb7,0xb9,0x3a), rgb_t(0xc8,0xca,0x4b), \
rgb_t(0xd9,0xdb,0x5c), rgb_t(0xea,0xec,0x6d), rgb_t(0xfb,0xfd,0x7e), rgb_t(0xff,0xff,0x8f )
rgb_t(0x22,0x02,0x00), rgb_t(0x33,0x13,0x00), rgb_t(0x44,0x24,0x00), rgb_t(0x55,0x35,0x00), \
rgb_t(0x66,0x46,0x00), rgb_t(0x77,0x57,0x00), rgb_t(0x88,0x68,0x00), rgb_t(0x99,0x79,0x07), \
rgb_t(0xaa,0x8a,0x18), rgb_t(0xbb,0x9b,0x29), rgb_t(0xcc,0xac,0x3a), rgb_t(0xdd,0xbd,0x4b), \
rgb_t(0xee,0xce,0x5c), rgb_t(0xff,0xdf,0x6d), rgb_t(0xff,0xf0,0x7e), rgb_t(0xff,0xff,0x8f )
#define pal_hue3_cool \
rgb_t(0x27,0x00,0x00), rgb_t(0x38,0x0f,0x00), rgb_t(0x49,0x20,0x00), rgb_t(0x5a,0x31,0x00), \
rgb_t(0x6b,0x42,0x00), rgb_t(0x7c,0x53,0x00), rgb_t(0x8d,0x64,0x0b), rgb_t(0x9e,0x75,0x1c), \
rgb_t(0xaf,0x86,0x2d), rgb_t(0xc0,0x97,0x3e), rgb_t(0xd1,0xa8,0x4f), rgb_t(0xe2,0xb9,0x60), \
rgb_t(0xf3,0xca,0x71), rgb_t(0xff,0xdb,0x82), rgb_t(0xff,0xec,0x93), rgb_t(0xff,0xfd,0xa4 )
rgb_t(0x36,0x00,0x00), rgb_t(0x47,0x02,0x00), rgb_t(0x58,0x13,0x00), rgb_t(0x69,0x24,0x00), \
rgb_t(0x7a,0x35,0x00), rgb_t(0x8b,0x46,0x00), rgb_t(0x9c,0x57,0x0b), rgb_t(0xad,0x68,0x1c), \
rgb_t(0xbe,0x79,0x2d), rgb_t(0xcf,0x8a,0x3e), rgb_t(0xe0,0x9b,0x4f), rgb_t(0xf1,0xac,0x60), \
rgb_t(0xff,0xbd,0x71), rgb_t(0xff,0xce,0x82), rgb_t(0xff,0xdf,0x93), rgb_t(0xff,0xf0,0xa4 )
#define pal_hue4_cool \
rgb_t(0x39,0x00,0x00), rgb_t(0x4a,0x00,0x00), rgb_t(0x5b,0x0f,0x00), rgb_t(0x6c,0x20,0x00), \
rgb_t(0x7d,0x31,0x10), rgb_t(0x8e,0x42,0x21), rgb_t(0x9f,0x53,0x32), rgb_t(0xb0,0x64,0x43), \
rgb_t(0xc1,0x75,0x54), rgb_t(0xd2,0x86,0x65), rgb_t(0xe3,0x97,0x76), rgb_t(0xf4,0xa8,0x87), \
rgb_t(0xff,0xb9,0x98), rgb_t(0xff,0xca,0xa9), rgb_t(0xff,0xdb,0xba), rgb_t(0xff,0xec,0xcb )
rgb_t(0x3f,0x00,0x00), rgb_t(0x50,0x00,0x00), rgb_t(0x61,0x04,0x00), rgb_t(0x72,0x15,0x00), \
rgb_t(0x83,0x26,0x10), rgb_t(0x94,0x37,0x21), rgb_t(0xa5,0x48,0x32), rgb_t(0xb6,0x59,0x43), \
rgb_t(0xc7,0x6a,0x54), rgb_t(0xd8,0x7b,0x65), rgb_t(0xe9,0x8c,0x76), rgb_t(0xfa,0x9d,0x87), \
rgb_t(0xff,0xae,0x98), rgb_t(0xff,0xbf,0xa9), rgb_t(0xff,0xd0,0xba), rgb_t(0xff,0xe1,0xcb )
#define pal_hue5_cool \
rgb_t(0x40,0x00,0x00), rgb_t(0x51,0x00,0x0e), rgb_t(0x62,0x02,0x1f), rgb_t(0x73,0x13,0x30), \
rgb_t(0x84,0x24,0x41), rgb_t(0x95,0x35,0x52), rgb_t(0xa6,0x46,0x63), rgb_t(0xb7,0x57,0x74), \
rgb_t(0xc8,0x68,0x85), rgb_t(0xd9,0x79,0x96), rgb_t(0xea,0x8a,0xa7), rgb_t(0xfb,0x9b,0xb8), \
rgb_t(0xff,0xac,0xc9), rgb_t(0xff,0xbd,0xda), rgb_t(0xff,0xce,0xeb), rgb_t(0xff,0xdf,0xfc )
rgb_t(0x3d,0x00,0x00), rgb_t(0x4e,0x00,0x0e), rgb_t(0x5f,0x00,0x1f), rgb_t(0x70,0x0d,0x30), \
rgb_t(0x81,0x1e,0x41), rgb_t(0x92,0x2f,0x52), rgb_t(0xa3,0x40,0x63), rgb_t(0xb4,0x51,0x74), \
rgb_t(0xc5,0x62,0x85), rgb_t(0xd6,0x73,0x96), rgb_t(0xe7,0x84,0xa7), rgb_t(0xf8,0x95,0xb8), \
rgb_t(0xff,0xa6,0xc9), rgb_t(0xff,0xb7,0xda), rgb_t(0xff,0xc8,0xeb), rgb_t(0xff,0xd9,0xfc )
#define pal_hue6_cool \
rgb_t(0x3a,0x00,0x2f), rgb_t(0x4b,0x00,0x40), rgb_t(0x5c,0x00,0x51), rgb_t(0x6d,0x0c,0x62), \
rgb_t(0x7e,0x1d,0x73), rgb_t(0x8f,0x2e,0x84), rgb_t(0xa0,0x3f,0x95), rgb_t(0xb1,0x50,0xa6), \
rgb_t(0xc2,0x61,0xb7), rgb_t(0xd3,0x72,0xc8), rgb_t(0xe4,0x83,0xd9), rgb_t(0xf5,0x94,0xea), \
rgb_t(0xff,0xa5,0xfb), rgb_t(0xff,0xb6,0xff), rgb_t(0xff,0xc7,0xff), rgb_t(0xff,0xd8,0xff )
rgb_t(0x2e,0x00,0x2f), rgb_t(0x3f,0x00,0x40), rgb_t(0x50,0x00,0x51), rgb_t(0x61,0x0c,0x62), \
rgb_t(0x72,0x1d,0x73), rgb_t(0x83,0x2e,0x84), rgb_t(0x94,0x3f,0x95), rgb_t(0xa5,0x50,0xa6), \
rgb_t(0xb6,0x61,0xb7), rgb_t(0xc7,0x72,0xc8), rgb_t(0xd8,0x83,0xd9), rgb_t(0xe9,0x94,0xea), \
rgb_t(0xfa,0xa5,0xfb), rgb_t(0xff,0xb6,0xff), rgb_t(0xff,0xc7,0xff), rgb_t(0xff,0xd8,0xff )
#define pal_hue7_cool \
rgb_t(0x29,0x00,0x57), rgb_t(0x3a,0x00,0x68), rgb_t(0x4b,0x00,0x79), rgb_t(0x5c,0x0d,0x8a), \
rgb_t(0x6d,0x1e,0x9b), rgb_t(0x7e,0x2f,0xac), rgb_t(0x8f,0x40,0xbd), rgb_t(0xa0,0x51,0xce), \
rgb_t(0xb1,0x62,0xdf), rgb_t(0xc2,0x73,0xf0), rgb_t(0xd3,0x84,0xff), rgb_t(0xe4,0x95,0xff), \
rgb_t(0xf5,0xa6,0xff), rgb_t(0xff,0xb7,0xff), rgb_t(0xff,0xc8,0xff), rgb_t(0xff,0xd9,0xff )
rgb_t(0x16,0x00,0x57), rgb_t(0x27,0x00,0x68), rgb_t(0x38,0x02,0x79), rgb_t(0x49,0x13,0x8a), \
rgb_t(0x5a,0x24,0x9b), rgb_t(0x6b,0x35,0xac), rgb_t(0x7c,0x46,0xbd), rgb_t(0x8d,0x57,0xce), \
rgb_t(0x9e,0x68,0xdf), rgb_t(0xaf,0x79,0xf0), rgb_t(0xc0,0x8a,0xff), rgb_t(0xd1,0x9b,0xff), \
rgb_t(0xe2,0xac,0xff), rgb_t(0xf3,0xbd,0xff), rgb_t(0xff,0xce,0xff), rgb_t(0xff,0xdf,0xff )
#define pal_hue8_cool \
rgb_t(0x10,0x00,0x6e), rgb_t(0x21,0x00,0x7f), rgb_t(0x32,0x04,0x90), rgb_t(0x43,0x15,0xa1), \
rgb_t(0x54,0x26,0xb2), rgb_t(0x65,0x37,0xc3), rgb_t(0x76,0x48,0xd4), rgb_t(0x87,0x59,0xe5), \
rgb_t(0x98,0x6a,0xf6), rgb_t(0xa9,0x7b,0xff), rgb_t(0xba,0x8c,0xff), rgb_t(0xcb,0x9d,0xff), \
rgb_t(0xdc,0xae,0xff), rgb_t(0xed,0xbf,0xff), rgb_t(0xfe,0xd0,0xff), rgb_t(0xff,0xe1,0xff )
rgb_t(0x00,0x00,0x6e), rgb_t(0x0b,0x00,0x7f), rgb_t(0x1c,0x0f,0x90), rgb_t(0x2d,0x20,0xa1), \
rgb_t(0x3e,0x31,0xb2), rgb_t(0x4f,0x42,0xc3), rgb_t(0x60,0x53,0xd4), rgb_t(0x71,0x64,0xe5), \
rgb_t(0x82,0x75,0xf6), rgb_t(0x93,0x86,0xff), rgb_t(0xa4,0x97,0xff), rgb_t(0xb5,0xa8,0xff), \
rgb_t(0xc6,0xb9,0xff), rgb_t(0xd7,0xca,0xff), rgb_t(0xe8,0xdb,0xff), rgb_t(0xf9,0xec,0xff )
#define pal_hue9_cool \
rgb_t(0x00,0x00,0x70), rgb_t(0x04,0x02,0x81), rgb_t(0x15,0x13,0x92), rgb_t(0x26,0x24,0xa3), \
rgb_t(0x37,0x35,0xb4), rgb_t(0x48,0x46,0xc5), rgb_t(0x59,0x57,0xd6), rgb_t(0x6a,0x68,0xe7), \
rgb_t(0x7b,0x79,0xf8), rgb_t(0x8c,0x8a,0xff), rgb_t(0x9d,0x9b,0xff), rgb_t(0xae,0xac,0xff), \
rgb_t(0xbf,0xbd,0xff), rgb_t(0xd0,0xce,0xff), rgb_t(0xe1,0xdf,0xff), rgb_t(0xf2,0xf0,0xff )
rgb_t(0x00,0x00,0x70), rgb_t(0x00,0x0f,0x81), rgb_t(0x01,0x20,0x92), rgb_t(0x12,0x31,0xa3), \
rgb_t(0x23,0x42,0xb4), rgb_t(0x34,0x53,0xc5), rgb_t(0x45,0x64,0xd6), rgb_t(0x56,0x75,0xe7), \
rgb_t(0x67,0x86,0xf8), rgb_t(0x78,0x97,0xff), rgb_t(0x89,0xa8,0xff), rgb_t(0x9a,0xb9,0xff), \
rgb_t(0xab,0xca,0xff), rgb_t(0xbc,0xdb,0xff), rgb_t(0xcd,0xec,0xff), rgb_t(0xde,0xfd,0xff )
#define pal_hue10_cool \
rgb_t(0x00,0x02,0x5b), rgb_t(0x00,0x13,0x6c), rgb_t(0x00,0x24,0x7d), rgb_t(0x0d,0x35,0x8e), \
rgb_t(0x1e,0x46,0x9f), rgb_t(0x2f,0x57,0xb0), rgb_t(0x40,0x68,0xc1), rgb_t(0x51,0x79,0xd2), \
rgb_t(0x62,0x8a,0xe3), rgb_t(0x73,0x9b,0xf4), rgb_t(0x84,0xac,0xff), rgb_t(0x95,0xbd,0xff), \
rgb_t(0xa6,0xce,0xff), rgb_t(0xb7,0xdf,0xff), rgb_t(0xc8,0xf0,0xff), rgb_t(0xd9,0xff,0xff )
rgb_t(0x00,0x0f,0x5b), rgb_t(0x00,0x20,0x6c), rgb_t(0x00,0x31,0x7d), rgb_t(0x00,0x42,0x8e), \
rgb_t(0x0e,0x53,0x9f), rgb_t(0x1f,0x64,0xb0), rgb_t(0x30,0x75,0xc1), rgb_t(0x41,0x86,0xd2), \
rgb_t(0x52,0x97,0xe3), rgb_t(0x63,0xa8,0xf4), rgb_t(0x74,0xb9,0xff), rgb_t(0x85,0xca,0xff), \
rgb_t(0x96,0xdb,0xff), rgb_t(0xa7,0xec,0xff), rgb_t(0xb8,0xfd,0xff), rgb_t(0xc9,0xff,0xff )
#define pal_hue11_cool \
rgb_t(0x00,0x13,0x34), rgb_t(0x00,0x24,0x45), rgb_t(0x00,0x35,0x56), rgb_t(0x00,0x46,0x67), \
rgb_t(0x0b,0x57,0x78), rgb_t(0x1c,0x68,0x89), rgb_t(0x2d,0x79,0x9a), rgb_t(0x3e,0x8a,0xab), \
rgb_t(0x4f,0x9b,0xbc), rgb_t(0x60,0xac,0xcd), rgb_t(0x71,0xbd,0xde), rgb_t(0x82,0xce,0xef), \
rgb_t(0x93,0xdf,0xff), rgb_t(0xa4,0xf0,0xff), rgb_t(0xb5,0xff,0xff), rgb_t(0xc6,0xff,0xff )
rgb_t(0x00,0x1d,0x34), rgb_t(0x00,0x2e,0x45), rgb_t(0x00,0x3f,0x56), rgb_t(0x00,0x50,0x67), \
rgb_t(0x05,0x61,0x78), rgb_t(0x16,0x72,0x89), rgb_t(0x27,0x83,0x9a), rgb_t(0x38,0x94,0xab), \
rgb_t(0x49,0xa5,0xbc), rgb_t(0x5a,0xb6,0xcd), rgb_t(0x6b,0xc7,0xde), rgb_t(0x7c,0xd8,0xef), \
rgb_t(0x8d,0xe9,0xff), rgb_t(0x9e,0xfa,0xff), rgb_t(0xaf,0xff,0xff), rgb_t(0xc0,0xff,0xff )
#define pal_hue12_cool \
rgb_t(0x00,0x20,0x03), rgb_t(0x00,0x31,0x14), rgb_t(0x00,0x42,0x25), rgb_t(0x00,0x53,0x36), \
rgb_t(0x04,0x64,0x47), rgb_t(0x15,0x75,0x58), rgb_t(0x26,0x86,0x69), rgb_t(0x37,0x97,0x7a), \
rgb_t(0x48,0xa8,0x8b), rgb_t(0x59,0xb9,0x9c), rgb_t(0x6a,0xca,0xad), rgb_t(0x7b,0xdb,0xbe), \
rgb_t(0x8c,0xec,0xcf), rgb_t(0x9d,0xfd,0xe0), rgb_t(0xae,0xff,0xf1), rgb_t(0xbf,0xff,0xff )
rgb_t(0x00,0x26,0x03), rgb_t(0x00,0x37,0x14), rgb_t(0x00,0x48,0x25), rgb_t(0x00,0x59,0x36), \
rgb_t(0x07,0x6a,0x47), rgb_t(0x18,0x7b,0x58), rgb_t(0x29,0x8c,0x69), rgb_t(0x3a,0x9d,0x7a), \
rgb_t(0x4b,0xae,0x8b), rgb_t(0x5c,0xbf,0x9c), rgb_t(0x6d,0xd0,0xad), rgb_t(0x7e,0xe1,0xbe), \
rgb_t(0x8f,0xf2,0xcf), rgb_t(0xa0,0xff,0xe0), rgb_t(0xb1,0xff,0xf1), rgb_t(0xc2,0xff,0xff )
#define pal_hue13_cool \
rgb_t(0x00,0x27,0x00), rgb_t(0x00,0x38,0x00), rgb_t(0x00,0x49,0x00), rgb_t(0x00,0x5a,0x05), \
rgb_t(0x0a,0x6b,0x16), rgb_t(0x1b,0x7c,0x27), rgb_t(0x2c,0x8d,0x38), rgb_t(0x3d,0x9e,0x49), \
rgb_t(0x4e,0xaf,0x5a), rgb_t(0x5f,0xc0,0x6b), rgb_t(0x70,0xd1,0x7c), rgb_t(0x81,0xe2,0x8d), \
rgb_t(0x92,0xf3,0x9e), rgb_t(0xa3,0xff,0xaf), rgb_t(0xb4,0xff,0xc0), rgb_t(0xc5,0xff,0xd1 )
rgb_t(0x00,0x27,0x00), rgb_t(0x00,0x38,0x00), rgb_t(0x00,0x49,0x00), rgb_t(0x05,0x5a,0x05), \
rgb_t(0x16,0x6b,0x16), rgb_t(0x27,0x7c,0x27), rgb_t(0x38,0x8d,0x38), rgb_t(0x49,0x9e,0x49), \
rgb_t(0x5a,0xaf,0x5a), rgb_t(0x6b,0xc0,0x6b), rgb_t(0x7c,0xd1,0x7c), rgb_t(0x8d,0xe2,0x8d), \
rgb_t(0x9e,0xf3,0x9e), rgb_t(0xaf,0xff,0xaf), rgb_t(0xc0,0xff,0xc0), rgb_t(0xd1,0xff,0xd1 )
#define pal_hue14_cool \
rgb_t(0x00,0x26,0x00), rgb_t(0x00,0x37,0x00), rgb_t(0x00,0x48,0x00), rgb_t(0x0a,0x59,0x00), \
rgb_t(0x1b,0x6a,0x00), rgb_t(0x2c,0x7b,0x00), rgb_t(0x3d,0x8c,0x0f), rgb_t(0x4e,0x9d,0x20), \
rgb_t(0x5f,0xae,0x31), rgb_t(0x70,0xbf,0x42), rgb_t(0x81,0xd0,0x53), rgb_t(0x92,0xe1,0x64), \
rgb_t(0xa3,0xf2,0x75), rgb_t(0xb4,0xff,0x86), rgb_t(0xc5,0xff,0x97), rgb_t(0xd6,0xff,0xa8 )
rgb_t(0x00,0x20,0x00), rgb_t(0x00,0x31,0x00), rgb_t(0x0c,0x42,0x00), rgb_t(0x1d,0x53,0x00), \
rgb_t(0x2e,0x64,0x00), rgb_t(0x3f,0x75,0x00), rgb_t(0x50,0x86,0x0f), rgb_t(0x61,0x97,0x20), \
rgb_t(0x72,0xa8,0x31), rgb_t(0x83,0xb9,0x42), rgb_t(0x94,0xca,0x53), rgb_t(0xa5,0xdb,0x64), \
rgb_t(0xb6,0xec,0x75), rgb_t(0xc7,0xfd,0x86), rgb_t(0xd8,0xff,0x97), rgb_t(0xe9,0xff,0xa8 )
#define pal_hue15_cool \
rgb_t(0x00,0x1e,0x00), rgb_t(0x01,0x2f,0x00), rgb_t(0x12,0x40,0x00), rgb_t(0x23,0x51,0x00), \
rgb_t(0x34,0x62,0x00), rgb_t(0x45,0x73,0x00), rgb_t(0x56,0x84,0x00), rgb_t(0x67,0x95,0x09), \
rgb_t(0x78,0xa6,0x1a), rgb_t(0x89,0xb7,0x2b), rgb_t(0x9a,0xc8,0x3c), rgb_t(0xab,0xd9,0x4d), \
rgb_t(0xbc,0xea,0x5e), rgb_t(0xcd,0xfb,0x6f), rgb_t(0xde,0xff,0x80), rgb_t(0xef,0xff,0x91 )
rgb_t(0x06,0x13,0x00), rgb_t(0x17,0x24,0x00), rgb_t(0x28,0x35,0x00), rgb_t(0x39,0x46,0x00), \
rgb_t(0x4a,0x57,0x00), rgb_t(0x5b,0x68,0x00), rgb_t(0x6c,0x79,0x00), rgb_t(0x7d,0x8a,0x09), \
rgb_t(0x8e,0x9b,0x1a), rgb_t(0x9f,0xac,0x2b), rgb_t(0xb0,0xbd,0x3c), rgb_t(0xc1,0xce,0x4d), \
rgb_t(0xd2,0xdf,0x5e), rgb_t(0xe3,0xf0,0x6f), rgb_t(0xf4,0xff,0x80), rgb_t(0xff,0xff,0x91 )
static const rgb_t a7800u1_palette[256*3] =
static const rgb_t a7800_palette[256*3] =
{
ntsc_hue0_cool,
ntsc_hue1_cool,
@ -1168,7 +1168,7 @@ static const rgb_t a7800u1_palette[256*3] =
ntsc_hue15_cool
};
static const rgb_t a7800pu1_palette[256*3] =
static const rgb_t a7800p_palette[256*3] =
{
pal_hue0_cool,
pal_hue1_cool,
@ -1190,15 +1190,15 @@ static const rgb_t a7800pu1_palette[256*3] =
/* Initialise the palette */
PALETTE_INIT_MEMBER(a7800_state, a7800u1)
PALETTE_INIT_MEMBER(a7800_state, a7800)
{
palette.set_pen_colors(0, a7800u1_palette, ARRAY_LENGTH(a7800u1_palette));
palette.set_pen_colors(0, a7800_palette, ARRAY_LENGTH(a7800_palette));
}
PALETTE_INIT_MEMBER(a7800_state,a7800pu1)
PALETTE_INIT_MEMBER(a7800_state,a7800p)
{
palette.set_pen_colors(0, a7800pu1_palette, ARRAY_LENGTH(a7800pu1_palette));
palette.set_pen_colors(0, a7800p_palette, ARRAY_LENGTH(a7800p_palette));
}
@ -1309,94 +1309,94 @@ PALETTE_INIT_MEMBER(a7800_state,a7800pu1)
rgb_t(0xcc,0xcc,0xcc), rgb_t(0xdd,0xdd,0xdd), rgb_t(0xee,0xee,0xee), rgb_t(0xff,0xff,0xff )
#define pal_hue1_hot \
rgb_t(0x00,0x1d,0x00), rgb_t(0x02,0x2e,0x00), rgb_t(0x13,0x3f,0x00), rgb_t(0x24,0x50,0x00), \
rgb_t(0x35,0x61,0x00), rgb_t(0x46,0x72,0x00), rgb_t(0x57,0x83,0x00), rgb_t(0x68,0x94,0x08), \
rgb_t(0x79,0xa5,0x19), rgb_t(0x8a,0xb6,0x2a), rgb_t(0x9b,0xc7,0x3b), rgb_t(0xac,0xd8,0x4c), \
rgb_t(0xbd,0xe9,0x5d), rgb_t(0xce,0xfa,0x6e), rgb_t(0xdf,0xff,0x7f), rgb_t(0xf0,0xff,0x90 )
rgb_t(0x07,0x13,0x00), rgb_t(0x18,0x24,0x00), rgb_t(0x29,0x35,0x00), rgb_t(0x3a,0x46,0x00), \
rgb_t(0x4b,0x57,0x00), rgb_t(0x5c,0x68,0x00), rgb_t(0x6d,0x79,0x00), rgb_t(0x7e,0x8a,0x08), \
rgb_t(0x8f,0x9b,0x19), rgb_t(0xa0,0xac,0x2a), rgb_t(0xb1,0xbd,0x3b), rgb_t(0xc2,0xce,0x4c), \
rgb_t(0xd3,0xdf,0x5d), rgb_t(0xe4,0xf0,0x6e), rgb_t(0xf5,0xff,0x7f), rgb_t(0xff,0xff,0x90 )
#define pal_hue2_hot \
rgb_t(0x0f,0x0e,0x00), rgb_t(0x20,0x1f,0x00), rgb_t(0x31,0x30,0x00), rgb_t(0x42,0x41,0x00), \
rgb_t(0x53,0x52,0x00), rgb_t(0x64,0x63,0x00), rgb_t(0x75,0x74,0x00), rgb_t(0x86,0x85,0x08), \
rgb_t(0x97,0x96,0x19), rgb_t(0xa8,0xa7,0x2a), rgb_t(0xb9,0xb8,0x3b), rgb_t(0xca,0xc9,0x4c), \
rgb_t(0xdb,0xda,0x5d), rgb_t(0xec,0xeb,0x6e), rgb_t(0xfd,0xfc,0x7f), rgb_t(0xff,0xff,0x90 )
rgb_t(0x24,0x00,0x00), rgb_t(0x35,0x11,0x00), rgb_t(0x46,0x22,0x00), rgb_t(0x57,0x33,0x00), \
rgb_t(0x68,0x44,0x00), rgb_t(0x79,0x55,0x00), rgb_t(0x8a,0x66,0x00), rgb_t(0x9b,0x77,0x08), \
rgb_t(0xac,0x88,0x19), rgb_t(0xbd,0x99,0x2a), rgb_t(0xce,0xaa,0x3b), rgb_t(0xdf,0xbb,0x4c), \
rgb_t(0xf0,0xcc,0x5d), rgb_t(0xff,0xdd,0x6e), rgb_t(0xff,0xee,0x7f), rgb_t(0xff,0xff,0x90 )
#define pal_hue3_hot \
rgb_t(0x2a,0x00,0x00), rgb_t(0x3b,0x0c,0x00), rgb_t(0x4c,0x1d,0x00), rgb_t(0x5d,0x2e,0x00), \
rgb_t(0x6e,0x3f,0x00), rgb_t(0x7f,0x50,0x00), rgb_t(0x90,0x61,0x11), rgb_t(0xa1,0x72,0x22), \
rgb_t(0xb2,0x83,0x33), rgb_t(0xc3,0x94,0x44), rgb_t(0xd4,0xa5,0x55), rgb_t(0xe5,0xb6,0x66), \
rgb_t(0xf6,0xc7,0x77), rgb_t(0xff,0xd8,0x88), rgb_t(0xff,0xe9,0x99), rgb_t(0xff,0xfa,0xaa )
rgb_t(0x38,0x00,0x00), rgb_t(0x49,0x00,0x00), rgb_t(0x5a,0x10,0x00), rgb_t(0x6b,0x21,0x00), \
rgb_t(0x7c,0x32,0x00), rgb_t(0x8d,0x43,0x00), rgb_t(0x9e,0x54,0x11), rgb_t(0xaf,0x65,0x22), \
rgb_t(0xc0,0x76,0x33), rgb_t(0xd1,0x87,0x44), rgb_t(0xe2,0x98,0x55), rgb_t(0xf3,0xa9,0x66), \
rgb_t(0xff,0xba,0x77), rgb_t(0xff,0xcb,0x88), rgb_t(0xff,0xdc,0x99), rgb_t(0xff,0xed,0xaa )
#define pal_hue4_hot \
rgb_t(0x3c,0x00,0x00), rgb_t(0x4d,0x00,0x00), rgb_t(0x5e,0x0b,0x00), rgb_t(0x6f,0x1c,0x0b), \
rgb_t(0x80,0x2d,0x1c), rgb_t(0x91,0x3e,0x2d), rgb_t(0xa2,0x4f,0x3e), rgb_t(0xb3,0x60,0x4f), \
rgb_t(0xc4,0x71,0x60), rgb_t(0xd5,0x82,0x71), rgb_t(0xe6,0x93,0x82), rgb_t(0xf7,0xa4,0x93), \
rgb_t(0xff,0xb5,0xa4), rgb_t(0xff,0xc6,0xb5), rgb_t(0xff,0xd7,0xc6), rgb_t(0xff,0xe8,0xd7 )
rgb_t(0x40,0x00,0x00), rgb_t(0x51,0x00,0x00), rgb_t(0x62,0x02,0x00), rgb_t(0x73,0x13,0x0b), \
rgb_t(0x84,0x24,0x1c), rgb_t(0x95,0x35,0x2d), rgb_t(0xa6,0x46,0x3e), rgb_t(0xb7,0x57,0x4f), \
rgb_t(0xc8,0x68,0x60), rgb_t(0xd9,0x79,0x71), rgb_t(0xea,0x8a,0x82), rgb_t(0xfb,0x9b,0x93), \
rgb_t(0xff,0xac,0xa4), rgb_t(0xff,0xbd,0xb5), rgb_t(0xff,0xce,0xc6), rgb_t(0xff,0xdf,0xd7 )
#define pal_hue5_hot \
rgb_t(0x3f,0x00,0x0e), rgb_t(0x50,0x00,0x1f), rgb_t(0x61,0x00,0x30), rgb_t(0x72,0x10,0x41), \
rgb_t(0x83,0x21,0x52), rgb_t(0x94,0x32,0x63), rgb_t(0xa5,0x43,0x74), rgb_t(0xb6,0x54,0x85), \
rgb_t(0xc7,0x65,0x96), rgb_t(0xd8,0x76,0xa7), rgb_t(0xe9,0x87,0xb8), rgb_t(0xfa,0x98,0xc9), \
rgb_t(0xff,0xa9,0xda), rgb_t(0xff,0xba,0xeb), rgb_t(0xff,0xcb,0xfc), rgb_t(0xff,0xdc,0xff )
rgb_t(0x39,0x00,0x0e), rgb_t(0x4a,0x00,0x1f), rgb_t(0x5b,0x00,0x30), rgb_t(0x6c,0x0c,0x41), \
rgb_t(0x7d,0x1d,0x52), rgb_t(0x8e,0x2e,0x63), rgb_t(0x9f,0x3f,0x74), rgb_t(0xb0,0x50,0x85), \
rgb_t(0xc1,0x61,0x96), rgb_t(0xd2,0x72,0xa7), rgb_t(0xe3,0x83,0xb8), rgb_t(0xf4,0x94,0xc9), \
rgb_t(0xff,0xa5,0xda), rgb_t(0xff,0xb6,0xeb), rgb_t(0xff,0xc7,0xfc), rgb_t(0xff,0xd8,0xff )
#define pal_hue6_hot \
rgb_t(0x35,0x00,0x41), rgb_t(0x46,0x00,0x52), rgb_t(0x57,0x00,0x63), rgb_t(0x68,0x0c,0x74), \
rgb_t(0x79,0x1d,0x85), rgb_t(0x8a,0x2e,0x96), rgb_t(0x9b,0x3f,0xa7), rgb_t(0xac,0x50,0xb8), \
rgb_t(0xbd,0x61,0xc9), rgb_t(0xce,0x72,0xda), rgb_t(0xdf,0x83,0xeb), rgb_t(0xf0,0x94,0xfc), \
rgb_t(0xff,0xa5,0xff), rgb_t(0xff,0xb6,0xff), rgb_t(0xff,0xc7,0xff), rgb_t(0xff,0xd8,0xff )
rgb_t(0x25,0x00,0x41), rgb_t(0x36,0x00,0x52), rgb_t(0x47,0x00,0x63), rgb_t(0x58,0x0e,0x74), \
rgb_t(0x69,0x1f,0x85), rgb_t(0x7a,0x30,0x96), rgb_t(0x8b,0x41,0xa7), rgb_t(0x9c,0x52,0xb8), \
rgb_t(0xad,0x63,0xc9), rgb_t(0xbe,0x74,0xda), rgb_t(0xcf,0x85,0xeb), rgb_t(0xe0,0x96,0xfc), \
rgb_t(0xf1,0xa7,0xff), rgb_t(0xff,0xb8,0xff), rgb_t(0xff,0xc9,0xff), rgb_t(0xff,0xda,0xff )
#define pal_hue7_hot \
rgb_t(0x1e,0x00,0x65), rgb_t(0x2f,0x00,0x76), rgb_t(0x40,0x00,0x87), rgb_t(0x51,0x10,0x98), \
rgb_t(0x62,0x21,0xa9), rgb_t(0x73,0x32,0xba), rgb_t(0x84,0x43,0xcb), rgb_t(0x95,0x54,0xdc), \
rgb_t(0xa6,0x65,0xed), rgb_t(0xb7,0x76,0xfe), rgb_t(0xc8,0x87,0xff), rgb_t(0xd9,0x98,0xff), \
rgb_t(0xea,0xa9,0xff), rgb_t(0xfb,0xba,0xff), rgb_t(0xff,0xcb,0xff), rgb_t(0xff,0xdc,0xff )
rgb_t(0x08,0x00,0x65), rgb_t(0x19,0x00,0x76), rgb_t(0x2a,0x08,0x87), rgb_t(0x3b,0x19,0x98), \
rgb_t(0x4c,0x2a,0xa9), rgb_t(0x5d,0x3b,0xba), rgb_t(0x6e,0x4c,0xcb), rgb_t(0x7f,0x5d,0xdc), \
rgb_t(0x90,0x6e,0xed), rgb_t(0xa1,0x7f,0xfe), rgb_t(0xb2,0x90,0xff), rgb_t(0xc3,0xa1,0xff), \
rgb_t(0xd4,0xb2,0xff), rgb_t(0xe5,0xc3,0xff), rgb_t(0xf6,0xd4,0xff), rgb_t(0xff,0xe5,0xff )
#define pal_hue8_hot \
rgb_t(0x00,0x00,0x72), rgb_t(0x11,0x00,0x83), rgb_t(0x22,0x0c,0x94), rgb_t(0x33,0x1d,0xa5), \
rgb_t(0x44,0x2e,0xb6), rgb_t(0x55,0x3f,0xc7), rgb_t(0x66,0x50,0xd8), rgb_t(0x77,0x61,0xe9), \
rgb_t(0x88,0x72,0xfa), rgb_t(0x99,0x83,0xff), rgb_t(0xaa,0x94,0xff), rgb_t(0xbb,0xa5,0xff), \
rgb_t(0xcc,0xb6,0xff), rgb_t(0xdd,0xc7,0xff), rgb_t(0xee,0xd8,0xff), rgb_t(0xff,0xe9,0xff )
rgb_t(0x00,0x00,0x72), rgb_t(0x00,0x07,0x83), rgb_t(0x0c,0x18,0x94), rgb_t(0x1d,0x29,0xa5), \
rgb_t(0x2e,0x3a,0xb6), rgb_t(0x3f,0x4b,0xc7), rgb_t(0x50,0x5c,0xd8), rgb_t(0x61,0x6d,0xe9), \
rgb_t(0x72,0x7e,0xfa), rgb_t(0x83,0x8f,0xff), rgb_t(0x94,0xa0,0xff), rgb_t(0xa5,0xb1,0xff), \
rgb_t(0xb6,0xc2,0xff), rgb_t(0xc7,0xd3,0xff), rgb_t(0xd8,0xe4,0xff), rgb_t(0xe9,0xf5,0xff )
#define pal_hue9_hot \
rgb_t(0x00,0x00,0x65), rgb_t(0x00,0x0d,0x76), rgb_t(0x04,0x1e,0x87), rgb_t(0x15,0x2f,0x98), \
rgb_t(0x26,0x40,0xa9), rgb_t(0x37,0x51,0xba), rgb_t(0x48,0x62,0xcb), rgb_t(0x59,0x73,0xdc), \
rgb_t(0x6a,0x84,0xed), rgb_t(0x7b,0x95,0xfe), rgb_t(0x8c,0xa6,0xff), rgb_t(0x9d,0xb7,0xff), \
rgb_t(0xae,0xc8,0xff), rgb_t(0xbf,0xd9,0xff), rgb_t(0xd0,0xea,0xff), rgb_t(0xe1,0xfb,0xff )
rgb_t(0x00,0x09,0x65), rgb_t(0x00,0x1a,0x76), rgb_t(0x00,0x2b,0x87), rgb_t(0x04,0x3c,0x98), \
rgb_t(0x15,0x4d,0xa9), rgb_t(0x26,0x5e,0xba), rgb_t(0x37,0x6f,0xcb), rgb_t(0x48,0x80,0xdc), \
rgb_t(0x59,0x91,0xed), rgb_t(0x6a,0xa2,0xfe), rgb_t(0x7b,0xb3,0xff), rgb_t(0x8c,0xc4,0xff), \
rgb_t(0x9d,0xd5,0xff), rgb_t(0xae,0xe6,0xff), rgb_t(0xbf,0xf7,0xff), rgb_t(0xd0,0xff,0xff )
#define pal_hue10_hot \
rgb_t(0x00,0x0e,0x40), rgb_t(0x00,0x1f,0x51), rgb_t(0x00,0x30,0x62), rgb_t(0x00,0x41,0x73), \
rgb_t(0x0f,0x52,0x84), rgb_t(0x20,0x63,0x95), rgb_t(0x31,0x74,0xa6), rgb_t(0x42,0x85,0xb7), \
rgb_t(0x53,0x96,0xc8), rgb_t(0x64,0xa7,0xd9), rgb_t(0x75,0xb8,0xea), rgb_t(0x86,0xc9,0xfb), \
rgb_t(0x97,0xda,0xff), rgb_t(0xa8,0xeb,0xff), rgb_t(0xb9,0xfc,0xff), rgb_t(0xca,0xff,0xff )
rgb_t(0x00,0x1a,0x40), rgb_t(0x00,0x2b,0x51), rgb_t(0x00,0x3c,0x62), rgb_t(0x00,0x4d,0x73), \
rgb_t(0x06,0x5e,0x84), rgb_t(0x17,0x6f,0x95), rgb_t(0x28,0x80,0xa6), rgb_t(0x39,0x91,0xb7), \
rgb_t(0x4a,0xa2,0xc8), rgb_t(0x5b,0xb3,0xd9), rgb_t(0x6c,0xc4,0xea), rgb_t(0x7d,0xd5,0xfb), \
rgb_t(0x8e,0xe6,0xff), rgb_t(0x9f,0xf7,0xff), rgb_t(0xb0,0xff,0xff), rgb_t(0xc1,0xff,0xff )
#define pal_hue11_hot \
rgb_t(0x00,0x1e,0x0d), rgb_t(0x00,0x2f,0x1e), rgb_t(0x00,0x40,0x2f), rgb_t(0x00,0x51,0x40), \
rgb_t(0x04,0x62,0x51), rgb_t(0x15,0x73,0x62), rgb_t(0x26,0x84,0x73), rgb_t(0x37,0x95,0x84), \
rgb_t(0x48,0xa6,0x95), rgb_t(0x59,0xb7,0xa6), rgb_t(0x6a,0xc8,0xb7), rgb_t(0x7b,0xd9,0xc8), \
rgb_t(0x8c,0xea,0xd9), rgb_t(0x9d,0xfb,0xea), rgb_t(0xae,0xff,0xfb), rgb_t(0xbf,0xff,0xff )
rgb_t(0x00,0x25,0x0d), rgb_t(0x00,0x36,0x1e), rgb_t(0x00,0x47,0x2f), rgb_t(0x00,0x58,0x40), \
rgb_t(0x06,0x69,0x51), rgb_t(0x17,0x7a,0x62), rgb_t(0x28,0x8b,0x73), rgb_t(0x39,0x9c,0x84), \
rgb_t(0x4a,0xad,0x95), rgb_t(0x5b,0xbe,0xa6), rgb_t(0x6c,0xcf,0xb7), rgb_t(0x7d,0xe0,0xc8), \
rgb_t(0x8e,0xf1,0xd9), rgb_t(0x9f,0xff,0xea), rgb_t(0xb0,0xff,0xfb), rgb_t(0xc1,0xff,0xff )
#define pal_hue12_hot \
rgb_t(0x00,0x26,0x00), rgb_t(0x00,0x37,0x00), rgb_t(0x00,0x48,0x00), rgb_t(0x00,0x59,0x0a), \
rgb_t(0x08,0x6a,0x1b), rgb_t(0x19,0x7b,0x2c), rgb_t(0x2a,0x8c,0x3d), rgb_t(0x3b,0x9d,0x4e), \
rgb_t(0x4c,0xae,0x5f), rgb_t(0x5d,0xbf,0x70), rgb_t(0x6e,0xd0,0x81), rgb_t(0x7f,0xe1,0x92), \
rgb_t(0x90,0xf2,0xa3), rgb_t(0xa1,0xff,0xb4), rgb_t(0xb2,0xff,0xc5), rgb_t(0xc3,0xff,0xd6 )
rgb_t(0x00,0x27,0x00), rgb_t(0x00,0x38,0x00), rgb_t(0x00,0x49,0x00), rgb_t(0x03,0x5a,0x0a), \
rgb_t(0x14,0x6b,0x1b), rgb_t(0x25,0x7c,0x2c), rgb_t(0x36,0x8d,0x3d), rgb_t(0x47,0x9e,0x4e), \
rgb_t(0x58,0xaf,0x5f), rgb_t(0x69,0xc0,0x70), rgb_t(0x7a,0xd1,0x81), rgb_t(0x8b,0xe2,0x92), \
rgb_t(0x9c,0xf3,0xa3), rgb_t(0xad,0xff,0xb4), rgb_t(0xbe,0xff,0xc5), rgb_t(0xcf,0xff,0xd6 )
#define pal_hue13_hot \
rgb_t(0x00,0x26,0x00), rgb_t(0x00,0x37,0x00), rgb_t(0x00,0x48,0x00), rgb_t(0x09,0x59,0x00), \
rgb_t(0x1a,0x6a,0x00), rgb_t(0x2b,0x7b,0x00), rgb_t(0x3c,0x8c,0x10), rgb_t(0x4d,0x9d,0x21), \
rgb_t(0x5e,0xae,0x32), rgb_t(0x6f,0xbf,0x43), rgb_t(0x80,0xd0,0x54), rgb_t(0x91,0xe1,0x65), \
rgb_t(0xa2,0xf2,0x76), rgb_t(0xb3,0xff,0x87), rgb_t(0xc4,0xff,0x98), rgb_t(0xd5,0xff,0xa9 )
rgb_t(0x00,0x20,0x00), rgb_t(0x00,0x31,0x00), rgb_t(0x0b,0x42,0x00), rgb_t(0x1c,0x53,0x00), \
rgb_t(0x2d,0x64,0x00), rgb_t(0x3e,0x75,0x00), rgb_t(0x4f,0x86,0x10), rgb_t(0x60,0x97,0x21), \
rgb_t(0x71,0xa8,0x32), rgb_t(0x82,0xb9,0x43), rgb_t(0x93,0xca,0x54), rgb_t(0xa4,0xdb,0x65), \
rgb_t(0xb5,0xec,0x76), rgb_t(0xc6,0xfd,0x87), rgb_t(0xd7,0xff,0x98), rgb_t(0xe8,0xff,0xa9 )
#define pal_hue14_hot \
rgb_t(0x00,0x1d,0x00), rgb_t(0x02,0x2e,0x00), rgb_t(0x13,0x3f,0x00), rgb_t(0x24,0x50,0x00), \
rgb_t(0x35,0x61,0x00), rgb_t(0x46,0x72,0x00), rgb_t(0x57,0x83,0x00), rgb_t(0x68,0x94,0x08), \
rgb_t(0x79,0xa5,0x19), rgb_t(0x8a,0xb6,0x2a), rgb_t(0x9b,0xc7,0x3b), rgb_t(0xac,0xd8,0x4c), \
rgb_t(0xbd,0xe9,0x5d), rgb_t(0xce,0xfa,0x6e), rgb_t(0xdf,0xff,0x7f), rgb_t(0xf0,0xff,0x90 )
rgb_t(0x07,0x12,0x00), rgb_t(0x18,0x23,0x00), rgb_t(0x29,0x34,0x00), rgb_t(0x3a,0x45,0x00), \
rgb_t(0x4b,0x56,0x00), rgb_t(0x5c,0x67,0x00), rgb_t(0x6d,0x78,0x00), rgb_t(0x7e,0x89,0x08), \
rgb_t(0x8f,0x9a,0x19), rgb_t(0xa0,0xab,0x2a), rgb_t(0xb1,0xbc,0x3b), rgb_t(0xc2,0xcd,0x4c), \
rgb_t(0xd3,0xde,0x5d), rgb_t(0xe4,0xef,0x6e), rgb_t(0xf5,0xff,0x7f), rgb_t(0xff,0xff,0x90 )
#define pal_hue15_hot \
rgb_t(0x10,0x0d,0x00), rgb_t(0x21,0x1e,0x00), rgb_t(0x32,0x2f,0x00), rgb_t(0x43,0x40,0x00), \
rgb_t(0x54,0x51,0x00), rgb_t(0x65,0x62,0x00), rgb_t(0x76,0x73,0x00), rgb_t(0x87,0x84,0x09), \
rgb_t(0x98,0x95,0x1a), rgb_t(0xa9,0xa6,0x2b), rgb_t(0xba,0xb7,0x3c), rgb_t(0xcb,0xc8,0x4d), \
rgb_t(0xdc,0xd9,0x5e), rgb_t(0xed,0xea,0x6f), rgb_t(0xfe,0xfb,0x80), rgb_t(0xff,0xff,0x91 )
rgb_t(0x24,0x00,0x00), rgb_t(0x35,0x11,0x00), rgb_t(0x46,0x22,0x00), rgb_t(0x57,0x33,0x00), \
rgb_t(0x68,0x44,0x00), rgb_t(0x79,0x55,0x00), rgb_t(0x8a,0x66,0x00), rgb_t(0x9b,0x77,0x09), \
rgb_t(0xac,0x88,0x1a), rgb_t(0xbd,0x99,0x2b), rgb_t(0xce,0xaa,0x3c), rgb_t(0xdf,0xbb,0x4d), \
rgb_t(0xf0,0xcc,0x5e), rgb_t(0xff,0xdd,0x6f), rgb_t(0xff,0xee,0x80), rgb_t(0xff,0xff,0x91 )
static const rgb_t a7800u2_palette[256*3] =
{
@ -1834,11 +1834,11 @@ DRIVER_INIT_MEMBER(a7800_state,a7800_pal_dev)
***************************************************************************/
/* YEAR NAME PARENT COMPAT MACHINE INPUT STATE INIT COMPANY FULLNAME */
CONS( 1986, a7800, 0, 0, a7800_ntsc, a7800, a7800_state, a7800_ntsc, "Atari", "Atari 7800 (NTSC) Warm", MACHINE_SUPPORTS_SAVE )
CONS( 1986, a7800u1, a7800, 0, a7800u1_ntsc, a7800, a7800_state, a7800u1_ntsc, "Atari", "Atari 7800 (NTSC) Cool", MACHINE_SUPPORTS_SAVE )
CONS( 1986, a7800, 0, 0, a7800_ntsc, a7800, a7800_state, a7800_ntsc, "Atari", "Atari 7800 (NTSC) Cool", MACHINE_SUPPORTS_SAVE )
CONS( 1986, a7800u1, a7800, 0, a7800u1_ntsc, a7800, a7800_state, a7800u1_ntsc, "Atari", "Atari 7800 (NTSC) Warm", MACHINE_SUPPORTS_SAVE )
CONS( 1986, a7800u2, a7800, 0, a7800u2_ntsc, a7800, a7800_state, a7800u2_ntsc, "Atari", "Atari 7800 (NTSC) Hot", MACHINE_SUPPORTS_SAVE )
CONS( 1986, a7800dev, a7800, 0, a7800_ntsc_dev, a7800, a7800_state, a7800_ntsc_dev, "Atari", "Atari 7800 (NTSC) Developer Mode", MACHINE_SUPPORTS_SAVE )
CONS( 1986, a7800p, a7800, 0, a7800_pal, a7800, a7800_state, a7800_pal, "Atari", "Atari 7800 (PAL) Warm", MACHINE_SUPPORTS_SAVE )
CONS( 1986, a7800pu1, a7800, 0, a7800u1_pal, a7800, a7800_state, a7800u1_pal, "Atari", "Atari 7800 (PAL) Cool", MACHINE_SUPPORTS_SAVE )
CONS( 1986, a7800p, a7800, 0, a7800_pal, a7800, a7800_state, a7800_pal, "Atari", "Atari 7800 (PAL) Cool", MACHINE_SUPPORTS_SAVE )
CONS( 1986, a7800pu1, a7800, 0, a7800u1_pal, a7800, a7800_state, a7800u1_pal, "Atari", "Atari 7800 (PAL) Warm", MACHINE_SUPPORTS_SAVE )
CONS( 1986, a7800pu2, a7800, 0, a7800u2_pal, a7800, a7800_state, a7800u2_pal, "Atari", "Atari 7800 (PAL) Hot", MACHINE_SUPPORTS_SAVE )
CONS( 1986, a7800pdev, a7800, 0, a7800_pal_dev, a7800, a7800_state, a7800_pal_dev, "Atari", "Atari 7800 (PAL) Developer Mode", MACHINE_SUPPORTS_SAVE )