Commit Graph

80404 Commits

Author SHA1 Message Date
AJR
43133765c1 Convert JED, PLA and JEDBIN parsers to (mostly) use ioprocs instead of raw memory interfaces 2021-09-15 21:26:26 -04:00
Vas Crabb
caa9d4654e mrgame.cpp: Fixed 5bpp sprite layout, only put attribute handler over tilemap attribute area of object RAM. 2021-09-16 04:51:32 +10:00
Vas Crabb
55c73a821e mrgame.cpp: Add tilemap drawing - dakar works properly, wcup90 has some issues. 2021-09-16 04:29:53 +10:00
Vas Crabb
263e1af894 Fixed some delegate use issues. 2021-09-16 03:14:26 +10:00
Vas Crabb
d334586156 -util/delegate.cpp: One less level of indirection for functoid delegates.
* If a delegate is set to a functoid (e.g. a lambda) with a signature
  that is an exact match for the delegate's signature, it will be bound
  directly.  If arguments or the return value need conversion, a static
  adaptor will be generated.  This removes unnecessary indirection
  through std::function::operator().

-Added a few more documentation comments.
2021-09-16 02:02:45 +10:00
ajrhacker
4a39d895af
Merge pull request #8573 from 0kmg/nes-mapper233
bus/nes: Improved emulation of reset-based 42 in 1 cartridge.
2021-09-15 11:12:20 -04:00
ajrhacker
5a33d5e5bf
Merge pull request #8574 from 0kmg/nes-mapper435
bus/nes: Added support for an NTDEC 14 in 1 cartridge.
2021-09-15 11:11:33 -04:00
hap
3e8c6e10e5 namcos12: update notes 2021-09-15 16:28:46 +02:00
hap
0ce24d16f1 namcos12: redumped kartduel data roms [Darksoft, Hammy] 2021-09-15 13:33:13 +02:00
hap
5132133260 fidel_checkc2: forgot to copy over local artwork file 2021-09-15 10:30:52 +02:00
0kmg
8e1a92eb3d bus/nes: Added support for an NTDEC 14 in 1 cartridge.
New working software list additions (nes.xml)
-----------------------------------
14 in 1 (NTDEC) [Consolethinks, Nikolka]
2021-09-15 00:20:10 -08:00
Olivier Galibert
555e696612 h8 intc: Fix nmi on h8/300 2021-09-15 09:46:40 +02:00
0kmg
59298e7360 bus/nes: Improved emulation of reset-based 42 in 1 cartridge.
- Removed dump and code for Super 22 in 1, which is a CRC match for the 42-in-1.
- Cleaned up a few recent multicart fixes, making them uniform with the rest.

Software list items promoted to working (nes.xml)
---------------------------------------
42 in 1 (Reset Switch)
2021-09-14 16:34:52 -08:00
ajrhacker
f24933a077
Merge pull request #8571 from 0kmg/nes-mappers-393,550
bus/nes: Added support for 820720C and JY820845C multicarts.
2021-09-14 20:30:40 -04:00
hap
934eb69361 New working machines
--------------------
Checker Challenger (model CR, 2 levels) [hap, Sean Riddle]
2021-09-14 23:26:15 +02:00
Robbbert
b6bf8b3851 New machines marked as NOT_WORKING
----------------------------------
Fast Track       [Robbbert]
2021-09-15 02:38:56 +10:00
Robbbert
18ba079e71 motrshow: merged motrshowa into, and added another version as bioses. 2021-09-15 02:29:10 +10:00
Robbbert
5ffc605109 macattck: updated rom definitions. 2021-09-15 02:20:33 +10:00
Robbbert
fc009084c7 mrgame: Removed the video code due to possible infringement. 2021-09-15 02:07:31 +10:00
Vas Crabb
1aedbd0fbf Fix clang warnings about declaring template instantiation extern after the instantiation itself. 2021-09-15 01:26:08 +10:00
Vas Crabb
aee1915d2c Revert "mrgrame.cpp: New roms for Mac Attack"
This reverts commit 24fa77fcbb.

The code comes from a source with an incompatible license.  It can't be
simply copied or ported to MAME.
2021-09-14 23:05:41 +10:00
Vas Crabb
bf7188cff4 Moved a few slot devices into anonymous namespaces, getting more stuff out of headers and reducing dependencies. 2021-09-14 23:04:58 +10:00
Scott Stone
191ac4542f ampoker2.cpp: Fix copy/paste issue for ampkr2jspb from recent addition. 2021-09-14 07:12:37 -04:00
Robbbert
24fa77fcbb mrgrame.cpp: New roms for Mac Attack
New roms for Motor Show
Improved graphics and sound for all games.

New machines marked as NOT_WORKING
----------------------------------
Fast Track  [Robbbert]
2021-09-14 18:38:58 +10:00
0kmg
e37c964756 bus/nes: Added support for 820720C and JY820845C multicarts.
New working software list additions (nes.xml)
-----------------------------------
1993 Super HiK 8 in 1 (G-002) [NewRisingSun]
7 in 1 1993 Chess Series (JY-015) [Consolethinks, NewRisingSun]
2021-09-13 18:57:17 -08:00
RobertoFresca
8756554f1b New clones marked as NOT_WORKING
--------------------------------
American Poker II - Jackpot (Spanish, set 2) [Roberto Fresca]

