Robbbert
4c4c3b484c
Untangled gottlieb audio from the arcade driver, so it becomes available for pinball.
2014-10-11 00:09:59 +00:00
David Haywood
2b7bf5c0c7
improve gostop inputs (nw)
2014-10-11 00:08:25 +00:00
David Haywood
f2d8c05791
improve graphics in gostop (nw)
2014-10-10 23:27:04 +00:00
David Haywood
774b2021ab
untangle some drivers from st0016_state now that it's a device (nw)
2014-10-10 21:11:16 +00:00
David Haywood
afaa880c42
further st0016 reorganization (nw)
2014-10-10 20:39:28 +00:00
Sandro Ronco
54047d6b53
(MESS) dmv: added floppy softlist. [Sandro Ronco]
...
(MESS) floppy: added read-only support for CopyQM images. (nw)
2014-10-10 19:28:34 +00:00
Scott Stone
3c596fcb49
Fix duplicate device name (nw)
2014-10-10 19:14:58 +00:00
David Haywood
1f51011af7
begin st0016 reorganization (nw)
2014-10-10 17:14:00 +00:00
Fabio Priuli
b6f06fe46f
(MESS) bbc: converted to use generic cart slots and clarified
...
a bit more what banks is mapped where by using memory bank
configure_entries & set_entry. nw.
2014-10-10 16:29:46 +00:00
Fabio Priuli
958fb001d8
(MESS) fixed pb1000 regression from 32601. nw.
2014-10-10 16:17:37 +00:00
Michaël Banaan Ananas
a6ca34b6ee
some notes from charles
2014-10-10 15:56:23 +00:00
Fabio Priuli
f0fad04eb6
(MESS) converted vectrex and crvision to use slot devices for
...
their carts. nw.
(with these, we are done for the moment with new slot devices for carts...)
2014-10-10 15:28:46 +00:00
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