mirror of
https://github.com/holub/mame
synced 2025-04-22 16:31:49 +03:00
Magicard.cpp: Removed leftover.
This commit is contained in:
parent
f0a69f2a44
commit
d5afe711d8
@ -913,17 +913,9 @@ static INPUT_PORTS_START( simpbest )
|
||||
PORT_BIT( 0x4000, IP_ACTIVE_LOW, IPT_OTHER ) PORT_NAME("Key Alarm") PORT_CODE(KEYCODE_G) // "A L A R A M" in the I/O test.
|
||||
PORT_BIT( 0x8000, IP_ACTIVE_LOW, IPT_OTHER ) PORT_NAME("Hopper Full") PORT_CODE(KEYCODE_R)
|
||||
|
||||
PORT_START("IN2")
|
||||
PORT_BIT( 0xffff, IP_ACTIVE_HIGH, IPT_OTHER ) PORT_NAME("IN2") PORT_CODE(KEYCODE_T)
|
||||
|
||||
PORT_START("IN3")
|
||||
PORT_BIT( 0xffff, IP_ACTIVE_HIGH, IPT_OTHER ) PORT_NAME("IN3") PORT_CODE(KEYCODE_Y)
|
||||
|
||||
INPUT_PORTS_END
|
||||
|
||||
|
||||
|
||||
|
||||
void magicard_base_state::machine_reset()
|
||||
{
|
||||
uint16_t *const src = (uint16_t *)memregion("maincpu")->base();
|
||||
|
Loading…
Reference in New Issue
Block a user