New working clones
------------------
American Poker II - Jackpot (Spanish, set 3) [Roberto Fresca]
2021-09-14 04:02:46 +02:00
RobertoFresca
3dfd93abd6 Some extra docs on American Poker II - Jackpot (Spanish) set. 2021-09-14 03:02:14 +02:00
RobertoFresca
83fc649642 New clones marked as NOT_WORKING
--------------------------------
American Poker II - Jackpot (Spanish) [Roberto Fresca]
2021-09-14 02:43:09 +02:00
hap
e30ee3c9a2 meritm: re-add vdp interrupts workaround since some of the games broke 2021-09-13 21:19:36 +02:00
ajrhacker
cf56aee3df
Merge pull request #8568 from 0kmg/nes-mapper190
bus/nes: Simplified Zemina board + some minor comment clean ups.
2021-09-13 08:35:36 -04:00
0kmg
62c1b80bfb bus/nes: Simplified Zemina board + some minor comment clean ups. 2021-09-12 21:08:04 -08:00
0kmg
e6f4eef8d9
bus/nes: Added support for Blood of Jurassic and Super Hang-On. (#8502)
Also, removed "fixed" set shangonah now that shangona is working (the latter should have been marked not supported).

Software list items promoted to working (nes.xml)
---------------------------------------
Blood of Jurassic (GD-98) [NewRisingSun]
2021-09-12 19:59:06 -04:00
ajrhacker
269d4731fc
Merge pull request #8567 from 0kmg/nes-MC-Fix-a-Lot
bus/nes: More fixes for various multicart types.
2021-09-12 19:36:38 -04:00
0kmg
64a32a5ef1 bus/nes: More fixes for various multicart types.
- Fixed graphics glitches in the following boards: BMC-20IN1 (Kaiser 20 in 1), BMC-SUPER700IN1 (700 in 1, 190 in 1), BMC-VT5201 (six multicarts).
- Simplified BMC-21IN1 board (21 in 1, 8 in 1).

New working software list additions (nes.xml)
-----------------------------------
Super 190 in 1 [anonymous]
2021-09-12 13:42:30 -08:00
Vas Crabb
f7d1c0dca4 -goldnpkr.cpp: Base screen parameters on how games program the CRTC.
* Filled in proper screen parameters for goldnpkr, witchcrd and
  megadpkr.  There may be other games that use different parameters.
* Demoted megadpkr and megadpkrb to not working as they can only boot
  once before writing timekeeper data that prevents booting again.

-Tidied up a few drivers a little.
2021-09-13 06:24:23 +10:00
David Haywood
da0df4bb6c
konmedal68k.cpp : konslot / konslot2 - fixed display resolution and offsets [David Haywood] (#8525) 2021-09-12 11:02:51 -04:00
0kmg
af65adbdd6
bus/nes: Added support for HP-898F board and related multicarts. (#8533)
New working software list additions (nes.xml)
-----------------------------------
4 in 1 (0203) [Consolethinks]
80 in 1 (KD-6096) [Consolethinks]
4 in 1 (0207) [Consolethinks, MrNorbert1994]
4 in 1 (0210) [Consolethinks, MrNorbert1994]
9999999 in 1 (KD-6037-B) [Consolethinks, MrNorbert1994]
Olympic 2000 1000000 in 1 [Consolethinks, MrNorbert1994]

Software list items promoted to working (nes.xml)
---------------------------------------
Prima Soft 9999999-in-1 (02 8807870-3)
2021-09-12 11:01:06 -04:00
Olivier Galibert
f71d4683b8 emumem: Put back masking removed by mistake 2021-09-12 16:48:56 +02:00
algestam
3807bbe81c
psikyo.cpp: Fix overdriven sound in gunbird (#8555) 2021-09-12 09:34:30 -04:00
hap
7c721ed780 saitek_stratos: fix wrong ordering in set_cpu_freq 2021-09-12 11:40:40 +02:00
hap
ddcaf052c3 meritm: remove vdp interrupts workaround, remove layer enable debug keys 2021-09-12 11:12:56 +02:00
Ivan Vangelista
3d0918f27f New working clones
------------------
Route 16 (Sun Electronics, set 2) [hammy]
2021-09-12 08:19:28 +02:00
Ivan Vangelista
e8ff0dfeca - royalmah.cpp: configured banking and views for mjdejavu ad mjifb
- goldstar.cpp: point reel tilemap to the right GFX rom offset for cmast97
2021-09-12 07:43:32 +02:00
AJR
413e48c9b0 mn1880: Use separate interrupt registers for each CPU 2021-09-11 19:33:50 -04:00
AJR
c608e9b7e2 ibm5170.xml: Correct definition for unladven 2021-09-11 19:31:05 -04:00
ajrhacker
50c11726e6
Merge pull request #8551 from rzero9/patch-1
ibm5170.xml: 4 new dumps
2021-09-11 19:25:58 -04:00
ajrhacker
a725d6cf44
Merge pull request #8564 from ArcadeShadow/ibm5150_202109
ibm5150.xml: New working software list additions
2021-09-11 19:25:22 -04:00
ajrhacker
0d8b100272
Merge pull request #8554 from ArcadeShadow/ibm5170_202109
ibm5170.xml: New working software list additions
2021-09-11 19:24:45 -04:00
ajrhacker
ad22f390ef
Merge pull request #8557 from 0kmg/nes-aressha
nes.xml: Updated PCB details for A Ressha de Ikou.
2021-09-11 19:18:56 -04:00
ajrhacker
bebc2c4917
Merge pull request #8559 from 0kmg/nes-mappers-297,374
bus/nes: Added support for MMC1-based multicarts.
2021-09-11 19:18:01 -04:00