Commit Graph

92774 Commits

Author SHA1 Message Date
hap
44f91511ee dec8: increase quantum for games with mcu,
bang: tweak gun sensitivity
2025-01-19 15:25:34 +01:00
hap
d2e55d2998 mcs51: improve execute_run icount timing 2025-01-19 15:25:34 +01:00
angelosa
59194f15a1 New working software list items
-------------------------------
cdi: Validation Disc [redump.org]
2025-01-19 11:38:34 +01:00
Vincent-Halver
5dd883a3bd
CD-i: Fix RLE (#13243)
This change:
1. Fixes RLE encoding which was short by 50%
2. Simplifies code, reducing by >100 lines.
3. Renames Channel to Path to match the Green Book spec.
4. Adds TODO for QHY DYUV images. This image type can't be tested without 625 scanline resolution which is currently blocked. So this will remain a known gap until several other features are added.
2025-01-19 10:31:49 +01:00
Ivan Vangelista
cf1d2eef0a konami/zr107.cpp and some related devices: initialized some variables 2025-01-19 10:12:28 +01:00
Ivan Vangelista
9aa85a7cb9 philips/cdi.cpp: removed quizardi_10 set, as the 1.0 CD doesn't support Italian language 2025-01-19 07:51:24 +01:00
Ivan Vangelista
e7b2c3818e New working clones
------------------
Egg Venture (Release 4) [Brian Troha, The Dumping Union]

- seta/macs.cpp: dumped motherboard PAL [buffi]
2025-01-19 07:38:45 +01:00
Mike Swanson
534bccf6ac
ibm5170_cdrom: NT 3.x floppies, SDKs, resource kits, service packs (#13230)
* ibm5170_cdrom: NT 3.x floppies, SDKs, resource kits, service packs

Found clean floppy disk images from MSDN sets, so build 528 of NT 3.1
now has a 5.25" floppy disk for CD-ROM based installs.  Most
translated versions have their floppy disks for CD-ROM based installs
added, too.

MSDN often contained whatever the latest service pack was at the time
a set was made, those discs are here now too.  Microsoft was
cost-conscious of printing many CDs, so these are often combined with
other software.  A sole independent Windows NT 3.51 SP4 disc has been
found and included here.  Were other 3.x service pack CD-ROMs made?
Most likely SP5 was, but I have not located one.

Were 3.x service packs released on independent
CD-ROMs from the MSDN sets?  If so, they should replace the entries
here.

The resource kit CD-ROMs for 3.1, 3.5, 3.51, and 4.0 are all included
here.  These contain companion software to the "Windows NT Resource
Kit" book that was published.  Even without the book, many of the
utilities prove useful for the operating system.

Windows NT 4.0 Service Pack 6 has been replaced by a properly
prepared/shipped disc from Microsoft with an autorun installer.

New working software list items (ibm5170_cdrom.xml)
---------------------------------------------------
Win32 Software Development Kit (version 3.51) [chungy]
Win32 Software Development Kit and Device Driver Kit (version 3.1) [chungy]
Windows NT 3.1 Service Pack 2 [chungy]
Windows NT 3.1 Service Pack 3 [chungy]
Windows NT 3.5 Service Pack 2 [chungy]
Windows NT 3.51 Service Pack 1 [chungy]
Windows NT 3.51 Service Pack 3 [chungy]
Windows NT 3.51 Service Pack 4 [chungy]
Windows NT Resource Kit (version 3.1) [chungy]
Windows NT Resource Kit (version 3.5) [chungy]
Windows NT Resource Kit (version 3.51) [chungy]
Windows NT Server Resource Kit (version 4.0) [chungy]
Windows NT Workstation Resource Kit (version 4.0) [chungy]

* hash/ibm5170_cdrom: add NT Option Pack

New working software list items (ibm5170_cdrom).xml
---------------------------------------------------
Windows NT 4.0 Option Pack [chungy]
2025-01-18 23:50:39 -05:00
hap
1bac2c13f2 dec8: make number of rombanks power-of-2 2025-01-18 19:37:51 +01:00
Roberto Fresca
713f906478 ICP-1 Roulette: Added instructions for setting the password
and booting the game with it.
2025-01-18 19:29:22 +01:00
hap
4b5a54fb4b micro3d: correct mcu type, re-add underclock hack, it was still crashing, just not specifically at the last stage,
mcs51: add some todo notes
2025-01-18 18:11:21 +01:00
cam900
819cbbf599
cpu/mcs51/mcs51.cpp: Implemented PES bit for DS5002FP. (#13224)
PES bit is peripheral enable select on bytewide bus.
2025-01-19 03:30:45 +11:00
Vincent-Halver
c5c18833c8
philips/mcd212.cpp: Fixed CD-i DYUV color format decoding. (#13127)
* The DYUV format incorrectly was too dark by 16/256.  This corrects a previously incorrect attempt to fix that issue.
* The DYUV format does not allow Mosaic features.
* The Transparency flag was left-shifted incorrectly.
2025-01-19 03:24:07 +11:00
cam900
c8926410d5
gottlieb/gottlieb.cpp: Moved sytems with LaserDisc players to a derived state class and cleaned up code. (#13211)
Suppress side effects for debugger reads, use more appropriate integer
types, made come variables const. reduced preprocessor macros.
2025-01-19 02:24:39 +11:00
David 'Foxhack' Silva
87a6e9bcb0
pc6001_cart.xml: Added two versions of Turpin (#13149)
New working software list items (pc6001_cart.xml)
------------------------------
Turpin (1982-10-12) [Mike Stedman]
Turpin (1983-01-29) [bsittler]
2025-01-19 02:16:28 +11:00
Märt Põder
e79f7c804f
ussr/juku.cpp: Use a memory view for switching memory mapping, added mouse and fixed timer. (#13205)
ussr/jukumouse.cpp: Emulated Juku mouse interface.
2025-01-19 02:03:55 +11:00
hap
7140d7d92f galaxold: remove no_cocktail flag for most games [Robbbert] 2025-01-18 11:40:11 +01:00
Ivan Vangelista
e0866584df New clones marked not working
-----------------------------
Batman Forever (Italian, 4.0, Sept. 26 1995, Display Rev. 4.00, earlier sound ROM) [Corrado Tomaselli]
Pentacup (rev. S) [Ken Sumrall, PinMAME]
2025-01-18 08:10:17 +01:00
AJR
6d60f631a5 leadsng2: Decrypt ROM and tentatively identify CPU architecture 2025-01-17 14:53:51 -05:00
hap
dfbcf4db84 mc68681,micro3d: small cleanup 2025-01-17 20:51:18 +01:00
Vas Crabb
d7492dd3cd Tidy up some stuff. 2025-01-18 06:46:02 +11:00
cam900
f7f3257411
edevices/edevices.cpp: Use device_gfx_interface to decode graphics, and cleaned up code. (#13221)
* edevices/mwarr.cpp: Simplified graphics ROM loading and decoding, reduced literal tags, improved member and ROM region names.
* edevices/stlforce.cpp: Simplified graphics ROM loading and decoding, removed unused code.
2025-01-18 06:23:53 +11:00
AJR
a0d086a67e tvgames/xavix_2002.cpp, vtech/vtech5303.cpp: Build fixes 2025-01-17 14:09:30 -05:00
mamehaze
d4ed4c401f
Dumped 11 systems (two working). (#13235)
* machine/generalplus_gpl16250soc_video.cpp: Treat DMA destination 0 sprite RAM to work around issue in jak_spmm.
* cpu/m6502: Use conventional call stack for SuperXaviX.
* super_tv_pc_cart.xml: Verified dump of Double Mouse Party.
* machine/spg_renderer.cpp: Fixed lower bit depth modes (added games use 6 bits per pixel modes).

New working systems
---------------------
Bandai Let's! TV Play Nou to Karada o Kitaeru Taikan Zunou Family Mattore (Japan) [David Haywood, Team Europe]
Takara / SSD Company LTD Webdiver DX W-05 Gladion (Japan) [David Haywood, TeamEurope]

New systems marked not working
--------------------------------
Bandai Let's! TV Play Digital Monster Battle Junction (Japan) [David Haywood, Team Europe]
Bandai / SSD Company LTD Let's! TV Play Narikiri Taikan Boukenger Hashire! Ute! Mission Start!! (Japan) [David Haywood, TeamEurope]
Bandai / SSD Company LTD Let's! TV Play Taikan Cast Off - Kamen Rider Kabuto Clock Up & Rider Kick!! (Japan) [David Haywood, TeamEurope]
Enter Tech Leadsinger II (LS-K2) [David Haywood, Sean Riddle]
Epoch / SSD Company LTD Doraemon Taikan Take-copter! Sora Tobu Daibouken (Japan) [David Haywood, TeamEurope]
Epoch / SSD Company LTD Ishikawa Ryou Excite Golf (Japan) [David Haywood, TeamEurope]
JAKKS Pacific Inc / Santa Cruz Games The Amazing Spider-Man and The Masked Menace (JAKKS Pacific TV Game) [David Haywood, TeamEurope]
Radica / FarSight Studios Connectv Real Swing Golf (set 2) [David Haywood, Sean Riddle]
WinFun TV Art Design Center [David Haywood, TeamEurope]
2025-01-18 06:03:09 +11:00
cam900
4832f653ea
dataeast/deco156_m.cpp: Updated comments and cleaned up code a little. (#13240)
* Updated source file names and system names in comments.
* Reduced variable scope, made some variables const, fixed tabulation.
2025-01-18 05:14:44 +11:00
ClawGrip
02ee19d3fd
vtech/vtech5303.cpp: Added a skeleton driver for the VTech Paw Patrol Learning Tablet. (#13236)
Internal CPU ROM is not dumped

New systems marked not working
------------------------------
Paw Patrol: The Movie Learning Tablet (Spanish) [ArcadeHacker]
2025-01-18 05:03:44 +11:00
Märt Põder
8a960d3525
juku.xml: Added JUKU E5104 system disks from 1988-1989. (#13217)
New working software list items (juku.xml)
-----------------------------
E5104 System Disks [Elektroonikamuuseum, Märt Põder]
EKTA Utilities Disk #4 [Elektroonikamuuseum, Märt Põder]
2025-01-18 04:17:46 +11:00
Paul-Arnold
32bcdcf706
bfm/bfcobra.cpp: Load Inquizitor attract mode ROM, and added alternate versions as clones. (#13196)
New clones marked not working
----------------------------
Inquizitor (V1.2, alt)
Inquizitor (V1.1)
2025-01-18 03:36:42 +11:00
Fabio D'Urso
835630cc7a
ef9345: implement service row for the TS9347 variant (#13225)
With this change, the minitel2 can correctly display its status
row at the top of the screen.
2025-01-17 09:43:18 -05:00
Mark Garlanger
08234042ac
heathzenith/h89.cpp: Update gpp handling for MMS FDC (#13226) 2025-01-17 09:40:32 -05:00
hap
f5622e67de nightmare: remove obsolete todo note, small cleanup 2025-01-17 15:11:46 +01:00
m1macrophage
16e752db69
alesis/midiverb.cpp: Adding "non-working" driver for midiverb. (#13238) 2025-01-17 14:01:54 +01:00
angelosa
6ce4178f79 misc/changyu.cpp: pinpoint CVSD sample ROMs for changyu 2025-01-17 12:08:13 +01:00
flama12333
e7b78bc374
misc/changyu.cpp: change year 19?? to 1991 for changyu2, pinpoint voice roms (#13234) 2025-01-17 11:49:12 +01:00
987123879113
4b221bbfce
cpu/drcbearm64.cpp: Fixed ADRP usage. (#13239)
ADRP output must always be an X register.
2025-01-17 21:45:37 +11:00
Roberto Fresca
8430afa2bc Break the parent/clone relationship between both big10 games.
They are very different games playing the same type of keno.
2025-01-17 00:17:26 +01:00
Roberto Fresca
0df6022122 Night Mare: According to the manual, button 1 is INK, button 2 is JUMP. 2025-01-16 23:47:17 +01:00
Roberto Fresca
9a5b59e273 lependu.cpp: Fix description in rom load. 2025-01-16 23:04:29 +01:00
Roberto Fresca
33a9979ef2 Merge branch 'master' of https://github.com/mamedev/mame 2025-01-16 22:58:44 +01:00
Roberto Fresca
03fd365300 lependu.cpp: Fix typo in input description. 2025-01-16 22:58:10 +01:00
hap
d1cbfd7909 gp9001: fix regression with vdpcount_r 2025-01-16 21:31:37 +01:00
hap
cf04431cb9 raizing_batrider: hook up z80 busrq pin 2025-01-16 21:16:01 +01:00
Ivan Vangelista
625f8df7a2 New working clones
------------------
Cherry Master I (E-Z Spin Hands Count bootleg / hack, set 1) [Ioannis Bampoulas]
Cherry Master I (E-Z Spin Hands Count bootleg / hack, set 2) [Ioannis Bampoulas]

New systems marked not working
------------------------------
Skill Chance (W-7, set 1) [Ioannis Bampoulas]

New clones marked not working
-----------------------------
Skill Chance (W-7, set 2) [Ioannis Bampoulas]
2025-01-16 18:29:57 +01:00
hap
f23ea9b467 4in1: fix explosion sound [Robbbert] 2025-01-16 18:26:33 +01:00
Vas Crabb
4621f74889 cpu/drcbearm64.cpp, src/drcbec.cpp: Fixed off-by-one errors in map variable handling. 2025-01-17 03:49:28 +11:00
angelosa
8954c5fd89 amiga/agnus_copper.cpp: calculate cycles remainders on end of scanlines 2025-01-16 16:00:31 +01:00
Vas Crabb
375877823c Slight DRC code generation optimisation:
cpu/drcbex64.cpp: Consider a RIP-relative LEA for generating 64-bit
values (7-byte instruction versus a 10-byte MOV instruction).  Seems to
work pretty well for heap pointers.

cpu/drcbearm64.cpp: Changed the near cache base pointer offset from 0x80
to 0x100.  The value 0x80 was copied from the x86-64 back-end where it
was choses to allow an 8-bit signed displacement to reach as much of the
top of the near cache as possible.  However, AArch64 use 9-bit signed
displacements, so a quarter of the range was being wasted.

cpu/drcbearm64.cpp: Consider an adrp/add sequence for generating
immediate values as well as memory references.
2025-01-17 00:46:34 +11:00
hap
12c491b13f drivfrcg: fix crash sound [Robbbert],
superbikg: don't mark game as bootleg, rom contents looks original, can't judge bootleg from overall pcb quality of a conversion kit
2025-01-16 14:36:36 +01:00
Patrick Mackinlay
d30cf2cb87 mg1: improve to mostly-working state
* add hardware cursor emulation
* complete mouse emulation
* add iop vblank input
* fix iop to cpu interrupt
2025-01-16 16:23:13 +07:00
Roberto Fresca
fd6d7c0f00 Code Magik / Super 7: Added game and technical notes. 2025-01-16 03:34:48 +01:00