From 75f5be77b05e9333b2f2f8325af3cacd17c8e0d4 Mon Sep 17 00:00:00 2001 From: Nathan Woods Date: Thu, 11 Aug 2016 17:16:35 -0400 Subject: Changed how ROM_COPY and ROM_FILL are represented in tiny_rom_entry to be more how they were in the past Turbosub had a ROM_COPY declaration with an expression ('ROM_COPY( "main_code", 0x18000 + 0x2000,...) and this simply did not work with the new model. This required changing ROM_* declarations to more resemble how they used to be and to perform the conversion on load. --- scripts/src/emu.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts/src/emu.lua') diff --git a/scripts/src/emu.lua b/scripts/src/emu.lua index 78b61d03d54..20b93b38eff 100644 --- a/scripts/src/emu.lua +++ b/scripts/src/emu.lua @@ -150,6 +150,7 @@ files { MAME_DIR .. "src/emu/romload.cpp", MAME_DIR .. "src/emu/romload.h", MAME_DIR .. "src/emu/romentry.h", + MAME_DIR .. "src/emu/romentry.cpp", MAME_DIR .. "src/emu/save.cpp", MAME_DIR .. "src/emu/save.h", MAME_DIR .. "src/emu/schedule.cpp", -- cgit v1.2.3-70-g09d2