diff options
| author | 2019-03-20 14:36:04 +0000 | |
|---|---|---|
| committer | 2019-03-20 10:36:04 -0400 | |
| commit | dbb071d328c77afd94183e6e6c5965440d944c7e (patch) | |
| tree | b12d20d7bc5fbca59a56ff02b8e6ae2a8b3b21db /scripts | |
| parent | 7bffc048be3a2be4a34dcb3a6f8267ce04351cc5 (diff) | |
XaviX - refactoring, Gururin World promoted to working (#4775)
* code shuffle (nw)
* refactoring (nw)
* make it actually possible to control epo_guru. note, chase scenes seem to run in slow motion, while the timer runs at normal speed, making them impossible, need to fix that before promoting.
* (nw)
* 4 bits either way works better in practice
* promoted to WORKING
---
Gururin World (Japan) [David Haywood, Sean Riddle, Peter Wilhelmsen. ShouTime]
* tidy (nw)
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/target/mame/mess.lua | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/target/mame/mess.lua b/scripts/target/mame/mess.lua index d9f407008d6..679fd2b198a 100644 --- a/scripts/target/mame/mess.lua +++ b/scripts/target/mame/mess.lua @@ -3546,6 +3546,10 @@ files { MAME_DIR .. "src/mame/machine/xavix_io.h", MAME_DIR .. "src/mame/machine/xavix_adc.cpp", MAME_DIR .. "src/mame/machine/xavix_adc.h", + MAME_DIR .. "src/mame/machine/xavix_anport.h", + MAME_DIR .. "src/mame/machine/xavix_anport.cpp", + MAME_DIR .. "src/mame/machine/xavix_math.h", + MAME_DIR .. "src/mame/machine/xavix_math.cpp", MAME_DIR .. "src/mame/machine/xavix2002_io.cpp", MAME_DIR .. "src/mame/machine/xavix2002_io.h", MAME_DIR .. "src/mame/drivers/xavix2.cpp", |
