diff options
| author | 2019-11-20 22:11:26 +0000 | |
|---|---|---|
| committer | 2019-11-20 17:11:26 -0500 | |
| commit | 98d315d40e88c61d0baf03c4719fde0c5bf8d16f (patch) | |
| tree | 8b248d199222958572c2715f9f099d8e49dc9503 /scripts/target | |
| parent | 9efc500cc00546a78e918915eedf085231e6397a (diff) | |
vt1682.cpp - (plug & play) Pushed ALU and Timers into devices, fixed some game logic, fixed some graphical issues (#5932)
* vt1682 alu is now a device (nw)
* prepare to make times devices (nw)
* push timer logic into devices (nw)
* naming fixes (nw)
* useful trampoline (nw)
* (nw)
* hmm timer math, I'm not sure about timer math (nw)
* messing with rasters (nw)
* move zone40 to vt1682, while it definitely isn't plain 1682 I think it's more likely closer to it than it is to SunPlus
Diffstat (limited to 'scripts/target')
| -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 c4a2f3f7936..522442b49f8 100644 --- a/scripts/target/mame/mess.lua +++ b/scripts/target/mame/mess.lua @@ -2878,6 +2878,10 @@ files { MAME_DIR .. "src/mame/drivers/vt1682.cpp", MAME_DIR .. "src/mame/machine/vt1682_io.h", MAME_DIR .. "src/mame/machine/vt1682_io.cpp", + MAME_DIR .. "src/mame/machine/vt1682_alu.h", + MAME_DIR .. "src/mame/machine/vt1682_alu.cpp", + MAME_DIR .. "src/mame/machine/vt1682_timer.h", + MAME_DIR .. "src/mame/machine/vt1682_timer.cpp", MAME_DIR .. "src/mame/machine/m6502_vt1682.cpp", MAME_DIR .. "src/mame/machine/m6502_vt1682.h", } |
