diff options
| author | 2023-10-17 11:45:26 -0700 | |
|---|---|---|
| committer | 2023-10-18 05:45:26 +1100 | |
| commit | cbe16a03a8842807e66acd60141efb61cc1d8bd5 (patch) | |
| tree | a1ea048b3d9fb30ee9be4e857312f8f77ed436ca /scripts/src/bus.lua | |
| parent | a5b56869706220d61c56ece4e85dbcf22173ade2 (diff) | |
casio/casloopy.cpp: Promoted system to working. (#11621)
* Emulated most features of the system, with the exception of sound output and the thermal printer.
* bus/vboy/slot.cpp: Fixed loading loose software on big Endian hosts. [Vas Crabb]
Systems promoted to working
---------------------------
Casio Loopy [Phil Bennett, Ryan Holtz]
New working software list items (casloopy.xml)
-------------------------------
Chakra-kun no Omajinai Paradise [Rachel Simone Weil]
Diffstat (limited to 'scripts/src/bus.lua')
| -rw-r--r-- | scripts/src/bus.lua | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/scripts/src/bus.lua b/scripts/src/bus.lua index 3890f432883..552512a3bcb 100644 --- a/scripts/src/bus.lua +++ b/scripts/src/bus.lua @@ -1028,6 +1028,21 @@ end --------------------------------------------------- -- +--@src/devices/bus/casloopy/slot.h,BUSES["CASLOOPY"] = true +--------------------------------------------------- + +if (BUSES["CASLOOPY"]~=null) then + files { + MAME_DIR .. "src/devices/bus/casloopy/slot.cpp", + MAME_DIR .. "src/devices/bus/casloopy/slot.h", + MAME_DIR .. "src/devices/bus/casloopy/rom.cpp", + MAME_DIR .. "src/devices/bus/casloopy/rom.h", + } +end + + +--------------------------------------------------- +-- --@src/devices/bus/cbm2/exp.h,BUSES["CBM2"] = true --@src/devices/bus/cbm2/user.h,BUSES["CBM2"] = true --------------------------------------------------- |
