trunk/src/mess/drivers/ti85.c
| r32237 | r32238 | |
| 139 | 139 | 2: Memory page |
| 140 | 140 | 3: ON status, LCD power |
| 141 | 141 | 4: Video buffer width, interrupt control (write only) |
| 142 | | 10: Controll port for the display controller |
| 142 | 10: Control port for the display controller |
| 143 | 143 | 11: Data port for the display controller |
| 144 | 144 | |
| 145 | 145 | TI-83 ports: |
| r32237 | r32238 | |
| 148 | 148 | 2: Memory page |
| 149 | 149 | 3: ON status, LCD power |
| 150 | 150 | 4: Video buffer width, interrupt control (write only) |
| 151 | | 10: Controll port for the display controller |
| 151 | 10: Control port for the display controller |
| 152 | 152 | 11: Data port for the display controller |
| 153 | 153 | 14: Battery Status |
| 154 | 154 | |
| r32237 | r32238 | |
| 160 | 160 | 4: Interrupt status |
| 161 | 161 | 6: Memory page 1 |
| 162 | 162 | 7: Memory page 2 |
| 163 | | 10: Controll port for the display controller |
| 163 | 10: Control port for the display controller |
| 164 | 164 | 11: Data port for the display controller |
| 165 | 165 | |
| 166 | 166 | TI-85 ports: |
| r32237 | r32238 | |
| 491 | 491 | MCFG_CPU_ADD("maincpu", Z80, 2000000) /* 2 MHz */ |
| 492 | 492 | MCFG_CPU_PROGRAM_MAP(ti81_mem) |
| 493 | 493 | MCFG_CPU_IO_MAP(ti81_io) |
| 494 | | MCFG_QUANTUM_TIME(attotime::from_hz(60)) |
| 495 | 494 | |
| 496 | | |
| 497 | 495 | /* video hardware */ |
| 498 | 496 | MCFG_SCREEN_ADD("screen", LCD) |
| 499 | 497 | MCFG_SCREEN_REFRESH_RATE(50) |
| r32237 | r32238 | |
| 513 | 511 | |
| 514 | 512 | static MACHINE_CONFIG_DERIVED( ti85, ti81 ) |
| 515 | 513 | MCFG_CPU_MODIFY("maincpu") |
| 516 | | MCFG_CPU_CLOCK( 6000000) /* 6 MHz */ |
| 514 | MCFG_CPU_CLOCK(6000000) /* 6 MHz */ |
| 517 | 515 | MCFG_CPU_IO_MAP(ti85_io) |
| 518 | 516 | |
| 519 | 517 | MCFG_MACHINE_RESET_OVERRIDE(ti85_state, ti85 ) |
| r32237 | r32238 | |
| 537 | 535 | |
| 538 | 536 | static MACHINE_CONFIG_DERIVED( ti82, ti81 ) |
| 539 | 537 | MCFG_CPU_MODIFY("maincpu") |
| 540 | | MCFG_CPU_CLOCK( 6000000) /* 6 MHz */ |
| 538 | MCFG_CPU_CLOCK(6000000) /* 6 MHz */ |
| 541 | 539 | MCFG_CPU_IO_MAP(ti82_io) |
| 542 | 540 | |
| 543 | 541 | MCFG_MACHINE_RESET_OVERRIDE(ti85_state, ti85 ) |
| r32237 | r32238 | |
| 568 | 566 | |
| 569 | 567 | static MACHINE_CONFIG_DERIVED( ti83, ti81 ) |
| 570 | 568 | MCFG_CPU_MODIFY("maincpu") |
| 571 | | MCFG_CPU_CLOCK( 6000000) /* 6 MHz */ |
| 569 | MCFG_CPU_CLOCK(6000000) /* 6 MHz */ |
| 572 | 570 | MCFG_CPU_IO_MAP(ti83_io) |
| 573 | 571 | |
| 574 | 572 | MCFG_MACHINE_RESET_OVERRIDE(ti85_state, ti85 ) |
| r32237 | r32238 | |
| 598 | 596 | |
| 599 | 597 | static MACHINE_CONFIG_DERIVED( ti83p, ti81 ) |
| 600 | 598 | MCFG_CPU_MODIFY("maincpu") |
| 601 | | MCFG_CPU_CLOCK( 6000000) /* 8 MHz running at 6 MHz */ |
| 599 | MCFG_CPU_CLOCK(6000000) /* 8 MHz running at 6 MHz */ |
| 602 | 600 | MCFG_CPU_PROGRAM_MAP(ti86_mem) |
| 603 | 601 | MCFG_CPU_IO_MAP(ti83p_io) |
| 604 | 602 | |
trunk/src/mame/drivers/r2dx_v33.c
| r32237 | r32238 | |
| 519 | 519 | PORT_BIT( 0x0001, IP_ACTIVE_LOW, IPT_START1 ) |
| 520 | 520 | PORT_BIT( 0x0002, IP_ACTIVE_LOW, IPT_START2 ) |
| 521 | 521 | PORT_BIT( 0x0004, IP_ACTIVE_LOW, IPT_SERVICE1 ) |
| 522 | | PORT_BIT( 0x0008, IP_ACTIVE_LOW, IPT_UNUSED ) |
| 522 | PORT_BIT( 0x0008, IP_ACTIVE_LOW, IPT_SERVICE2 ) |
| 523 | 523 | PORT_BIT( 0x0010, IP_ACTIVE_HIGH, IPT_SPECIAL ) PORT_READ_LINE_DEVICE_MEMBER("eeprom", eeprom_serial_93cxx_device, do_read) |
| 524 | 524 | PORT_BIT( 0x0020, IP_ACTIVE_LOW, IPT_UNUSED ) |
| 525 | | PORT_DIPNAME( 0x0040, 0x0040, "Test Mode" ) |
| 526 | | PORT_DIPSETTING( 0x0040, DEF_STR( Off ) ) |
| 527 | | PORT_DIPSETTING( 0x0000, DEF_STR( On ) ) |
| 528 | | PORT_DIPNAME( 0x0080, 0x0080, DEF_STR( Unknown ) ) |
| 525 | PORT_SERVICE_DIPLOC( 0x0040, IP_ACTIVE_LOW, "SW1:7" ) |
| 526 | PORT_DIPNAME( 0x0080, 0x0080, DEF_STR( Flip_Screen ) ) PORT_DIPLOCATION("SW1:8") |
| 529 | 527 | PORT_DIPSETTING( 0x0080, DEF_STR( Off ) ) |
| 530 | 528 | PORT_DIPSETTING( 0x0000, DEF_STR( On ) ) |
| 531 | 529 | PORT_BIT( 0xff00, IP_ACTIVE_LOW, IPT_UNUSED ) |
trunk/src/mame/drivers/seibuspi.c
| r32237 | r32238 | |
| 3798 | 3798 | GAME( 2000, rfjet2kc, rfjet, sys386i, sys386i, seibuspi_state, rfjet, ROT270, "Seibu Kaihatsu", "Raiden Fighters Jet 2000 (China, SYS386I)", GAME_SUPPORTS_SAVE | GAME_IMPERFECT_GRAPHICS ) |
| 3799 | 3799 | |
| 3800 | 3800 | /* SYS386F */ |
| 3801 | | GAME( 1999, ejsakura, 0, sys386f, sys386f, seibuspi_state, sys386f, ROT0, "Seibu Kaihatsu", "E-Jan Sakurasou (Japan, SYS386F V2.0)", GAME_SUPPORTS_SAVE | GAME_IMPERFECT_GRAPHICS | GAME_IMPERFECT_SOUND ) |
| 3802 | | GAME( 1999, ejsakura12, ejsakura, sys386f, sys386f, seibuspi_state, sys386f, ROT0, "Seibu Kaihatsu", "E-Jan Sakurasou (Japan, SYS386F V1.2)", GAME_SUPPORTS_SAVE | GAME_IMPERFECT_GRAPHICS | GAME_IMPERFECT_SOUND ) |
| 3801 | GAME( 1999, ejsakura, 0, sys386f, sys386f, seibuspi_state, sys386f, ROT0, "Seibu Kaihatsu", "E-Jan Sakurasou (Japan, SYS386F V2.0)", GAME_SUPPORTS_SAVE ) |
| 3802 | GAME( 1999, ejsakura12, ejsakura, sys386f, sys386f, seibuspi_state, sys386f, ROT0, "Seibu Kaihatsu", "E-Jan Sakurasou (Japan, SYS386F V1.2)", GAME_SUPPORTS_SAVE ) |