From 4170ed789e69ee42671409a13d39f3b3534b2ffa Mon Sep 17 00:00:00 2001 From: Luca Elia Date: Sun, 5 Feb 2017 22:26:58 +0100 Subject: More complete Galaxy Games emulation: [Luca Elia] - Created devices for the galaxy games carts (EEPROM + Flash + PIC) and the slot(s) - Removed code patches and emulated the PIC communication and bank switching - Converted the blitter to a device (cesblit.cpp) - moved the Galaxy Games from tmaster.cpp to their own driver (galgames.cpp) Provided the PIC code for all four StarPak cartridges [Keith M. Kolmos] New working machines -------------------- Galaxy Games StarPak 3 [Keith M. Kolmos, Rod_Wod, Sean Sutton, Soren Skou Nielsen, Russell Howard, Francis Ramirez, Tourniquet, BrianT, coolmod, Smitdogg, The Dumping Union, Luca Elia] --- scripts/src/video.lua | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'scripts/src/video.lua') diff --git a/scripts/src/video.lua b/scripts/src/video.lua index 770de5db893..57067922935 100644 --- a/scripts/src/video.lua +++ b/scripts/src/video.lua @@ -77,6 +77,18 @@ if (VIDEOS["CDP1862"]~=null) then } end +-------------------------------------------------- +-- +--@src/devices/video/cesblit.h,VIDEOS["CESBLIT"] = true +-------------------------------------------------- + +if (VIDEOS["CESBLIT"]~=null) then + files { + MAME_DIR .. "src/devices/video/cesblit.cpp", + MAME_DIR .. "src/devices/video/cesblit.h", + } +end + -------------------------------------------------- -- --@src/devices/video/crt9007.h,VIDEOS["CRT9007"] = true -- cgit v1.2.3-70-g09d2