/***************************************************************** * Status Triv Two driver by David Haywood, MooglyGuy, and Stephh * * Super Triv II driver by MooglyGuy * * Triv Quiz driver by MooglyGuy * * Triv Four driver by Pierpaolo Prazzoli * * Super Triv III driver by Pierpaolo Prazzoli * * Hangman driver by Pierpaolo Prazzoli * * * ****************************************************************** * * * All notes by David Haywood unless otherwise noted * * * * Thanks to MooglyGuy for working out why statriv2 was crashing * * in attract and fixing the questions so it actually asked more * * than one per category. * * * * Game Speed too fast? * * * * SJ: Fixed colours based on screen shots, they're probably OK, * * but more shots would be good for verification * * * * MG: Dave seems to think that the AY is hooked up wrong since * * it generates lots of errors in error.log, even though the * * sound seems to make sense. Can someone with a PCB stomach * * the game long enough to verify one way or the other? * * * ****************************************************************** ****************************************************************** * U21 U22 DSW U17 * * 1982 status game corp * * 8085 12.4 MHz * * 8910 crt5037 8255 * * * * u36 u7 u8 u9 * * 5101 2114 * * 5101 2114 * * 2114 2114 2114 2114 * * u12(pb) * * * * triv-quiz II (pb plugs into u12) * * * * 74244 74161 74161 74161 74161 74138 7402 74139 * * u1 u2 u3 u4 u5 u6 u7 u8 * * * * * ****************************************************************** CTR5037 is also labelled as a TMS9937NL DSW is a 4 position dipswitch U17 is a socketted 74s288 (compatible with 82s123) U21 is a soldered in 74s288 (compatible with 82s123) U22 is a soldered in 74s287 (compatible with 82s129) PROM use is unknown */ #include "driver.h" #include "cpu/i8085/i8085.h" #include "sound/ay8910.h" /* Default NVram, we seem to need one or statriv2 crashes during attract attempting to display an unterminated message */ UINT8 statriv2_default_eeprom[256] = { 0x24,0x00,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, 0x00,0x00,0x00,0x00,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x06,0x00,0x00,0x11,0x00, 0x00,0x00,0x00,0x00,0x01,0x02,0x01,0x05,0x00,0x00,0x11,0x49,0x41,0x41,0x00,0x00, 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x11,0x00,0x00,0x00,0x00,0x00,0x00, 0x00,0x00,0x00,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x8D,0x03,0x00,0x50, 0x17,0x00,0x00,0x01,0xB5,0xAC,0x00,0x00,0x00,0x00,0x20,0x20,0x20,0x20,0x20,0x20, 0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x80,0x20,0x20,0x20,0x20,0x20,0x20,0x20, 0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x80,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20, 0x20,0x20,0x20,0x20,0x20,0x20,0x80,0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00 }; UINT8 quaquiz2_default_eeprom[256] = { 0x6f,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, 0x00,0x00,0x02,0x00,0x10,0x00,0x10,0x00,0x00,0x00,0x00,0x00,0xa5,0x6e,0x03,0xff, 0x50,0x03,0xff,0xa0,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, 0x00,0x00,0x00,0x00,0x01,0x01,0x03,0x05,0x01,0x02,0x03,0x00,0x00,0x00,0x00,0x00, 0x00,0x00,0x00,0x00,0x06,0x00,0x00,0x20,0x20,0x20,0x20,0x4d,0x45,0x52,0x4b,0x55, 0x52,0x20,0x20,0x20,0x20,0x80,0x20,0x20,0x4d,0x55,0x45,0x4e,0x5a,0x53,0x50,0x49, 0x45,0x4c,0x20,0x20,0x80,0x51,0x55,0x41,0x44,0x52,0x4f,0x20,0x51,0x55,0x49,0x5a, 0x20,0x49,0x49,0xff,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00 }; UINT8 *statriv2_videoram; static tilemap* statriv2_tilemap; /* Video Related, move to video later */ static TILE_GET_INFO( get_statriv2_tile_info ) { int code = statriv2_videoram[0x400+tile_index]; int attr = statriv2_videoram[tile_index] & 0x3f; SET_TILE_INFO(0, code, attr, 0); } WRITE8_HANDLER( statriv2_videoram_w ) { statriv2_videoram[offset] = data; tilemap_mark_tile_dirty(statriv2_tilemap,offset & 0x3ff); } VIDEO_START (statriv2) { statriv2_tilemap = tilemap_create(get_statriv2_tile_info,tilemap_scan_rows,TILEMAP_TYPE_PEN,8,16,64, 16); } VIDEO_UPDATE (statriv2) { tilemap_draw(bitmap,cliprect,statriv2_tilemap,0,0); return 0; } PALETTE_INIT(statriv2) { int i; for (i = 0; i < 8; i++) palette_set_color_rgb(machine,i,pal1bit(i >> 2),pal1bit(i >> 0),pal1bit(i >> 1)); for (i = 0; i < 64; i++) { colortable[2*i+0] = i % 8; colortable[2*i+1] = i / 8; } } /* end video related */ static NVRAM_HANDLER (statriv2) { if (read_or_write) mame_fwrite(file, generic_nvram, generic_nvram_size); else if (file) mame_fread(file, generic_nvram, generic_nvram_size); else memcpy ( generic_nvram, statriv2_default_eeprom, 0x100 ); } static NVRAM_HANDLER (quaquiz2) { if (read_or_write) mame_fwrite(file, generic_nvram, generic_nvram_size); else if (file) mame_fread(file, generic_nvram, generic_nvram_size); else memcpy ( generic_nvram, quaquiz2_default_eeprom, 0x100 ); } static UINT8 question_offset_low; static UINT8 question_offset_med; static UINT8 question_offset_high; static WRITE8_HANDLER ( question_offset_low_w ) { question_offset_low = data; } static WRITE8_HANDLER ( question_offset_med_w ) { question_offset_med = data; } static WRITE8_HANDLER ( question_offset_high_w ) { question_offset_high = data; } static READ8_HANDLER (statriv2_questions_read) { UINT8 *question_data = memory_region ( REGION_USER1 ); int offs; question_offset_low++; offs = (question_offset_high << 8) | question_offset_low; return question_data[offs]; } /***************************************************\ * * * Super Trivia has some really weird protection on * * its question data. For some odd reason, the data * * itself is stored normally. Just load the ROMs up * * in a hex editor and OR everything with 0x40 to * * get normal text. However, the game itself expects * * different data than what the question ROMs * * contain. Here is some pseudocode for what the * * game does for each character: * * * * GetCharacter: * * In A,($28) // Read character in * * Invert A // Invert the bits * * AND A,$1F // Put low 5 bits of * * B = Low 8 bits of addy // addy into high 8 * * C = 0 // bits of BC pair * * Call ArcaneFormula(BC) // Get XOR value * * XOR A,C // Apply it * * Return * * * * ArcaneFormula(BC): * * ShiftR BC,1 * * DblShiftR BC,1 * * DblShiftR BC,1 * * DblShiftR BC,1 * * ShiftR BC,1 * * Return * * * * Essentially what ArcaneFormula does is to "fill * * out" an entire 8 bit number from only five bits. * * The way it does this is by putting bit 0 of the 5 * * bits into bit 0 of the 8 bits, putting bit 1 into * * bits 1 and 2, bit 2 into bits 3 and 4, bit 3 into * * bits 5 and 6, and finally, bit 4 into bit * * position 7 of the 8-bit number. For example, for * * a value of FA, these would be the steps to get * * the XOR value: * * * * Address XOR val * * 1: Take original number 11111010 00000000 * * 2: XOR with 0x1F 00011010 00000000 * * 3: Put bit 0 in bit 0 0001101- 00000000 * * 4: Double bit 1 in bits 1,2 000110-0 00000110 * * 5: Double bit 2 in bits 3,4 00011-10 00000110 * * 6: Double bit 3 in bits 5,6 0001-010 01100110 * * 7: Put bit 4 in bit 7 000-1010 11100110 * * * * Since XOR operations are symmetrical, to make the * * game end up receiving the correct value one only * * needs to invert the value and XOR it with the * * value derived from its address. The game will * * then de-invert the value when it tries to invert * * it, re-OR the value when it tries to XOR it, and * * we wind up with nice, working questions. If * * anyone can figure out a way to simplify the * * formula I'm using, PLEASE DO SO! * * * * - MooglyGuy * * * \***************************************************/ static READ8_HANDLER (supertr2_questions_read) { UINT8 *question_data = memory_region( REGION_USER1 ); int offs; int XORval; XORval = question_offset_low & 0x01; XORval |= (question_offset_low & 0x02) * 3; XORval |= ((question_offset_low & 0x04) * 3) << 1; XORval |= ((question_offset_low & 0x08) * 3) << 2; XORval |= (question_offset_low & 0x10) << 3; offs = (question_offset_high << 16) | (question_offset_med << 8) | question_offset_low; return (question_data[offs] ^ 0xFF) ^ XORval; } static READ8_HANDLER (supertr3_questions_read) { UINT8 *question_data = memory_region( REGION_USER1 ); int offs; offs = (question_offset_high << 16) | (question_offset_med << 8) | question_offset_low; return question_data[offs] ^ 0xFF; } static READ8_HANDLER (hangman_questions_read) { UINT8 *question_data = memory_region( REGION_USER1 ); int offs; offs = (question_offset_high << 16) | (question_offset_med << 8) | question_offset_low; return question_data[offs]; } static ADDRESS_MAP_START( statriv2_readmem, ADDRESS_SPACE_PROGRAM, 8 ) AM_RANGE(0x0000, 0x2fff) AM_READ(MRA8_ROM) AM_RANGE(0x4000, 0x43ff) AM_READ(MRA8_RAM) AM_RANGE(0x4800, 0x48ff) AM_READ(MRA8_RAM) AM_RANGE(0xc800, 0xcfff) AM_READ(MRA8_RAM) ADDRESS_MAP_END static ADDRESS_MAP_START( statriv2_writemem, ADDRESS_SPACE_PROGRAM, 8 ) AM_RANGE(0x0000, 0x2fff) AM_WRITE(MWA8_ROM) AM_RANGE(0x4000, 0x43ff) AM_WRITE(MWA8_RAM) AM_RANGE(0x4800, 0x48ff) AM_WRITE(MWA8_RAM) AM_BASE(&generic_nvram) AM_SIZE(&generic_nvram_size) // backup ram? AM_RANGE(0xc800, 0xcfff) AM_WRITE(statriv2_videoram_w) AM_BASE(&statriv2_videoram) ADDRESS_MAP_END static ADDRESS_MAP_START( supertr2_readmem, ADDRESS_SPACE_PROGRAM, 8 ) AM_RANGE(0x0000, 0x3fff) AM_READ(MRA8_ROM) AM_RANGE(0x4000, 0x43ff) AM_READ(MRA8_RAM) AM_RANGE(0x4800, 0x48ff) AM_READ(MRA8_RAM) AM_RANGE(0xc800, 0xcfff) AM_READ(MRA8_RAM) ADDRESS_MAP_END static ADDRESS_MAP_START( supertr2_writemem, ADDRESS_SPACE_PROGRAM, 8 ) AM_RANGE(0x0000, 0x3fff) AM_WRITE(MWA8_ROM) AM_RANGE(0x4000, 0x43ff) AM_WRITE(MWA8_RAM) AM_RANGE(0x4800, 0x48ff) AM_WRITE(MWA8_RAM) AM_BASE(&generic_nvram) AM_SIZE(&generic_nvram_size) // backup ram? AM_RANGE(0xc800, 0xcfff) AM_WRITE(statriv2_videoram_w) AM_BASE(&statriv2_videoram) ADDRESS_MAP_END static ADDRESS_MAP_START( statriv2_readport, ADDRESS_SPACE_IO, 8 ) AM_RANGE(0x20, 0x20) AM_READ(input_port_0_r) AM_RANGE(0x21, 0x21) AM_READ(input_port_1_r) AM_RANGE(0x2b, 0x2b) AM_READ(statriv2_questions_read) // question data AM_RANGE(0xb1, 0xb1) AM_READ(AY8910_read_port_0_r) // ??? AM_RANGE(0xce, 0xce) AM_READ(MRA8_NOP) // ??? ADDRESS_MAP_END static ADDRESS_MAP_START( statriv2_writeport, ADDRESS_SPACE_IO, 8 ) AM_RANGE(0x22, 0x22) AM_WRITE(MWA8_NOP) // ??? AM_RANGE(0x23, 0x23) AM_WRITE(MWA8_NOP) // ??? AM_RANGE(0x29, 0x29) AM_WRITE(question_offset_low_w) AM_RANGE(0x2a, 0x2a) AM_WRITE(question_offset_high_w) AM_RANGE(0xb0, 0xb0) AM_WRITE(AY8910_control_port_0_w) AM_RANGE(0xb1, 0xb1) AM_WRITE(AY8910_write_port_0_w) AM_RANGE(0xc0, 0xcf) AM_WRITE(MWA8_NOP) // ??? ADDRESS_MAP_END static ADDRESS_MAP_START( statriv4_readport, ADDRESS_SPACE_IO, 8 ) AM_RANGE(0x20, 0x20) AM_READ(input_port_0_r) AM_RANGE(0x21, 0x21) AM_READ(input_port_1_r) AM_RANGE(0x28, 0x28) AM_READ(statriv2_questions_read) // question data AM_RANGE(0xb1, 0xb1) AM_READ(AY8910_read_port_0_r) // ??? AM_RANGE(0xce, 0xce) AM_READ(MRA8_NOP) // ??? ADDRESS_MAP_END static ADDRESS_MAP_START( statriv4_writeport, ADDRESS_SPACE_IO, 8 ) AM_RANGE(0x22, 0x22) AM_WRITE(MWA8_NOP) // ??? AM_RANGE(0x23, 0x23) AM_WRITE(MWA8_NOP) // ??? AM_RANGE(0x29, 0x29) AM_WRITE(question_offset_high_w) AM_RANGE(0x2a, 0x2a) AM_WRITE(question_offset_low_w) AM_RANGE(0xb0, 0xb0) AM_WRITE(AY8910_control_port_0_w) AM_RANGE(0xb1, 0xb1) AM_WRITE(AY8910_write_port_0_w) AM_RANGE(0xc0, 0xcf) AM_WRITE(MWA8_NOP) // ??? ADDRESS_MAP_END static ADDRESS_MAP_START( supertr2_readport, ADDRESS_SPACE_IO, 8 ) AM_RANGE(0x20, 0x20) AM_READ(input_port_0_r) AM_RANGE(0x21, 0x21) AM_READ(input_port_1_r) AM_RANGE(0x28, 0x28) AM_READ(supertr2_questions_read) // question data AM_RANGE(0xb1, 0xb1) AM_READ(AY8910_read_port_0_r) // ??? AM_RANGE(0xce, 0xce) AM_READ(MRA8_NOP) // ??? ADDRESS_MAP_END static ADDRESS_MAP_START( supertr2_writeport, ADDRESS_SPACE_IO, 8 ) AM_RANGE(0x22, 0x22) AM_WRITE(MWA8_NOP) // ??? AM_RANGE(0x23, 0x23) AM_WRITE(MWA8_NOP) // ??? AM_RANGE(0x28, 0x28) AM_WRITE(question_offset_low_w) AM_RANGE(0x29, 0x29) AM_WRITE(question_offset_med_w) AM_RANGE(0x2a, 0x2a) AM_WRITE(question_offset_high_w) AM_RANGE(0xb0, 0xb0) AM_WRITE(AY8910_control_port_0_w) AM_RANGE(0xb1, 0xb1) AM_WRITE(AY8910_write_port_0_w) AM_RANGE(0xc0, 0xcf) AM_WRITE(MWA8_NOP) // ??? ADDRESS_MAP_END static ADDRESS_MAP_START( trivquiz_writeport, ADDRESS_SPACE_IO, 8 ) AM_RANGE(0x22, 0x22) AM_WRITE(MWA8_NOP) // ??? AM_RANGE(0x23, 0x23) AM_WRITE(MWA8_NOP) // ??? AM_RANGE(0x28, 0x28) AM_WRITE(question_offset_low_w) AM_RANGE(0x29, 0x29) AM_WRITE(question_offset_high_w) AM_RANGE(0xb0, 0xb0) AM_WRITE(AY8910_control_port_0_w) AM_RANGE(0xb1, 0xb1) AM_WRITE(AY8910_write_port_0_w) AM_RANGE(0xc0, 0xcf) AM_WRITE(MWA8_NOP) // ??? ADDRESS_MAP_END static ADDRESS_MAP_START( trivquiz_readport, ADDRESS_SPACE_IO, 8 ) AM_RANGE(0x20, 0x20) AM_READ(input_port_0_r) AM_RANGE(0x21, 0x21) AM_READ(input_port_1_r) AM_RANGE(0x2a, 0x2a) AM_READ(statriv2_questions_read) // question data AM_RANGE(0xb1, 0xb1) AM_READ(AY8910_read_port_0_r) // ??? AM_RANGE(0xce, 0xce) AM_READ(MRA8_NOP) // ??? ADDRESS_MAP_END static ADDRESS_MAP_START( supertr3_readport, ADDRESS_SPACE_IO, 8 ) AM_RANGE(0x20, 0x20) AM_READ(input_port_0_r) AM_RANGE(0x21, 0x21) AM_READ(input_port_1_r) AM_RANGE(0x28, 0x28) AM_READ(supertr3_questions_read) // question data AM_RANGE(0xb1, 0xb1) AM_READ(AY8910_read_port_0_r) // ??? AM_RANGE(0xce, 0xce) AM_READ(MRA8_NOP) // ??? ADDRESS_MAP_END static ADDRESS_MAP_START( hangman_readport, ADDRESS_SPACE_IO, 8 ) AM_RANGE(0x20, 0x20) AM_READ(input_port_0_r) AM_RANGE(0x21, 0x21) AM_READ(input_port_1_r) AM_RANGE(0x28, 0x28) AM_READ(hangman_questions_read) // question data AM_RANGE(0xb1, 0xb1) AM_READ(AY8910_read_port_0_r) // ??? AM_RANGE(0xce, 0xce) AM_READ(MRA8_NOP) // ??? ADDRESS_MAP_END INPUT_PORTS_START( statriv2 ) PORT_START PORT_BIT( 0x01, IP_ACTIVE_LOW, IPT_START1 ) PORT_BIT(0x02, IP_ACTIVE_LOW, IPT_SERVICE3 ) PORT_NAME("Play All") PORT_BIT(0x04, IP_ACTIVE_LOW, IPT_SERVICE2 ) PORT_NAME("Play 10000") PORT_BIT(0x08, IP_ACTIVE_LOW, IPT_BUTTON1 ) PORT_NAME("Button A") PORT_BIT(0x10, IP_ACTIVE_LOW, IPT_BUTTON2 ) PORT_NAME("Button B") PORT_BIT(0x20, IP_ACTIVE_LOW, IPT_BUTTON3 ) PORT_NAME("Button C") PORT_BIT(0x40, IP_ACTIVE_LOW, IPT_BUTTON4 ) PORT_NAME("Button D") PORT_BIT( 0x80, IP_ACTIVE_LOW, IPT_UNKNOWN ) PORT_START PORT_BIT(0x01, IP_ACTIVE_LOW, IPT_SERVICE1 ) PORT_NAME("Play 1000") PORT_BIT( 0x02, IP_ACTIVE_LOW, IPT_START2 ) PORT_BIT( 0x04, IP_ACTIVE_LOW, IPT_COIN1 ) PORT_BIT( 0x08, IP_ACTIVE_LOW, IPT_UNKNOWN ) PORT_SERVICE( 0x10, IP_ACTIVE_HIGH ) PORT_DIPNAME( 0x20, 0x20, "Show Correct Answer" ) PORT_DIPSETTING( 0x00, DEF_STR( No ) ) PORT_DIPSETTING( 0x20, DEF_STR( Yes ) ) PORT_DIPNAME( 0x40, 0x40, DEF_STR( Demo_Sounds ) ) PORT_DIPSETTING( 0x00, DEF_STR( Off ) ) PORT_DIPSETTING( 0x40, DEF_STR( On ) ) PORT_DIPNAME( 0x80, 0x00, "Freeze" ) PORT_DIPSETTING( 0x00, DEF_STR( Off ) ) PORT_DIPSETTING( 0x80, DEF_STR( On ) ) INPUT_PORTS_END INPUT_PORTS_START( statriv4 ) PORT_START PORT_BIT( 0x01, IP_ACTIVE_LOW, IPT_START1 ) PORT_BIT(0x02, IP_ACTIVE_LOW, IPT_SERVICE3 ) PORT_NAME("Play All") PORT_BIT(0x04, IP_ACTIVE_LOW, IPT_SERVICE2 ) PORT_NAME("Play 10000") PORT_BIT(0x08, IP_ACTIVE_LOW, IPT_BUTTON1 ) PORT_NAME("Button A") PORT_BIT(0x10, IP_ACTIVE_LOW, IPT_BUTTON2 ) PORT_NAME("Button B") PORT_BIT(0x20, IP_ACTIVE_LOW, IPT_BUTTON3 ) PORT_NAME("Button C") PORT_BIT(0x40, IP_ACTIVE_LOW, IPT_BUTTON4 ) PORT_NAME("Button D") PORT_BIT( 0x80, IP_ACTIVE_LOW, IPT_UNKNOWN ) PORT_START PORT_BIT(0x01, IP_ACTIVE_LOW, IPT_SERVICE1 ) PORT_NAME("Play 1000") PORT_BIT( 0x02, IP_ACTIVE_LOW, IPT_START2 ) PORT_BIT( 0x04, IP_ACTIVE_LOW, IPT_COIN1 ) PORT_BIT( 0x08, IP_ACTIVE_LOW, IPT_UNKNOWN ) PORT_SERVICE( 0x10, IP_ACTIVE_HIGH ) PORT_DIPNAME( 0x20, 0x20, "Show Correct Answer" ) PORT_DIPSETTING( 0x00, DEF_STR( No ) ) PORT_DIPSETTING( 0x20, DEF_STR( Yes ) ) PORT_DIPNAME( 0x40, 0x40, DEF_STR( Coinage ) ) PORT_DIPSETTING( 0x40, DEF_STR( 1C_1C ) ) PORT_DIPSETTING( 0x00, DEF_STR( 1C_2C ) ) PORT_BIT( 0x80, IP_ACTIVE_LOW, IPT_UNKNOWN ) INPUT_PORTS_END INPUT_PORTS_START( supertr2 ) PORT_START PORT_BIT( 0x01, IP_ACTIVE_LOW, IPT_START1 ) PORT_BIT(0x02, IP_ACTIVE_LOW, IPT_SERVICE3 ) PORT_NAME("Play All") PORT_BIT(0x04, IP_ACTIVE_LOW, IPT_SERVICE2 ) PORT_NAME("Play 10000") PORT_BIT(0x08, IP_ACTIVE_LOW, IPT_BUTTON1 ) PORT_NAME("Button A") PORT_BIT(0x10, IP_ACTIVE_LOW, IPT_BUTTON2 ) PORT_NAME("Button B") PORT_BIT(0x20, IP_ACTIVE_LOW, IPT_BUTTON3 ) PORT_NAME("Button C") PORT_BIT(0x40, IP_ACTIVE_LOW, IPT_BUTTON4 ) PORT_NAME("Button D") PORT_BIT( 0x80, IP_ACTIVE_LOW, IPT_UNKNOWN ) PORT_START PORT_BIT(0x01, IP_ACTIVE_LOW, IPT_SERVICE1 ) PORT_NAME("Play 1000") PORT_BIT( 0x02, IP_ACTIVE_LOW, IPT_START2 ) PORT_BIT( 0x04, IP_ACTIVE_LOW, IPT_COIN1 ) PORT_BIT( 0x08, IP_ACTIVE_LOW, IPT_COIN2 ) PORT_SERVICE( 0x10, IP_ACTIVE_LOW ) PORT_BIT( 0x20, IP_ACTIVE_LOW, IPT_UNKNOWN ) PORT_BIT( 0x40, IP_ACTIVE_LOW, IPT_UNKNOWN ) PORT_BIT( 0x80, IP_ACTIVE_LOW, IPT_UNKNOWN ) INPUT_PORTS_END INPUT_PORTS_START( quaquiz2 ) PORT_START PORT_BIT( 0x01, IP_ACTIVE_LOW, IPT_START1 ) PORT_BIT(0x02, IP_ACTIVE_LOW, IPT_SERVICE3 ) PORT_NAME("Play All") PORT_BIT(0x04, IP_ACTIVE_LOW, IPT_SERVICE2 ) PORT_NAME("Play 10000") PORT_BIT( 0x08, IP_ACTIVE_LOW, IPT_BUTTON1 ) PORT_IMPULSE(1) PORT_NAME("Button A") PORT_BIT( 0x10, IP_ACTIVE_LOW, IPT_BUTTON2 ) PORT_IMPULSE(1) PORT_NAME("Button B") PORT_BIT( 0x20, IP_ACTIVE_LOW, IPT_BUTTON3 ) PORT_IMPULSE(1) PORT_NAME("Button C") PORT_BIT( 0x40, IP_ACTIVE_LOW, IPT_BUTTON4 ) PORT_IMPULSE(1) PORT_NAME("Button D") PORT_DIPNAME( 0x80, 0x00, "Port $20 bit 7" ) // coin3? if off it doesn't boot PORT_DIPSETTING( 0x80, DEF_STR( Off ) ) PORT_DIPSETTING( 0x00, DEF_STR( On ) ) PORT_START PORT_BIT(0x01, IP_ACTIVE_LOW, IPT_SERVICE1 ) PORT_NAME("Play 1000") PORT_DIPNAME( 0x02, 0x00, "Port $21 bit 1" ) PORT_DIPSETTING( 0x00, DEF_STR( Off ) ) PORT_DIPSETTING( 0x02, DEF_STR( On ) ) PORT_BIT( 0x04, IP_ACTIVE_LOW, IPT_COIN1 ) PORT_BIT( 0x08, IP_ACTIVE_LOW, IPT_COIN2 ) PORT_SERVICE( 0x10, IP_ACTIVE_LOW ) PORT_DIPNAME( 0x20, 0x20, "Company Logo" ) PORT_DIPSETTING( 0x00, DEF_STR( Off ) ) PORT_DIPSETTING( 0x20, DEF_STR( On ) ) PORT_DIPNAME( 0x40, 0x00, "Port $21 bit 6" ) PORT_DIPSETTING( 0x00, DEF_STR( Off ) ) PORT_DIPSETTING( 0x40, DEF_STR( On ) ) PORT_DIPNAME( 0x80, 0x00, "Initialize NVRAM" ) PORT_DIPSETTING( 0x00, DEF_STR( Off ) ) PORT_DIPSETTING( 0x80, DEF_STR( On ) ) INPUT_PORTS_END INPUT_PORTS_START( hangman ) PORT_START PORT_BIT( 0x01, IP_ACTIVE_LOW, IPT_START1 ) PORT_IMPULSE(8) PORT_BIT( 0x02, IP_ACTIVE_LOW, IPT_BUTTON3 ) PORT_IMPULSE(8) PORT_NAME("Choose") PORT_BIT( 0x04, IP_ACTIVE_LOW, IPT_BUTTON2 ) PORT_IMPULSE(8) PORT_NAME("Right") PORT_BIT( 0x08, IP_ACTIVE_LOW, IPT_BUTTON5 ) PORT_IMPULSE(8) PORT_NAME("Go For It") PORT_BIT( 0x10, IP_ACTIVE_LOW, IPT_UNKNOWN ) PORT_BIT( 0x20, IP_ACTIVE_LOW, IPT_UNKNOWN ) PORT_BIT( 0x40, IP_ACTIVE_LOW, IPT_BUTTON4 ) PORT_IMPULSE(8) PORT_NAME("Spinner") PORT_BIT( 0x80, IP_ACTIVE_LOW, IPT_UNKNOWN ) PORT_START PORT_BIT( 0x01, IP_ACTIVE_LOW, IPT_BUTTON1 ) PORT_IMPULSE(8) PORT_NAME("Left") PORT_BIT( 0x02, IP_ACTIVE_LOW, IPT_START2 ) PORT_IMPULSE(8) PORT_BIT( 0x04, IP_ACTIVE_LOW, IPT_COIN1 ) PORT_IMPULSE(8) PORT_DIPNAME( 0x08, 0x08, DEF_STR( Unknown ) ) PORT_DIPSETTING( 0x08, DEF_STR( Off ) ) PORT_DIPSETTING( 0x00, DEF_STR( On ) ) PORT_SERVICE_NO_TOGGLE( 0x10, IP_ACTIVE_LOW ) PORT_DIPNAME( 0x20, 0x20, DEF_STR( Unknown ) ) PORT_DIPSETTING( 0x20, DEF_STR( Off ) ) PORT_DIPSETTING( 0x00, DEF_STR( On ) ) PORT_DIPNAME( 0x40, 0x40, DEF_STR( Unknown ) ) PORT_DIPSETTING( 0x40, DEF_STR( Off ) ) PORT_DIPSETTING( 0x00, DEF_STR( On ) ) PORT_DIPNAME( 0x80, 0x00, "Keep High Scores" ) PORT_DIPSETTING( 0x80, DEF_STR( No ) ) PORT_DIPSETTING( 0x00, DEF_STR( Yes ) ) INPUT_PORTS_END INPUT_PORTS_START( sextriv ) PORT_START PORT_BIT( 0x01, IP_ACTIVE_LOW, IPT_START1 ) PORT_BIT(0x02, IP_ACTIVE_LOW, IPT_SERVICE3 ) PORT_NAME("Play All") PORT_BIT(0x04, IP_ACTIVE_LOW, IPT_SERVICE2 ) PORT_NAME("Play 10000") PORT_BIT(0x08, IP_ACTIVE_LOW, IPT_BUTTON1 ) PORT_NAME("Button A") PORT_BIT(0x10, IP_ACTIVE_LOW, IPT_BUTTON2 ) PORT_NAME("Button B") PORT_BIT(0x20, IP_ACTIVE_LOW, IPT_BUTTON3 ) PORT_NAME("Button C") PORT_BIT(0x40, IP_ACTIVE_LOW, IPT_BUTTON4 ) PORT_NAME("Button D") PORT_BIT( 0x80, IP_ACTIVE_LOW, IPT_UNKNOWN ) PORT_START PORT_BIT(0x01, IP_ACTIVE_LOW, IPT_SERVICE1 ) PORT_NAME("Play 1000") PORT_BIT( 0x02, IP_ACTIVE_LOW, IPT_START2 ) PORT_BIT( 0x04, IP_ACTIVE_LOW, IPT_COIN1 ) PORT_BIT( 0x08, IP_ACTIVE_LOW, IPT_UNKNOWN ) PORT_SERVICE( 0x10, IP_ACTIVE_HIGH ) PORT_DIPNAME( 0x20, 0x20, "Show Correct Answer" ) PORT_DIPSETTING( 0x00, DEF_STR( No ) ) PORT_DIPSETTING( 0x20, DEF_STR( Yes ) ) PORT_DIPNAME( 0x40, 0x40, DEF_STR( Unknown ) ) PORT_DIPSETTING( 0x00, DEF_STR( Off ) ) PORT_DIPSETTING( 0x40, DEF_STR( On ) ) PORT_DIPNAME( 0x80, 0x00, DEF_STR( Unknown ) ) PORT_DIPSETTING( 0x00, DEF_STR( Off ) ) PORT_DIPSETTING( 0x80, DEF_STR( On ) ) INPUT_PORTS_END static const gfx_layout statriv2_tiles8x16_layout = { 8,16, RGN_FRAC(1,1), 1, { 0 }, { 0, 1, 2, 3, 4, 5, 6, 7 }, { 0*8, 1*8, 2*8, 3*8, 4*8, 5*8, 6*8, 7*8, 8*8, 9*8, 10*8, 11*8, 12*8, 13*8, 14*8, 15*8 }, 16*8 }; static GFXDECODE_START( statriv2 ) GFXDECODE_ENTRY( REGION_GFX1, 0, statriv2_tiles8x16_layout, 0, 64 ) GFXDECODE_END static INTERRUPT_GEN( statriv2_interrupt ) { cpunum_set_input_line(0, I8085_RST75_LINE, HOLD_LINE); } static MACHINE_DRIVER_START( statriv2 ) /* basic machine hardware */ MDRV_CPU_ADD_TAG("main",8085A,12400000) /* 12.4MHz / 4? */ MDRV_CPU_PROGRAM_MAP(statriv2_readmem,statriv2_writemem) MDRV_CPU_IO_MAP(statriv2_readport,statriv2_writeport) MDRV_CPU_VBLANK_INT(statriv2_interrupt,1) MDRV_SCREEN_REFRESH_RATE(60) MDRV_SCREEN_VBLANK_TIME(DEFAULT_60HZ_VBLANK_DURATION) MDRV_NVRAM_HANDLER(statriv2) /* video hardware */ MDRV_VIDEO_ATTRIBUTES(VIDEO_TYPE_RASTER) MDRV_SCREEN_FORMAT(BITMAP_FORMAT_INDEXED16) MDRV_SCREEN_SIZE(64*8, 32*8) MDRV_SCREEN_VISIBLE_AREA(4*8, 38*8-1, 0, 32*8-1) MDRV_GFXDECODE(statriv2) MDRV_PALETTE_LENGTH(8) MDRV_COLORTABLE_LENGTH(2*64) MDRV_PALETTE_INIT(statriv2) MDRV_VIDEO_START(statriv2) MDRV_VIDEO_UPDATE(statriv2) /* sound hardware */ MDRV_SPEAKER_STANDARD_MONO("mono") MDRV_SOUND_ADD(AY8910, 1500000) MDRV_SOUND_ROUTE(ALL_OUTPUTS, "mono", 1.0) MACHINE_DRIVER_END static MACHINE_DRIVER_START( statriv4 ) /* basic machine hardware */ MDRV_IMPORT_FROM(statriv2) MDRV_CPU_MODIFY("main") MDRV_CPU_IO_MAP(statriv4_readport,statriv4_writeport) MDRV_SCREEN_VISIBLE_AREA(2*8, 36*8-1, 0, 32*8-1) MACHINE_DRIVER_END static MACHINE_DRIVER_START( trivquiz ) /* basic machine hardware */ MDRV_IMPORT_FROM(statriv2) MDRV_CPU_MODIFY("main") MDRV_CPU_IO_MAP(trivquiz_readport,trivquiz_writeport) MACHINE_DRIVER_END static MACHINE_DRIVER_START( sextriv ) /* basic machine hardware */ MDRV_IMPORT_FROM(statriv2) MDRV_CPU_MODIFY("main") MDRV_CPU_IO_MAP(trivquiz_readport,trivquiz_writeport) MDRV_SCREEN_VISIBLE_AREA(2*8, 36*8-1, 0, 32*8-1) MACHINE_DRIVER_END static MACHINE_DRIVER_START( supertr2 ) /* basic machine hardware */ MDRV_IMPORT_FROM(statriv2) MDRV_CPU_MODIFY("main") MDRV_CPU_PROGRAM_MAP(supertr2_readmem,supertr2_writemem) MDRV_CPU_IO_MAP(supertr2_readport,supertr2_writeport) MDRV_NVRAM_HANDLER(generic_0fill) MDRV_SCREEN_VISIBLE_AREA(2*8, 36*8-1, 0, 32*8-1) MACHINE_DRIVER_END static MACHINE_DRIVER_START( supertr3 ) /* basic machine hardware */ MDRV_IMPORT_FROM(statriv2) MDRV_CPU_MODIFY("main") MDRV_CPU_PROGRAM_MAP(supertr2_readmem,supertr2_writemem) MDRV_CPU_IO_MAP(supertr3_readport,supertr2_writeport) MDRV_NVRAM_HANDLER(generic_0fill) MDRV_SCREEN_VISIBLE_AREA(2*8, 36*8-1, 0, 32*8-1) MACHINE_DRIVER_END static MACHINE_DRIVER_START( quaquiz2 ) /* basic machine hardware */ MDRV_IMPORT_FROM(supertr3) MDRV_NVRAM_HANDLER(quaquiz2) MDRV_SCREEN_VISIBLE_AREA(4*8, 38*8-1, 0, 32*8-1) MACHINE_DRIVER_END static MACHINE_DRIVER_START( hangman ) /* basic machine hardware */ MDRV_IMPORT_FROM(statriv2) MDRV_CPU_REPLACE("main",8085A,12400000/4) MDRV_CPU_IO_MAP(hangman_readport,supertr2_writeport) MDRV_SCREEN_VISIBLE_AREA(1*8, 35*8-1, 0, 32*8-1) MACHINE_DRIVER_END ROM_START( statriv2 ) ROM_REGION( 0x10000, REGION_CPU1, 0 ) ROM_LOAD( "trivii1c.u7", 0x00000, 0x01000, CRC(89326d7b) SHA1(4878a3aabe51a4de5ff5927a0707b2d121ff87fa) ) ROM_LOAD( "trivii2c.u8", 0x01000, 0x01000, CRC(6fd255f6) SHA1(13c75effda1db8eb3635d955ae11f37388f159aa) ) ROM_LOAD( "trivii3c.u9", 0x02000, 0x01000, CRC(f666dc54) SHA1(757e0e621400d266771ea6db835305208457702f) ) ROM_REGION( 0x1000, REGION_GFX1, ROMREGION_INVERT ) ROM_LOAD( "trivii0c.u36", 0x00000, 0x01000, CRC(af5f434a) SHA1(1e7ae7ad7ea697007a30f5ba89127802a835eddc) ) ROM_REGION( 0x10000, REGION_USER1, 0 ) /* question data */ ROM_LOAD( "statuspb.u1", 0x00000, 0x02000, CRC(a50c0313) SHA1(f9bf84613e2ebb952a81a10ee1da49a37423b717) ) ROM_LOAD( "statuspb.u2", 0x02000, 0x02000, CRC(0bc03294) SHA1(c4873cd065c9eb237b03a4195332b7629abac327) ) ROM_LOAD( "statuspb.u3", 0x04000, 0x02000, CRC(d1732f3b) SHA1(c4e862bd98f237e1d2ecad430226cba6aba4ebb8) ) ROM_LOAD( "statuspb.u4", 0x06000, 0x02000, CRC(e51d45b8) SHA1(7cd0ced0245dbd55a225182e43b89d55d8d33197) ) ROM_LOAD( "statuspb.u5", 0x08000, 0x02000, CRC(b3e49c5d) SHA1(bc42ba21bb0d411c2f484076499484b104f0b4ea) ) ROM_LOAD( "statuspb.u6", 0x0a000, 0x02000, CRC(7ee1cea0) SHA1(00ef768524e54890ebd1fdb3dd52d0080a18fc03) ) ROM_LOAD( "statuspb.u7", 0x0c000, 0x02000, CRC(121d6976) SHA1(2e4da8f2c3620c8f46fd4951551b0747b3c38caf) ) ROM_LOAD( "statuspb.u8", 0x0e000, 0x02000, CRC(5080df10) SHA1(b5cb0868d844bbb598159177fd5ce65ff3f18eda) ) ROM_REGION( 0x0140, REGION_PROMS, 0 ) /* unknown */ ROM_LOAD( "dm74s288.u17", 0x0000, 0x0020, BAD_DUMP CRC(63b8a63e) SHA1(d59ad84edd583f7befce73b79e12dfb58a204c4f) ) /* Socketted, not verified the same! */ ROM_LOAD( "dm74s288.u21", 0x0020, 0x0020, CRC(853d6172) SHA1(4aaab0faeaa1a07ee883fbed021f8dcd7e0ba549) ) /* Soldered in (Color?) */ ROM_LOAD( "dm74s282.u22", 0x0040, 0x0100, CRC(0421b8e0) SHA1(8b786eed86397a1463ad37b9b011edf83d76dd63) ) /* Soldered in */ ROM_END ROM_START( statriv4 ) ROM_REGION( 0x10000, REGION_CPU1, 0 ) ROM_LOAD( "triv4.u07", 0x00000, 0x01000, CRC(38800e01) SHA1(3d174c4194169eae7c033e8bb30bd02779170d42) ) ROM_LOAD( "triv4.u08", 0x01000, 0x01000, CRC(7557e97e) SHA1(9096e7055b7a7579cc9206ad678063f9c882785b) ) ROM_LOAD( "triv4.u09", 0x02000, 0x01000, CRC(7f1b2e1d) SHA1(12249335a1c7fed8912009051e400e216688bdbc) ) ROM_REGION( 0x1000, REGION_GFX1, ROMREGION_INVERT ) ROM_LOAD( "triv4.u36", 0x00000, 0x01000, CRC(af5f434a) SHA1(1e7ae7ad7ea697007a30f5ba89127802a835eddc) ) ROM_REGION( 0x10000, REGION_USER1, 0 ) /* question data */ ROM_LOAD( "triv4.u41", 0x00000, 0x02000, CRC(aed8eead) SHA1(a615786d11c879875e9b7d3c3593fe0334e79178) ) ROM_LOAD( "triv4.u42", 0x02000, 0x02000, CRC(3354d389) SHA1(527e46e9276f4dfaad57a77f0b549d9d26c59226) ) ROM_LOAD( "triv4.u43", 0x04000, 0x02000, CRC(de7513e8) SHA1(c2e38cb39aacf57edb27cf5ee0b0fd49a44befa3) ) ROM_LOAD( "triv4.u44", 0x06000, 0x02000, CRC(b4293435) SHA1(5e2b96c19c4f5c63a5afa2de504d29fe64a4c908) ) ROM_LOAD( "triv4.u45", 0x08000, 0x02000, CRC(0b082745) SHA1(73c375d1dd906f0cc1106eac1fba45c51c751f86) ) ROM_LOAD( "triv4.u46", 0x0a000, 0x02000, CRC(fa53158a) SHA1(3814b60d999ad234f6c08ace2c84893fcb745a3c) ) ROM_LOAD( "triv4.u47", 0x0c000, 0x02000, CRC(fddbb113) SHA1(a88a1afdb1be035fc71929ef0236b61b8403cc1b) ) ROM_LOAD( "triv4.u48", 0x0e000, 0x02000, CRC(30ca8393) SHA1(dfb2f16f9b014d23793efe085be1ed75342c00dc) ) ROM_REGION( 0x0140, REGION_PROMS, 0 ) /* unknown */ ROM_LOAD( "dm74s288.u17", 0x0000, 0x0020, BAD_DUMP CRC(63b8a63e) SHA1(d59ad84edd583f7befce73b79e12dfb58a204c4f) ) /* Socketted, not verified the same! */ ROM_LOAD( "dm74s288.u21", 0x0020, 0x0020, CRC(853d6172) SHA1(4aaab0faeaa1a07ee883fbed021f8dcd7e0ba549) ) /* Soldered in (Color?) */ ROM_LOAD( "dm74s282.u22", 0x0040, 0x0100, CRC(0421b8e0) SHA1(8b786eed86397a1463ad37b9b011edf83d76dd63) ) /* Soldered in */ ROM_END ROM_START( trivquiz ) ROM_REGION( 0x10000, REGION_CPU1, 0 ) ROM_LOAD( "triv1-1f.u8", 0x00000, 0x01000, CRC(da9a763a) SHA1(d7a60718a1aeadb247330c939e0ac487015b55b2) ) ROM_LOAD( "triv1-2f.u9", 0x01000, 0x01000, CRC(270459fe) SHA1(1507a477fe7170d24788c880d43b0a3b08f35748) ) ROM_LOAD( "triv1-3f.u10", 0x02000, 0x01000, CRC(103f4160) SHA1(487afaf243d144aaee8a2ea76105fba09181dfdb) ) ROM_REGION( 0x1000, REGION_GFX1, ROMREGION_INVERT ) ROM_LOAD( "triv1-0f.u7", 0x00000, 0x01000, CRC(af5f434a) SHA1(1e7ae7ad7ea697007a30f5ba89127802a835eddc) ) ROM_REGION( 0x10000, REGION_USER1, 0 ) /* question data */ ROM_LOAD( "qmt11.rom", 0x00000, 0x02000, CRC(82107565) SHA1(28d71340873330df7d15f1bc55cee78a9c7c31a6) ) ROM_LOAD( "qmt12.rom", 0x02000, 0x02000, CRC(68667637) SHA1(df6ad3e624dcad57ce176912931660c6c1780369) ) ROM_LOAD( "qmt13.rom", 0x04000, 0x02000, CRC(e0d01a68) SHA1(22bb2a8628a3764d733748e4f5f3bad881371a29) ) ROM_LOAD( "qmt14.rom", 0x06000, 0x02000, CRC(68262b46) SHA1(faba97e5f6475e088554117e4b772e1631d740b2) ) ROM_LOAD( "qmt15.rom", 0x08000, 0x02000, CRC(d1f39185) SHA1(e46120496e84e224bd15da0652e218cea85c170d) ) ROM_LOAD( "qmt16.rom", 0x0a000, 0x02000, CRC(1d2ecf1d) SHA1(1d833b57bf4b3ccb3dc60307641ef9476289fe07) ) ROM_LOAD( "qmt17.rom", 0x0c000, 0x02000, CRC(01840f9c) SHA1(d9b4f7f931657d4e16cf981d887508fd1db5e4c0) ) ROM_LOAD( "qmt18.rom", 0x0e000, 0x02000, CRC(004a9480) SHA1(7adff194a1549fa42577f969706aab6bb6a58851) ) ROM_REGION( 0x0140, REGION_PROMS, 0 ) /* unknown */ ROM_LOAD( "dm74s288.u17", 0x0000, 0x0020, BAD_DUMP CRC(63b8a63e) SHA1(d59ad84edd583f7befce73b79e12dfb58a204c4f) ) /* Socketted, not verified the same! */ ROM_LOAD( "dm74s288.u21", 0x0020, 0x0020, CRC(853d6172) SHA1(4aaab0faeaa1a07ee883fbed021f8dcd7e0ba549) ) /* Soldered in (Color?) */ ROM_LOAD( "dm74s282.u22", 0x0040, 0x0100, CRC(0421b8e0) SHA1(8b786eed86397a1463ad37b9b011edf83d76dd63) ) /* Soldered in */ ROM_END ROM_START( supertr2 ) ROM_REGION( 0x10000, REGION_CPU1, 0 ) ROM_LOAD( "ast2-1d.rom", 0x00000, 0x01000, CRC(e9f0e271) SHA1(c2bae7d5ef04aed3ce14c403c70d2acc1831b763) ) ROM_LOAD( "ast2-2d.rom", 0x01000, 0x01000, CRC(542ba813) SHA1(1ac063f3678d1295aa728ab7ac43165284b66836) ) ROM_LOAD( "ast2-3d.rom", 0x02000, 0x01000, CRC(46c467b7) SHA1(2556ce6436112646d8ec3bcff7c32212c5296463) ) ROM_LOAD( "ast2-4d.rom", 0x03000, 0x01000, CRC(11382c44) SHA1(6b611ad9e591b27d5cb239388e4d27e646be3028) ) ROM_REGION( 0x1000, REGION_GFX1, ROMREGION_INVERT ) ROM_LOAD( "ast2-0d.rom", 0x00000, 0x01000, CRC(a40f9201) SHA1(a87cfc3dbe5cff82926f5f8486c37fd3f4449135) ) ROM_REGION( 0x40000, REGION_USER1, 0 ) /* question data */ ROM_LOAD( "astq2-1.rom", 0x00000, 0x08000, CRC(4af390cb) SHA1(563c6210f2fcc8ee9b5112e2d6f522ddfca2ddea) ) ROM_LOAD( "astq2-2.rom", 0x08000, 0x08000, CRC(91a7b4f6) SHA1(c8ff2e8475ae889be14086a04275df94efd66156) ) ROM_LOAD( "astq2-3.rom", 0x10000, 0x08000, CRC(e6a50944) SHA1(e3fad344d4bedfd14f307445334903c35e745d9b) ) ROM_LOAD( "astq2-4.rom", 0x18000, 0x08000, CRC(6f9f9cef) SHA1(b43d1a2a714764f46f038f85a8233bf811a877ae) ) ROM_LOAD( "astq2-5.rom", 0x20000, 0x08000, CRC(a0c0f51e) SHA1(c61518ef53d5bec334062b6853663424853892b9) ) ROM_LOAD( "astq2-6.rom", 0x28000, 0x08000, CRC(c0f61b5f) SHA1(65398f9d22fce95c4146a2cb8174edd6b336b9e4) ) ROM_LOAD( "astq2-7.rom", 0x30000, 0x08000, CRC(72461937) SHA1(2f95a708b24f56d9b1293a88aa53eb4a32f89869) ) ROM_LOAD( "astq2-8.rom", 0x38000, 0x08000, CRC(cd2674d5) SHA1(7fb6513172ffe8e3b9e0f4dc9ecdb42d954b1ff0) ) ROM_REGION( 0x0140, REGION_PROMS, 0 ) /* unknown */ ROM_LOAD( "dm74s288.u17", 0x0000, 0x0020, BAD_DUMP CRC(63b8a63e) SHA1(d59ad84edd583f7befce73b79e12dfb58a204c4f) ) /* Socketted, not verified the same! */ ROM_LOAD( "dm74s288.u21", 0x0020, 0x0020, CRC(853d6172) SHA1(4aaab0faeaa1a07ee883fbed021f8dcd7e0ba549) ) /* Soldered in (Color?) */ ROM_LOAD( "dm74s282.u22", 0x0040, 0x0100, CRC(0421b8e0) SHA1(8b786eed86397a1463ad37b9b011edf83d76dd63) ) /* Soldered in */ ROM_END ROM_START( supertr3 ) ROM_REGION( 0x10000, REGION_CPU1, 0 ) ROM_LOAD( "triv3.u07", 0x00000, 0x01000, CRC(f04a19d7) SHA1(f887ec976d9eb14329621ac75d6547fca6808bb3) ) ROM_LOAD( "triv3.u08", 0x01000, 0x01000, CRC(543d5664) SHA1(58ee8b94964b567fc052f7c4df4517ee029046bd) ) ROM_LOAD( "triv3.u09", 0x02000, 0x01000, CRC(047faed4) SHA1(e24c919434ad4e9a1059e34e6609a7271accd8f1) ) ROM_LOAD( "triv3.u10", 0x03000, 0x01000, CRC(df4b81b5) SHA1(b1ab666c51b838c4176f8b314677d6ae129997d0) ) ROM_REGION( 0x1000, REGION_GFX1, ROMREGION_INVERT ) ROM_LOAD( "ast2-0d.rom", 0x00000, 0x01000, BAD_DUMP CRC(a40f9201) SHA1(a87cfc3dbe5cff82926f5f8486c37fd3f4449135) ) ROM_REGION( 0x40000, REGION_USER1, 0 ) /* question data */ ROM_LOAD( "triv3.u41", 0x00000, 0x08000, CRC(d62960c4) SHA1(d6f7dbdb016c14ca1cab5a0e965c9ae40dcbbc28) ) ROM_LOAD( "triv3.u42", 0x08000, 0x08000, CRC(6d50fec9) SHA1(6edb3ed92781e8961eacc342c0bceeb052b81a3e) ) ROM_LOAD( "triv3.u43", 0x10000, 0x08000, CRC(8c0a73de) SHA1(2a7175b7845b26b8d0d53279cd8793edee95d3a1) ) ROM_LOAD( "triv3.u44", 0x18000, 0x08000, CRC(fec7e3d0) SHA1(6921386be4de06efb2d4c382733c2d22948fdf4f) ) ROM_LOAD( "triv3.u45", 0x20000, 0x08000, CRC(b28d81dd) SHA1(d4a6026b437dcaf6881232b960b9e870754c9ec6) ) ROM_LOAD( "triv3.u46", 0x28000, 0x08000, CRC(86cffc1f) SHA1(06557bcc51b415349e5f7440f753ef2f66dcfde2) ) ROM_LOAD( "triv3.u47", 0x30000, 0x08000, CRC(f316803c) SHA1(31edb97bad7083ed32e0ee75256bc7d488fa234b) ) ROM_LOAD( "triv3.u48", 0x38000, 0x08000, CRC(1a99b268) SHA1(6369c79f645962b4a2f85b18e9d93c3cc65defc1) ) ROM_REGION( 0x0140, REGION_PROMS, 0 ) /* unknown */ ROM_LOAD( "dm74s288.u17", 0x0000, 0x0020, BAD_DUMP CRC(63b8a63e) SHA1(d59ad84edd583f7befce73b79e12dfb58a204c4f) ) /* Socketted, not verified the same! */ ROM_LOAD( "dm74s288.u21", 0x0020, 0x0020, CRC(853d6172) SHA1(4aaab0faeaa1a07ee883fbed021f8dcd7e0ba549) ) /* Soldered in (Color?) */ ROM_LOAD( "dm74s282.u22", 0x0040, 0x0100, CRC(0421b8e0) SHA1(8b786eed86397a1463ad37b9b011edf83d76dd63) ) /* Soldered in */ ROM_END ROM_START( quaquiz2 ) ROM_REGION( 0x10000, REGION_CPU1, 0 ) ROM_LOAD( "qquiz.u7", 0x00000, 0x01000, CRC(8e525abc) SHA1(b03500a2ccb8f0b038093460e38460d29bdf8af3) ) ROM_LOAD( "qquiz.u8", 0x01000, 0x01000, CRC(2186ceb5) SHA1(c8f74026d18841ebcc4cfc85ba08e68e41e9d1d0) ) ROM_LOAD( "qquiz.u9", 0x02000, 0x01000, CRC(6d815876) SHA1(275a76e791abd38bc9baf6626edcb6d78259ebc9) ) ROM_LOAD( "qquiz.u10", 0x03000, 0x01000, CRC(714a9093) SHA1(9ca75565003bd14ca2f0b8882667fe577732a4da) ) ROM_REGION( 0x1000, REGION_GFX1, ROMREGION_INVERT ) ROM_LOAD( "qquiz.u36", 0x00000, 0x01000, CRC(468dca15) SHA1(4ace7b3cd233f826949b65e2ab71e94ac6a293a0) ) ROM_REGION( 0x40000, REGION_USER1, 0 ) /* question data */ ROM_LOAD( "gst.01", 0x00000, 0x08000, CRC(c0d83049) SHA1(94c750068e550cdaf4f6f5416bc7c160a759dd5a) ) ROM_LOAD( "gst.02", 0x08000, 0x08000, CRC(b844743e) SHA1(4a75e4956c568bad70130a326c0fc691a11ff04c) ) ROM_LOAD( "gst.03", 0x10000, 0x08000, CRC(4c734bc5) SHA1(48171494f183dec01732b2d6a0f2af0c1b173dba) ) ROM_LOAD( "gst.04", 0x18000, 0x08000, CRC(8ddbeca6) SHA1(1e49fb7f1469c0476094d8538473b23ef0b64ac5) ) ROM_LOAD( "gst.05", 0x20000, 0x08000, CRC(f1e07381) SHA1(3a5f075491840ed214490704453336512ecafc0d) ) ROM_LOAD( "gst.06", 0x28000, 0x08000, CRC(18855c6d) SHA1(0454eaebc42838c75e7748f8e2c2eb5f58380f51) ) ROM_LOAD( "gst.07", 0x30000, 0x08000, CRC(1270d5bd) SHA1(826162e37c233639b1f545f4d215a4bf9fcba065) ) ROM_LOAD( "gst.08", 0x38000, 0x08000, CRC(64a54915) SHA1(13bbdff3617ec14595bc72891f56d327d76f539d) ) ROM_REGION( 0x0140, REGION_PROMS, 0 ) /* unknown */ ROM_LOAD( "dm74s288.u17", 0x0000, 0x0020, BAD_DUMP CRC(63b8a63e) SHA1(d59ad84edd583f7befce73b79e12dfb58a204c4f) ) /* Socketted, not verified the same! */ ROM_LOAD( "dm74s288.u21", 0x0020, 0x0020, CRC(853d6172) SHA1(4aaab0faeaa1a07ee883fbed021f8dcd7e0ba549) ) /* Soldered in (Color?) */ ROM_LOAD( "dm74s282.u22", 0x0040, 0x0100, CRC(0421b8e0) SHA1(8b786eed86397a1463ad37b9b011edf83d76dd63) ) /* Soldered in */ ROM_END ROM_START( hangman ) ROM_REGION( 0x10000, REGION_CPU1, 0 ) ROM_LOAD( "main_hang_1b_2732.u7", 0x0000, 0x1000, CRC(0d71b2ad) SHA1(636e5e0e356c9c7de174a0b6a5663fedcb1e697f) ) ROM_LOAD( "main_hang_2b_2732.u8", 0x1000, 0x1000, CRC(77533554) SHA1(fe97a412135b770ce7e85442507eac0c25b7256a) ) ROM_LOAD( "main_hang_3b_2732.u9", 0x2000, 0x1000, CRC(daab4853) SHA1(b3b8ef051f4b04195cf7b25232f1af561c3ff7ba) ) ROM_REGION( 0x1000, REGION_GFX1, ROMREGION_INVERT ) ROM_LOAD( "main_hang_0b_2732.u36", 0x0000, 0x1000, CRC(e031dbf8) SHA1(ae6d34ad02b2d7deb1665d2420f8399a3ca88585) ) ROM_REGION( 0x16000, REGION_USER1, 0 ) /* question data */ ROM_LOAD( "aux_27c256.8", 0x00000, 0x8000, CRC(c7d76338) SHA1(40e88efd7e250ad867772258eb6dc3b225de781f) ) ROM_LOAD( "aux_2764.1", 0x08000, 0x2000, CRC(a88563c8) SHA1(23cb169268ded6c81494197cfb9b34180667fc8c) ) ROM_LOAD( "aux_2764.2", 0x0a000, 0x2000, CRC(4bddbe3c) SHA1(391012de04e8a3638fac6f173a81cf1f86d8f751) ) ROM_LOAD( "aux_2764.3", 0x0c000, 0x2000, CRC(3ece427a) SHA1(ff09bf3734ecfa6d848037cca11b80adb8074e39) ) ROM_LOAD( "aux_2764.4", 0x0e000, 0x2000, CRC(bb0efc98) SHA1(4317d1243f6aaf8178d19574645a43f9c2e42725) ) ROM_LOAD( "aux_2764.5", 0x10000, 0x2000, CRC(8bebf907) SHA1(76d01b71e696b06cdf9d9c93839ef797c56b78db) ) ROM_LOAD( "aux_2764.6", 0x12000, 0x2000, CRC(d1732f3b) SHA1(c4e862bd98f237e1d2ecad430226cba6aba4ebb8) ) ROM_LOAD( "aux_2764.7", 0x14000, 0x2000, CRC(e51d45b8) SHA1(7cd0ced0245dbd55a225182e43b89d55d8d33197) ) ROM_REGION( 0x0140, REGION_PROMS, 0 ) /* unknown */ ROM_LOAD( "dm74s288.u17", 0x0000, 0x0020, CRC(63b8a63e) SHA1(d59ad84edd583f7befce73b79e12dfb58a204c4f) ) /* Socketted */ ROM_LOAD( "dm74s288.u21", 0x0020, 0x0020, CRC(853d6172) SHA1(4aaab0faeaa1a07ee883fbed021f8dcd7e0ba549) ) /* Soldered in (Color?) */ ROM_LOAD( "dm74s282.u22", 0x0040, 0x0100, CRC(0421b8e0) SHA1(8b786eed86397a1463ad37b9b011edf83d76dd63) ) /* Soldered in */ ROM_END ROM_START( sextriv ) ROM_REGION( 0x10000, REGION_CPU1, 0 ) ROM_LOAD( "sex.u7", 0x00000, 0x1000, CRC(f587bd69) SHA1(47ddc70c3cc75a22ba67833531aeeb409f8d8dc1) ) ROM_LOAD( "sex.u8", 0x01000, 0x1000, CRC(2718c26d) SHA1(b614b4a102ae664c4a3be1e30e515454442de052) ) ROM_LOAD( "sex.u9", 0x02000, 0x1000, CRC(f4f5a651) SHA1(a1e1fa96f7631b2274ef7fbe7e6e1aae1ee540c5) ) ROM_REGION( 0x1000, REGION_GFX1, ROMREGION_INVERT ) ROM_LOAD( "sex.u36", 0x00000, 0x1000, CRC(fe3fa087) SHA1(356b3fe62b4c600ff5a625bc3e1c53d8143f55df) ) ROM_REGION( 0x10000, REGION_USER1, 0 ) /* question data */ ROM_LOAD( "sex1.bin", 0x00000, 0x2000, CRC(7b55360b) SHA1(c38b1be8cb7c6c40e167c449c75b9ca0596affe9) ) ROM_LOAD( "sex2.bin", 0x02000, 0x2000, CRC(a88563c8) SHA1(23cb169268ded6c81494197cfb9b34180667fc8c) ) ROM_LOAD( "sex3.bin", 0x04000, 0x2000, CRC(da1e00a5) SHA1(d70b0a1ecaf7913cfbf3d218ff05e8511be6ab26) ) ROM_LOAD( "sex4.bin", 0x06000, 0x2000, CRC(fcff262c) SHA1(b5c17c0285db4b5a6a19aa2d487a98df519bd1b9) ) ROM_LOAD( "sex5.bin", 0x08000, 0x2000, CRC(b0b9cd9a) SHA1(b233d7522eab6fd4454209f8bdd91e6c7392d779) ) ROM_LOAD( "sex6.bin", 0x0a000, 0x2000, CRC(02653058) SHA1(e830562d9b720f49fbb0079a00799958245e1d96) ) ROM_LOAD( "sex7.bin", 0x0c000, 0x2000, CRC(4bddbe3c) SHA1(391012de04e8a3638fac6f173a81cf1f86d8f751) ) ROM_LOAD( "sex8.bin", 0x0e000, 0x2000, CRC(d4221641) SHA1(d2c0f66c4fe3a77c73cdcc71bbd8c48342d29431) ) ROM_REGION( 0x0140, REGION_PROMS, 0 ) /* unknown */ ROM_LOAD( "dm74s288.u17", 0x0000, 0x0020, CRC(63b8a63e) SHA1(d59ad84edd583f7befce73b79e12dfb58a204c4f) ) /* Socketted */ ROM_LOAD( "dm74s288.u21", 0x0020, 0x0020, CRC(853d6172) SHA1(4aaab0faeaa1a07ee883fbed021f8dcd7e0ba549) ) /* Soldered in (Color?) */ ROM_LOAD( "dm74s282.u22", 0x0040, 0x0100, CRC(0421b8e0) SHA1(8b786eed86397a1463ad37b9b011edf83d76dd63) ) /* Soldered in */ ROM_END GAME( 1984, hangman, 0, hangman, hangman, 0, ROT0, "Status Games", "Hangman", 0 ) GAME( 1984, trivquiz, 0, trivquiz, statriv2, 0, ROT0, "Status Games", "Triv Quiz", 0 ) GAME( 1984, statriv2, 0, statriv2, statriv2, 0, ROT0, "Status Games", "Triv Two", 0 ) GAME( 1985, statriv4, 0, statriv4, statriv4, 0, ROT0, "Status Games", "Triv Four", 0 ) GAME( 1985, sextriv, 0, sextriv, sextriv, 0, ROT0, "Status Games", "Sex Triv", 0 ) GAME( 1985, quaquiz2, 0, quaquiz2, quaquiz2, 0, ROT0, "Status Games", "Quadro Quiz II", GAME_NOT_WORKING ) GAME( 1986, supertr2, 0, supertr2, supertr2, 0, ROT0, "Status Games", "Super Triv II", 0 ) GAME( 1988, supertr3, 0, supertr3, supertr2, 0, ROT0, "Status Games", "Super Triv III", GAME_IMPERFECT_GRAPHICS)