accomm: fix a few lines that went weird in the commit (nw)

This commit is contained in:
arbee 2017-05-29 08:01:05 -04:00
parent 48c4bdb8de
commit a9d5191d39

View File

@ -614,6 +614,9 @@ static INPUT_PORTS_START( accomm )
PORT_START("LINE.11")
PORT_START("LINE.12")
PORT_BIT(0x08, IP_ACTIVE_HIGH, IPT_KEYBOARD) PORT_CODE(KEYCODE_F1) PORT_NAME("F1")
PORT_START("LINE.13")
PORT_START("BRK") /* BREAK */
//PORT_BIT(0x01, IP_ACTIVE_HIGH, IPT_KEYBOARD) PORT_NAME("BREAK") PORT_CODE(KEYCODE_F12) PORT_CHAR(UCHAR_MAMEKEY(F12)) PORT_CHANGED_MEMBER(DEVICE_SELF, accomm_state, trigger_reset, 0)
@ -645,7 +648,7 @@ static MACHINE_CONFIG_START( accomm )
MACHINE_CONFIG_END
ROM_START(accomm)
ROM_REGION(0x40000, "maincpu", 0) /* C68 / M37450 program ROM */
ROM_REGION(0x40000, "maincpu", 0)
ROM_LOAD( "romv100-3.rom", 0x000000, 0x010000, CRC(bd87a157) SHA1(b9b9ed1aab9ffef2de988b2cfeac293afa11448a) )
ROM_LOAD( "romv100-2.rom", 0x010000, 0x010000, CRC(3438adee) SHA1(cd9d5522d9430cb2e1936210b77d2edd280f9419) )
ROM_LOAD( "romv100-1.rom", 0x020000, 0x010000, CRC(adc6a073) SHA1(3e87f21fafc1d69f33c5b541a20a98e82aacbfab) )