Commit Graph

82439 Commits

Author SHA1 Message Date
Robbbert
a5e2622a25 init vars for coverity (mame/video/a-m) 2022-03-30 23:06:12 +11:00
Curt Coder
25037a43a1 abc1600: Implement RAM parity test bit. [Curt Coder] 2022-03-30 14:43:44 +03:00
Robbbert
bc053a7a4f init vars for coverity (mame/machine/m-z) 2022-03-30 21:54:57 +11:00
Robbbert
b1b9babf8c init vars for coverity (mame/machine/3-m) 2022-03-30 20:02:37 +11:00
Robbbert
e09c5764d0 init vars for coverity (includes) 2022-03-30 18:01:47 +11:00
Robbbert
49c3b8a8b3 init vars for coverity (drivers) 2022-03-30 16:51:44 +11:00
0kmg
57df1082fd
gamegear.xml: Added an unreleased prototype. (#9480)
New working software list additions
-----------------------------------
Poker Face Paul's Cribbage (prototype) [smspower]
2022-03-29 16:54:18 -04:00
0kmg
f051c1d0d3
sms.xml: Added six dumps. (#9481)
New working software list additions
-----------------------------------
Basket Ball Nightmare (early prototype) [smspower]
Golden Axe CES Demo [smspower]
Psycho Fox (prototype) [smspower]
Super Futebol II (Brazil) [smspower]
Wimbledon (Brazil) [smspower]

New NOT_WORKING software list additions
---------------------------------------
Game Mo-eumjip 188 Hap (Korea) [smspower]
2022-03-29 16:54:06 -04:00
Sergio G
6f24bd1e49
daiohp2: incorrect bonus life DSW options (#9482)
daiohp2 bonus life DSW options in this set are similar to the final release, and different than the other prototype set (daiohp). Now fixed.
2022-03-29 16:53:55 -04:00
0kmg
c0e84f1d69
nes.xml: Removed some baddump flags. (#9484) 2022-03-29 16:52:46 -04:00
MooglyGuy
1d63a4d9ff
-ldv4200hle: Fixed overshoot issue with Multi-Speed Forward/Reverse. [Ryan Holtz] (#9483)
Co-authored-by: MooglyGuy <mog@home>
2022-03-29 16:52:34 -04:00
hap
21c186bf51 hh_rw5000: remove sqr, pow2, arrows from strings 2022-03-29 19:14:02 +02:00
RobertoFresca
56c33e91da New working clones
------------------
Golden Poker Double Up (bootleg, set 2) [Roberto Fresca, Jeff Hamelin]
Golden Poker Double Up (bootleg, set 3) [Roberto Fresca, Jeff Hamelin]
Golden Poker Double Up (bootleg, set 4) [Roberto Fresca, Jeff Hamelin]
2022-03-29 18:53:39 +02:00
hap
cdb10d9714 New working machines
--------------------
31R (Rockwell) [hap, Sean Riddle]
2022-03-29 18:15:34 +02:00
Ivan Vangelista
b4873d059e cbasebal.cpp, vendetta.cpp: finders and other small cleanups 2022-03-29 18:03:43 +02:00
Paul-Arnold
209b0bf704
rastersp.cpp: Added Football Crazy game. (#9383)
* machine/53c7xx.cpp: DFE bit is not reset when status register is read.
* cpu/i386: Fixed multiple issues with breakpoint emulation.
* machine/bacta_datalogger.cpp: Prevent continuous transmission of 0xff.
* machine/z80scc.cpp: Fixed incorrect setting of baud rate due to uninitialised variables.

New working machines
--------------
Football Crazy (Video Quiz) [Paul-Arnold]
2022-03-30 02:25:03 +11:00
RobertoFresca
a6fed48685 New machines marked as NOT_WORKING
----------------------------------
Maxi Double Poker (version 1.8) [Roberto Fresca, Jeff Hamelin]
2022-03-29 17:21:53 +02:00
Curt Coder
d70daace90 abc1600: Improve logging, use u8/u16. [Curt Coder] 2022-03-29 17:46:37 +03:00
hap
9d9ec1a2f7 rw5000: add a5500 2022-03-29 15:14:55 +02:00
hap
bf7961cd45 New working machines
--------------------
24K (Rockwell) [hap, Sean Riddle]
2022-03-29 14:11:56 +02:00
Patrick Mackinlay
70628bc225 clipper: clipper has two branch delay slots 2022-03-29 15:49:47 +07:00
Patrick Mackinlay
046b48d39d dsp56000: correct harmless typo 2022-03-29 15:49:32 +07:00
hap
f876dd8241 rw5000: add a5000/a5900 2022-03-29 01:43:47 +02:00
hap
d6ae8ec921 rw5000: separate b6000 disasm from b5000, add a5000 disasm 2022-03-29 00:19:57 +02:00
hap
eb7bfe8450 b5000: rename base class to rw5000 2022-03-28 23:52:01 +02:00
Ivan Vangelista
19fe9e23a6 - diverboy.cpp, exzisus.cpp: finders, other minor cleanups
- various drivers: removed some custom GFX decodes in favor of the ones provided in emu/video/generic.cpp
2022-03-28 18:11:51 +02:00
ClawGrip
d832d6a366
bloodbro_ms.cpp: Fix note (#9478) 2022-03-27 17:49:09 -04:00
AJR
54bbeef05f scudsp: Revert unwanted change 2022-03-27 16:21:28 -04:00
AJR
734f533c87 ccpudasm.cpp: Fix mistake in return statement (flagged by some versions of clang) 2022-03-27 15:01:47 -04:00
MooglyGuy
877884fc41
-timetrv: Removed stray debugging printf. (#9477)
Co-authored-by: MooglyGuy <mog@home>
2022-03-27 14:58:28 -04:00
AJR
c7597225b4 Debugger feature improvements
- Add 'gbt' and 'gbf' debugger commands to step until a true or false conditional branch has been detected.
- Update over 100 of the disassemblers in MAME to output a new STEP_COND flag for all conditional branches. Besides being used for execution of the new 'gbt' and 'gbf' commands, this flag also now helps the debugger 'out' command to properly handle conditional return instructions.
- Remove STEP_OVER from many instructions that aren't actually subroutine calls (e.g. DJNZ on Z80). A 'gni' debugger command (go next instruction) has been added to accommodate some of the misuse.
- Add instruction flag support to several more disassemblers that lacked them entirely (e.g. st62xx)
- Don't pass over delay slots for debugging in ASAP core
2022-03-27 14:29:51 -04:00
MooglyGuy
c3162e739d
-timetrv: Hooked up 1-bit audio DAC. [Ryan Holtz] (#9476)
Co-authored-by: MooglyGuy <mog@home>
2022-03-27 13:42:17 -04:00
AJR
bd8779ece4 osdhelper.h: Make a couple of overloads const 2022-03-27 13:14:14 -04:00
Vas Crabb
bffb0f6dc9 Merged 0.242 release branch into master to head off conflicts. 2022-03-28 00:11:15 +11:00
Vas Crabb
c6517f5d1e timetrv: corrected screen height in layout. 2022-03-28 00:07:37 +11:00
MooglyGuy
1589b642c3 -timetrv: Fixed layout to not warp screen to non-4:3 aspect. [Ryan Holtz] (#9475) 2022-03-28 00:05:52 +11:00
MooglyGuy
139248a548
-timetrv: Fixed layout to not warp screen to non-4:3 aspect. [Ryan Holtz] (#9475) 2022-03-27 23:53:21 +11:00
Robbbert
5edff6b302 cobram3: fixed an assert in the debug build 2022-03-27 23:43:03 +11:00
Robbbert
3c2c0826e4 cobram3: fixed an assert in the debug build 2022-03-27 19:58:48 +11:00
Vas Crabb
b6df0d2d3d srcclean and manual tidying up in preparation for 0.242 release 2022-03-27 13:22:33 +11:00
ClawGrip
2a3c402cae
New NOT_WORKING software list additions (#9437)
* New NOT_WORKING software list additions

---------------------------
roland_tnsc1.xml:
  70's and 80's (TN-SC1-03) [Sean Riddle, ClawGrip]
2022-03-27 11:46:26 +11:00
Michael Sanborn
ca060c8132
hng64.cpp: make titles consistent (#9297) 2022-03-27 11:40:16 +11:00
Scott Stone
095d7a43e1 cdi.xml: Corrected a mistaken copy/pasted hash for bestphoto92 2022-03-26 19:54:26 -04:00
ClawGrip
086f358275
cosmos_playc8f.cpp: Fix Basketball sets (#9473) 2022-03-26 19:01:50 -04:00
wd40yasu
f9101df899 Merge branch 'master' of https://github.com/mamedev/mame 2022-03-27 06:46:13 +09:00
Firehawke
31600247d4
Temporarily remove duplicate Apple-oids and Chipout disk pending detailed analysis (#9472) 2022-03-26 22:37:39 +01:00
Scott Stone
bc3444951e vgmplay.xml: Added 37 new entries and corrected a shortname (shanghai -> shangkid). [vgmrips.net, Tafoid] 2022-03-26 16:52:37 -04:00
0kmg
0dd5dd8f57
bus/nes: Removed useless open bus comments. (#9471) 2022-03-27 07:15:24 +11:00
MooglyGuy
dd62ad8808
Fixed bill validator hookup in Time Traveler (#9470)
* -timetrv: Replaced IPT_COIN2 with IPT_BILL1, as it is the bill-validator input. [Ryan Holtz]

* -laserdsc: Added savestate registration. [Ryan Holtz]

Co-authored-by: MooglyGuy <mog@home>
2022-03-26 15:31:31 -04:00
hap
2a4e772943 hash/apple*: remove html tags from comments 2022-03-26 17:36:56 +01:00