diff options
author | 2017-03-15 10:47:54 -0400 | |
---|---|---|
committer | 2017-03-15 10:47:54 -0400 | |
commit | df3f9bff49cec07815c00f0d6e6c5716170ebd1b (patch) | |
tree | 0dd3484fc2a47cca26974e9687df3a1401db2832 /src/devices/bus | |
parent | b72b3631758550fb3f54e1344cfa3f05a254d2f9 (diff) | |
parent | 277000ac8aeaf688222d7906568348c051a87c33 (diff) |
Merge pull request #2139 from shattered/_bf7e1cb
poisk1: add more ROMs, misc.
Diffstat (limited to 'src/devices/bus')
-rw-r--r-- | src/devices/bus/isa/xsu_cards.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/isa/xsu_cards.cpp b/src/devices/bus/isa/xsu_cards.cpp index 9eae7b8fac0..f7fbc3f6d02 100644 --- a/src/devices/bus/isa/xsu_cards.cpp +++ b/src/devices/bus/isa/xsu_cards.cpp @@ -14,7 +14,7 @@ SLOT_INTERFACE_START( p1_isa8_cards ) SLOT_INTERFACE("rom", P1_ROM) // B003 SLOT_INTERFACE("fdc", P1_FDC) // B504 SLOT_INTERFACE("hdc", P1_HDC) // B942 - SLOT_INTERFACE("sound", P1_SOUND) // B623 + SLOT_INTERFACE("p1sound", P1_SOUND) // B623 /* SLOT_INTERFACE("comlpt", P1_COMLPT) // B620 SLOT_INTERFACE("joy", P1_JOY) // B621 |