Commit Graph

31398 Commits

Author SHA1 Message Date
Fabio Priuli
4de494250b (MESS) pc2000: fixed banking when no cart is mounted. nw. 2014-10-10 15:00:17 +00:00
Justin Kerk
cda5ea0382 Japanese spelling (nw) 2014-10-10 14:18:32 +00:00
Alex W. Jackson
3f3a4d3df1 Minor rom loading/banking cleanups (nw) 2014-10-10 13:32:22 +00:00
David Haywood
021cd6c396 add missing blend table value for zero team [sjyune]
(used by 1st boss spear, see https://www.youtube.com/watch?v=ZmPyKNHewME )
2014-10-10 12:47:28 +00:00
David Haywood
861c29b566 Raiden II (easy version, Germany) [Icronnya77] 2014-10-10 12:33:02 +00:00
David Haywood
50d0a9629a new clones
Chelnov - Atomic Runner (Japan, bootleg with SCM8031HCCN40) [Jan Kretschmer]

Bryan forwarded this to me last year, forgot all about it until I just did a bit of a clearout of old mails.  Program etc. is the same as the regular Japan set, but it has a 8031 MCU in place of the usual 8051 and the dump includes the ROM for that.  I haven't currently hooked it up so it still uses the simulation at the moment.
2014-10-10 11:21:57 +00:00
Robbbert
ff5804b214 gts80 : placeholders 2014-10-10 11:19:46 +00:00
Curt Coder
dab1eb1a24 (MESS) vic20: Added CPLD image to Final Expansion 3. (nw) 2014-10-10 11:09:17 +00:00
Alex W. Jackson
9600717415 wecleman.c: add missing k007232 volume callback [Alex Jackson] 2014-10-10 10:25:57 +00:00
Curt Coder
46db5f447d Fixed compile. (nw) 2014-10-10 07:05:16 +00:00
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