diff options
| author | 2018-04-16 23:00:49 +0200 | |
|---|---|---|
| committer | 2018-04-16 17:00:49 -0400 | |
| commit | ff815797c969621ad027dca12783f07f3d8f360a (patch) | |
| tree | 1055496a43d2d2937a1bc2ecb1838c06b75e5675 /scripts/src | |
| parent | c1135b69eecca2d5f399f2fc85fccb4f77c295ae (diff) | |
(PC-ISA): Add Action Replay card for DOS (1994) (#3445)
* Allow write protect of a banked segment
* Allow write protect of a banked segment
* Create Action Replay driver for DOS
* Create Action Replay driver (header file)
* Update bus.lua
* Update isa_cards.cpp
* (white space changes)
Diffstat (limited to 'scripts/src')
| -rw-r--r-- | scripts/src/bus.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/src/bus.lua b/scripts/src/bus.lua index b2e0b5abe27..5b1cbc1e0e4 100644 --- a/scripts/src/bus.lua +++ b/scripts/src/bus.lua @@ -1136,6 +1136,8 @@ if (BUSES["ISA"]~=null) then MAME_DIR .. "src/devices/bus/isa/myb3k_fdc.h", MAME_DIR .. "src/devices/bus/isa/eis_sad8852.cpp", MAME_DIR .. "src/devices/bus/isa/eis_sad8852.h", + MAME_DIR .. "src/devices/bus/isa/areplay.cpp", + MAME_DIR .. "src/devices/bus/isa/areplay.h", } end |
