diff options
author | 2014-08-25 11:15:32 +0000 | |
---|---|---|
committer | 2014-08-25 11:15:32 +0000 | |
commit | a16673b28462334b49b99b5e8ad86a8b4db647c0 (patch) | |
tree | 9094e87f6193246164ee4846c1f20fad1f593ab4 /.gitattributes | |
parent | fb3575054eba9b434e140bd4468e9679442db8f6 (diff) |
(MESS) a7800.c progress: [Fabio Priuli]
- Rewritten cart emulation to use slot devices
- Removed POKEY chip from the main unit since it was inside
the carts (of course it gets enabled when you launch a game
who contained it in its cart)
- Added support for the High Score cart as a passthru cart: when
you mount hiscore, a -cart2 switch will become available to mount
the game you want to play
- Properly implemented XBoarD and XM expansions as
passthru carts as well, so that new syntax to run dkxm.a78 is
"mess a7800 -cart xm -cart2 path\to\games\dkxm.a78"
High Score support for XM shall work as well.
- Big clean up of the driver, simplifying memory map, removing
writes to ROM, etc.
Out of whatsnew: In conclusion, a7800.c has been brought into the new millennium ;-)
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/.gitattributes b/.gitattributes index e4df589bace..a3015e04339 100644 --- a/.gitattributes +++ b/.gitattributes @@ -476,6 +476,15 @@ src/emu/bus/a2bus/laser128.c svneol=native#text/plain src/emu/bus/a2bus/laser128.h svneol=native#text/plain src/emu/bus/a2bus/timemasterho.c svneol=native#text/plain src/emu/bus/a2bus/timemasterho.h svneol=native#text/plain +src/emu/bus/a7800/a78_carts.h svneol=native#text/plain +src/emu/bus/a7800/a78_slot.c svneol=native#text/plain +src/emu/bus/a7800/a78_slot.h svneol=native#text/plain +src/emu/bus/a7800/hiscore.c svneol=native#text/plain +src/emu/bus/a7800/hiscore.h svneol=native#text/plain +src/emu/bus/a7800/rom.c svneol=native#text/plain +src/emu/bus/a7800/rom.h svneol=native#text/plain +src/emu/bus/a7800/xboard.c svneol=native#text/plain +src/emu/bus/a7800/xboard.h svneol=native#text/plain src/emu/bus/abcbus/abc890.c svneol=native#text/plain src/emu/bus/abcbus/abc890.h svneol=native#text/plain src/emu/bus/abcbus/abcbus.c svneol=native#text/plain @@ -8844,7 +8853,6 @@ src/mess/layout/z80netb.lay svneol=native#text/xml src/mess/layout/z80netf.lay svneol=native#text/xml src/mess/machine/6883sam.c svneol=native#text/plain src/mess/machine/6883sam.h svneol=native#text/plain -src/mess/machine/a7800.c svneol=native#text/plain src/mess/machine/abc1600mac.c svneol=native#text/plain src/mess/machine/abc1600mac.h svneol=native#text/plain src/mess/machine/abc80kb.c svneol=native#text/plain |