Curt Coder
1327a26a55
(MESS) vic20: Emulated the Final Expansion 3 cartridge (only RAM/FlashROM supported). [Curt Coder]
2014-10-10 07:00:38 +00:00
Alex W. Jackson
d1b8b6739c
chqflag.c: improve k007232 volume/pan controls, still largely guesswork [Alex Jackson]
2014-10-10 06:53:23 +00:00
Fabio Priuli
9f7b18a05c
(MESS) maria.c: improved DMA accuracy. [Mike Saarna, Robert Tuccitto]
...
- Last Line DMA value corrected to 6. GCC and Atari docs both show a
difference between Other Line and Last Line as +6 at the lowest part
of the range.
- Blank scanlines are drawn when DMA is off, like real hardware.
- If MARIA hits the DMA limit, the CPU doesn't run until the next
scanline.
2014-10-10 05:03:12 +00:00
Scott Stone
0ed3636613
Some mess.mak file cleanups/consolidations (nw)
2014-10-10 01:15:34 +00:00
Robbbert
2d31c5b552
gts80.c : added original 'sound-only' card.
2014-10-10 00:36:00 +00:00
Michaël Banaan Ananas
1cdd1948ee
added 315-5296 device
2014-10-09 23:39:27 +00:00
David Haywood
e9aea92d1a
make the orlegend111t set work [iq_132]
2014-10-09 23:17:14 +00:00
Scott Stone
2bc159c931
Some mame.mak file cleanups/consolidations - adding a couple items mistakenly left out. (nw)
2014-10-09 22:40:24 +00:00
David Haywood
e0fc31374c
in no universe is this a working system ;-) (nw)
2014-10-09 22:37:52 +00:00
David Haywood
46c8ef8d8f
apparently R2 collisions are more correct like this - it should be possible to pass through the 2nd boss 'straight' attack with a fully powered up ship.
...
(it's also more consistent with collisions in r2dx_v33 where you can - that does collisions in software)
2014-10-09 20:29:38 +00:00
David Haywood
87f078af6a
from rtw (nw)
2014-10-09 20:03:02 +00:00
David Haywood
2cd91f24fc
misc additions (nw)
2014-10-09 19:38:33 +00:00
Michaël Banaan Ananas
8d51b3fe25
removed this duplicate sketch
2014-10-09 18:44:44 +00:00
Fabio Priuli
0a760ee7ce
some more generic cart slots. nw.
2014-10-09 18:17:13 +00:00
David Haywood
cc04e15399
new clones
...
Raiden II (Raiden DX hardware)
Raiden DX (China, Ideal International Development Corp license)
(just some old sets that were dumped years ago and never added)
2014-10-09 17:28:56 +00:00
David Haywood
cfcf6d8895
change note (nw)
2014-10-09 14:00:54 +00:00
David Haywood
9606a1b3ad
added handcrafted MCU rom with corrected level table pointer data for the new set to make it work (nw)
...
note, I think the handcrafted data in arkanoidja has a bad value when compared to the other sets?
2014-10-09 13:32:55 +00:00
Ivan Vangelista
351ed023fc
atarisy4.c: converted from polylgcy.h to poly.h (nw)
2014-10-09 12:15:17 +00:00
David Haywood
2f60815fcd
new clones
...
Arkanoid (Japan) [ShouTime]
(doesn't work, MCU isn't dumped.)
2014-10-09 11:47:48 +00:00
Scott Stone
71d0861564
Some minor mame.mak cleanup. (nw)
...
Comments: I eventually will be consolidating more of these bits and attaching them to their proper driver.
2014-10-09 09:02:16 +00:00
Fabio Priuli
c9cf38dcd4
and one more. nw.
2014-10-09 07:27:56 +00:00
Fabio Priuli
d25d259444
a few more generic cart slots. nw.
2014-10-09 07:13:20 +00:00
Fabio Priuli
6825cee8a0
whoops III (and hopefully last). nw.
2014-10-09 03:50:39 +00:00
Robbbert
479454ad8f
gts80.c : WIP
2014-10-09 03:12:07 +00:00
mahlemiut
eadd1b3ac6
trident: reworked Bresenham line drawing. It's better, but I'm still not convinced it's completely accurate.
2014-10-09 02:32:51 +00:00
Scott Stone
3b23f9c85e
Make cheat initialization debugger message more verbose. [Pugsy]
2014-10-08 23:57:17 +00:00
Ville Linde
d8b4cfe9e0
53c810.c: reading DSTAT clears DIP bit in ISTAT. (nw)
2014-10-08 23:42:55 +00:00
Robbbert
a9534ec259
(MESS) fixed compile.
2014-10-08 23:38:34 +00:00
Wilbert Pol
5e8c2a11b2
(MESS) msx.c: Added support for DMK floppy images. [Wilbert Pol]
2014-10-08 20:49:24 +00:00
Curt Coder
d9330a96d6
clang compile fix. (nw)
2014-10-08 18:45:00 +00:00
Fabio Priuli
871ac829c2
whoops II.
2014-10-08 18:31:50 +00:00
Fabio Priuli
3ef28f1eb7
whoops...
2014-10-08 16:50:04 +00:00
Fabio Priuli
278a884012
(MESS) intv: converted the driver to use slot devices for
...
cartridges and implemented the IntelliVoice expansion and
the Entertainment Computer System expansion as passthru
devices. The official syntax to launch games requiring the
speech expansion is now
mess intv -cart voice -cart2 gamename
which corresponds to mounting the IntelliVoice and plugging
the game cart in its subslot. The official syntax to launch games
requiring the ECS expansion is now instead
mess intv -cart ecs -cart2 gamename
and
mess intv -cart ecs -cart2 voice -cart3 gamename
if the game requires both expansions at once. For additional user
friendliness, we also offer intvecs (which emulates an Intellivision
unit with both expansions added) and intvoice (which emulates
an Intellivision with Intellivoice expansion added) drivers, where
games can simply be mounted with the -cart media switch. [Fabio
Priuli]
2014-10-08 16:42:01 +00:00
Fabio Priuli
03f8deff8a
(MESS) odyssey2: added a bunch of homebrew titles released on carts. nw.
...
(MESS) wswan: fixed emulation of a couple of titles, which regressed with the conversion to slot carts. nw.
2014-10-08 03:55:03 +00:00
Robbbert
1e1f628755
gts80.c : placeholder
2014-10-07 22:09:07 +00:00
Brian Troha
9d07e63a52
new not working Americana poker set.
...
New Game Added (not working)
-----------------------------------
Americana (9132-00) [Brian Troha]
2014-10-07 19:23:17 +00:00
Ivan Vangelista
633a456c1d
Misc cleanups of the day (nw)
2014-10-07 16:55:09 +00:00
Olivier Galibert
4cf62f82b6
dc: correct cable settings, ct1 runs (nw)
2014-10-07 15:41:36 +00:00
Olivier Galibert
1988fe4f09
gdrom: typo fix (nw)
2014-10-07 15:41:33 +00:00
Fabio Priuli
238c2e9e1d
(MESS) odyssey2: converted the driver to use slot devices for
...
cartridges, removed The Voice add-on from the main system
and emulated it as a passthru cart instead. Now, if you want to
enjoy speech in odyssey/videopac games, you must launch
emulation with
mess.exe odyssey2 -cart voice -cart2 gamename
(the -cart2 switch becomes available when "voice" is mounted
in the first cartslot) [Fabio Priuli]
2014-10-07 09:27:32 +00:00
Scott Stone
b83b6a0f33
Fix compile on MSVC 2012 from Peter Ferrie (nw)
2014-10-07 06:22:33 +00:00
Jonathan Gevaryahu
6c4bbaad5e
use U64() macro so msvc doesn't break (n/w)
2014-10-07 03:39:00 +00:00
cracyc
de9d763b0a
i386: expand down ring 0 stack (nw)
2014-10-07 03:35:58 +00:00
Jonathan Gevaryahu
239c35473a
fix compile error with gcc 4.4.7 (n/w)
2014-10-07 01:56:12 +00:00
David Haywood
0820977954
new clones
...
Oriental Legend / Xi You Shi E Zhuan (ver. 111, Taiwanese Board) [bytestorm]
(doesn't currently run, needs a different protection sequence by the looks of it)
2014-10-06 23:59:17 +00:00
Michaël Banaan Ananas
7ed8bed2fc
hooked up pit8254 to one of the games as example
2014-10-06 22:17:36 +00:00
cracyc
92d8fdc920
i386: fix vem486 (nw)
2014-10-06 21:28:29 +00:00
Ivan Vangelista
4568e59a27
Removed running_machine parameter from various methods were it wasn't needed anymore (nw)
...
Moved some more functions into driver classes. (nw)
2014-10-06 16:30:06 +00:00
Michaël Banaan Ananas
53e61f6171
upon reading datasheet further, it became obvious that uPD71054 == 82C54
2014-10-06 16:02:37 +00:00
cracyc
9f5fc08a1b
(mess) pc9801: hack to simplify ide boot (nw)
2014-10-06 14:24:06 +00:00