Commit Graph

72280 Commits

Author SHA1 Message Date
ArcadeShadow
667122c2bd New working software list addition
Indiana Jones and the Last Crusade - The Action Game (5.25")
2020-04-05 15:41:34 -07:00
cracyc
192988f210 i386/i8087: add alias for fstp st(i) 2020-04-05 17:11:45 -05:00
AJR
58b4fa0fb9 New machines marked as NOT_WORKING
----------------------------------
Roland U-20 RS-PCM Keyboard [DBWBP]
Roland U-220 RS-PCM Sound Module [DBWBP]
2020-04-05 17:54:24 -04:00
yz70s
ec863cb594 naomigd.cpp: add dimm sdram configuration register (nw) 2020-04-05 23:43:54 +02:00
Angelo Salese
5cff091c6b
Forgot to mention this (nw) 2020-04-05 23:39:36 +02:00
AJR
23a509f368 pasopia7: Use CRTC to help draw screen 2020-04-05 14:57:09 -04:00
Vas Crabb
19aec7e9c3 (nw) hopefully work around deprecation warning - removing something in 3.9 when the replacement was only added in 3.2 is typical of Python's disregard for stability 2020-04-06 04:21:28 +10:00
Vas Crabb
c3da4c5b4b Merge tag 'mame0220' into mainline-master
MAME 0.220
2020-04-06 03:52:34 +10:00
Vas Crabb
c5c5723b9d version bump (nw) 2020-04-06 03:42:38 +10:00
Vas Crabb
ebbb2b39cb (nw) random cleanup:
* xavix2.cpp: better to be exception safe with allocations
* williams.cpp: group the numbers in eights so it's easier to visually find a particular index, and restore the styling of the file (two blank lines between functions, three blank lines between sections)
2020-04-06 03:37:22 +10:00
cam900
f72d38f677
nmk16.cpp : Implement sabotenb vertical scrolling, noticeable when explosion occurs (#6521)
* nmk16.cpp : Implement sabotenb scrolling

reference : https://www.youtube.com/watch?v=lljCeUfCMDQ (Live stream)

* nmk16.cpp : Fix hardware configuration
2020-04-05 18:15:42 +02:00
Robbbert
b5e08ae5e8 H8: added support for H8T tapes. 2020-04-06 01:37:05 +10:00
couriersud
f07357d52b netlist: Fix SUBTARGET=nl build. (nw) 2020-04-05 17:14:25 +02:00
couriersud
5075448278 netlist: Fix some clang-tidy-10 warnings. (nw) 2020-04-05 16:28:01 +02:00
AJR
9980e80b75 pasopia7.cpp: Simplify handler signatures; start cleaning up memory usage (nw) 2020-04-05 09:23:25 -04:00
Dirk Best
16a744f99d v4dealem: Fixed tile background colors
- Use tilemap system to draw
- Add screen raw parameters
2020-04-05 11:54:45 +02:00
Patrick Mackinlay
8565eef131 Machines promoted to working
----------------------------
Sony NEWS NWS-3260 [Patrick Mackinlay]
(nw)
* tidy up side effects
* some additional notes
2020-04-05 16:05:41 +07:00
AJR
f1462d0c22 jv880: Minor corrections for undumped part numbers (nw) 2020-04-04 23:53:38 -04:00
AJR
bad835af4f New machines marked as NOT_WORKING
----------------------------------
Roland JV-880 Multi Timbral Synthesizer Module [DBWBP]
2020-04-04 23:44:12 -04:00
AJR
21d7787bad New machines marked as NOT_WORKING
----------------------------------
Roland RA-30 Realtime Arranger [DBWBP]
2020-04-04 22:35:27 -04:00
arbee
3b3ac7e0c8 icm7170: basic time keeping [R. Belmont] 2020-04-04 21:36:06 -04:00
AJR
da2c2135b7 New machines marked as NOT_WORKING
----------------------------------
Roland SoundCanvas SC-88VL [DBWBP]

h8500dasm: Cut-and-paste fix (nw)
2020-04-04 21:24:44 -04:00
AJR
dfd7bbb943 mcs96d: Location 0 is just 0 (nw) 2020-04-04 20:00:42 -04:00
AJR
b3d9f4b5a5 sc55: Correct size of undumped internal ROM (nw) 2020-04-04 17:39:08 -04:00
AJR
9abc6733ba Add H8/500 disassembler and skeleton CPU device family
alesis_qs.cpp: Document XTALs; replace legacy MCFG in comments (nw)

picno.cpp: Replace legacy MCFG in comments (nw)
2020-04-04 17:21:59 -04:00
Mike
7339d77c02
Don't clear the input queue on reset. (#6517)
This fixes problems where devices are input line changes are missed
because a device was reset. One case is at startup, where one device's
output is wire to another's input. During start the first device adds,
eg, a RESET assertion to the second. When that device starts, it resets
itself and clears the pending RESET assertion.
2020-04-04 21:54:01 +02:00
Ivan Vangelista
e69984e175 New working clones
------------------
Mighty Monkey (U.Games bootleg) [f205v]
2020-04-04 20:24:48 +02:00
Zoë Blade
78ee37fc80
Here's another 10 new old releases... (#6520)
* Tidy my previous contributions

Tidy commit 45e0de97, chiefly fixing part names

* Add more tape hashes
2020-04-04 13:49:38 -04:00
hap
79cede694c seibucop: move to machine folder (nw) 2020-04-04 16:35:24 +02:00
hap
53ec8c6f89 seibucop: missing sourcefile header (nw) 2020-04-04 16:09:25 +02:00
AJR
c1fea1f76c cvs.cpp, dkong.cpp, galaxold.cpp: Fix interrupt-related regressions in 2650-based games (nw) 2020-04-04 09:56:14 -04:00
arbee
495b26dd6c fix compile (nw) 2020-04-04 09:21:05 -04:00
MetalliC
ff8cf238ad naomi.cpp: redumped ngdup23a GDS-0023A (prev dump had bad audio track) [MajorPBX] 2020-04-04 16:15:13 +03:00
cam900
6aef7adadd
Split S-SMP and S-DSP implement in snes_snd.cpp (#6417)
* Split S-SMP and S-DSP implement in snes_snd.cpp
both convert memory handler into device_memory_interface, Internalize ROM region of S-SMP
s_smp.cpp : Use callback for S-DSP interface, Split internal and external memory space
snes.cpp : Convert WRAM into shared_ptr

* s_dsp.cpp : Reduce #define macros
2020-04-04 08:59:50 -04:00
hap
7b060ff044 render: initialization outer box darkened/less distracting (nw) 2020-04-04 14:12:30 +02:00
hap
3e700327e3 hmcs40: add note (nw) 2020-04-04 13:41:41 +02:00
Olivier Galibert
6e7fe63f60 upd177x disassembler [O. Galibert] 2020-04-04 12:42:48 +02:00
Patrick Mackinlay
1398b3df85 news_kbd: rename (nw) 2020-04-04 17:23:50 +07:00
Patrick Mackinlay
05c4877337 news_r3k: mouse support (nw) 2020-04-04 17:17:42 +07:00
AJR
6ae7508bc3 alpha8201.cpp: Update notes (nw) 2020-04-03 18:03:58 -04:00
cam900
cd72f1d5b6
deco16ic.cpp Drawing behavior updates (#6514)
* deco16ic.cpp : Fix transparency/transmask handling in custom draw case
Use callback for tile info and 8bpp mixing, Fix sshangha regression, Reduce unnecessary values
cninja.cpp : Correct 8bpp tilemap drawing behavior in robocop2 (Same data in both tilemap RAM for tilegen[1], only tile bank is different in 8bpp tile)
darkseal.cpp, sshangha.cpp : Cleanup gfxdecode layout, Correct palette entries
sshangha.cpp : Both chip and PCB hasn't any stereo sound output, Correct sound output routes
cninja.cpp : Correct sound routes for PCBs without stereo sound output
mirage.cpp : Use pri_callback for sprite priority

* cninja.cpp : Reduce unused gfx layout
2020-04-03 16:10:41 -04:00
Zoë Blade
1f764371b4
Adding and tidying some C64 tapes (#6511)
* Add a partial tape, B-side only

It's incomplete, but a start.

* Add a full tape, Hacker II

* Add partial dump of James Pond 2: RoboCod

* Add partial dump of Kettle

I'm only adding dumps that completely passed tapclean's inspection,
after optimisation.  As this optimisation reduces wow and flutter
and other arbitrary timing aspects, it's reasonable to assume that
other people dumping the same tapes will be able to verify the present
sides and fill in the missing ones, which are oftentimes duplicates
anyway.

* Empty commit; note

Actually, that last commit message is incorrect.  Identical dumps
have matching magic CRC32s (payload only), but not matching overall
CRC32s.  There's still arbitrary data in there.

* These programs were rereleased by Hi Tec in 1989

...as per the inlay cards.

* Add full rerelease of Summer Camp

* Add Tetris

* Add The Greed Monster

* Fix part names; give credit
2020-04-03 16:10:23 -04:00
R. Belmont
2286aa9641
Merge pull request #6504 from clawgrip/patch-20
csplayh5.cpp: Converted JEDECs with jedutil (nw)
2020-04-03 16:09:56 -04:00
R. Belmont
5591057fc0
Merge pull request #6503 from clawgrip/patch-19
raiden2.cpp: Converted the JEDEC with jedutil (nw)
2020-04-03 16:09:44 -04:00
Vas Crabb
bce3221075 more random cleanup (nw) 2020-04-04 07:03:38 +11:00
hap
ceabc2c798 cpu/alph8201 can be removed now (nw) 2020-04-03 21:58:40 +02:00
Ivan Vangelista
d23f786a01 bngotime.cpp: re-demoted to not working, needs more work, possibly by someone who knows how bingo plays (nw) 2020-04-03 21:32:02 +02:00
angelosa
311db219ec Dips, document btanb (nw) 2020-04-03 20:49:30 +02:00
hap
575329b495 equites: use the new 8505 mcu for gekisou/hvoltage, seems to work (nw) 2020-04-03 20:47:50 +02:00
Ivan Vangelista
9aa0a67a69 Machines promoted to working
----------------------------
Bingo Time [Team Europe]

equites.cpp: dumped Alpha MCU for bngotime [Team Europe]
2020-04-03 19:48:09 +02:00