diff options
| author | 2022-12-12 04:25:30 +1100 | |
|---|---|---|
| committer | 2022-12-12 04:25:30 +1100 | |
| commit | 6e5d7328cb152e56612bb5bc20ddb0ec3434c617 (patch) | |
| tree | fad2dff4e1e895af4130e7dd0affdd2fdb62e140 /scripts/src/bus.lua | |
| parent | 4924eafb4af0fccf4f7d7e43511d20fe666d9490 (diff) | |
sega/mdioport.cpp: Added Mega Drive I/O port controller device.
Adapted all Mega Drive hardware drivers to work with the new I/O port
device, and moved based Mega Drive 68k peripherals to a common address
map function.
sega/megadriv_acbl.cpp: Added base machine configuration to attach an
optional I/O port to the EXP port, and moved some stuff to derived
classes.
sega/megadriv_rad.cpp: Simplified code.
bus/sms_ctrl: Added an RS-232 adapter. Only sending from the console to
the attached device works so far, reception will have to wait.
Diffstat (limited to 'scripts/src/bus.lua')
| -rw-r--r-- | scripts/src/bus.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/src/bus.lua b/scripts/src/bus.lua index 5d47117da39..981e7709169 100644 --- a/scripts/src/bus.lua +++ b/scripts/src/bus.lua @@ -3539,6 +3539,8 @@ if (BUSES["SMS_CTRL"]~=null) then MAME_DIR .. "src/devices/bus/sms_ctrl/paddle.h", MAME_DIR .. "src/devices/bus/sms_ctrl/rfu.cpp", MAME_DIR .. "src/devices/bus/sms_ctrl/rfu.h", + MAME_DIR .. "src/devices/bus/sms_ctrl/rs232adapt.cpp", + MAME_DIR .. "src/devices/bus/sms_ctrl/rs232adapt.h", MAME_DIR .. "src/devices/bus/sms_ctrl/smsctrl.cpp", MAME_DIR .. "src/devices/bus/sms_ctrl/smsctrl.h", MAME_DIR .. "src/devices/bus/sms_ctrl/sports.cpp", |
