Commit Graph

92027 Commits

Author SHA1 Message Date
ClawGrip
89d824e79f
pinball/recel.cpp: Use a "Poker Plus" ROM dump known to work on hardware. (#13001) [Recreativas.org] 2024-11-23 03:38:09 +11:00
cam900
d86cb432ad
konami/aliens.cpp: Simplified palette RAM banking. (#13006)
* Use a single mapping for main work RAM.
* Explicitly disable palette access on start.
2024-11-23 03:05:55 +11:00
cam900
b5256e0f19
konami/blockhl.cpp: Simplified palette RAM banking. (#13005)
* Use a single mapping for main work RAM.
* Got rid of a literal tag.
2024-11-23 03:03:26 +11:00
arbee
aa69d88889 nscsi/cd.cpp: Support ZuluSCSI/BlueSCSI Toolbox commands for uploading and downloading files to the MAME share_directory. [R. Belmont]
* CD switching commands are not (yet) supported but may be in the future.
2024-11-22 08:14:18 -05:00
hap
17b3361291 chanbara: re-add ym2203 read for now,
airraid: lower quantum after z80 rewrite
2024-11-22 11:31:03 +01:00
smf-
f789663244 fixed ROM_COPY to use a relative region name, so it can be used in a device. [smf] 2024-11-22 07:40:37 +00:00
smf-
3e388b7da7 Align Point Blank 2, Gunbarl & Ghoul Panic light guns to current PlayStation visible area. [smf] 2024-11-22 07:40:37 +00:00
Ivan Vangelista
943cae6e0a irem/m72.cpp: dumped MCU for nspirit [Darksoft, Team Europe, TonitoXArcade] 2024-11-22 07:24:44 +01:00
AJR
381080970e rendersw.hxx: Fix bad use of u32 reference type in 1c50756b3a 2024-11-21 21:28:32 -05:00
hap
4105641349 enigma2: fix off by 1 error from prev commit 2024-11-22 02:54:26 +01:00
Vas Crabb
bb305af46e emu/rendersw.hxx: Get rid of obsolete overly specific blend function. 2024-11-22 12:46:57 +11:00
Vas Crabb
1c50756b3a emu/rendersw.hxx: Support RGB multiply blending with 16bpp textures. 2024-11-22 12:44:13 +11:00
hap
1b9c531f20 enigma2: increase audiocpu interrupt frequency 2024-11-22 02:09:45 +01:00
hap
366aaf99a9 chanbara: no need to check attr & 0x08 2024-11-21 23:55:13 +01:00
hap
e5c0f78931 chanbara: fix cocktail mode and garbage sprites, assume ym2203 read is unconnected, small cleanup 2024-11-21 23:12:17 +01:00
Ivan Vangelista
9e18cb128e New systems marked not working
------------------------------
Mite Shinzeyou [Hammy]

New working clones
------------------
Wonder Boy - Monster Land (English bootleg set 4) [Hammy]
2024-11-21 17:47:39 +01:00
AJR
c6cbcfc57b nightmare: Set joysticks to 4-way 2024-11-21 09:22:06 -05:00
AJR
5fd88f03f2 efo_sound3: Improve propagation of data from latch to speech synthesizer
* tms5220: Further logging refinements
2024-11-21 09:10:07 -05:00
AJR
297294d734 vg5k.xml: Metadata updates
- Add author and serial fields to numerous titles
- Add missing diacritics to titles
- Miscellaneous title/publisher corrections
2024-11-21 07:19:37 -05:00
hap
d9b7bb7466 mspacman: add side_effects check to dynamic bankswitch 2024-11-21 12:41:15 +01:00
hap
cdc5b7fc98 mustache: refresh flipscreen like travrusa/dogfgt, small cleanups 2024-11-21 12:20:44 +01:00
Patrick Mackinlay
959ed9664e tp880v: added Tadpole Technology TP880V VME single-board computer [Plamen Mihaylov] 2024-11-21 16:55:31 +07:00
arbee
25dc6e8aad Fix merge conflict from last commit. [R. Belmont] 2024-11-21 00:03:28 -05:00
arbee
fa3b85ff8e New machines added as WORKING
-----------------------------
Chusenoh [Hammy, R. Belmont]
2024-11-20 22:49:23 -05:00
AJR
73fada10d6 sc3000: Make "Reset" a non-keyboard-type input to prevent MAME from making a separate one-button keyboard out of it 2024-11-20 22:35:50 -05:00
AJR
58e6953fe1 nightmare: Cocktail mode appears to be working 2024-11-20 22:09:47 -05:00
AJR
261b9ece76 nightmare: Remove "nightmarea" set (different IC1 ROM is just a bad dump) 2024-11-20 21:57:54 -05:00
AJR
e3907cb697 vt_dsk: Restore the newer bitstream generator, except for the part that was actually broken 2024-11-20 19:18:27 -05:00
AJR
35d7c11f91 vt_dsk: Regression fixes for loading and saving both disk formats
- Remember to put in a flux change at the start of each bit
- Revert flux_to_image bitstream generator to as it was before 08f28cee11 (new version simply didn't work)
2024-11-20 18:32:14 -05:00
hap
91f5246705 seicross: add cocktail mode (flip screen),
ay8910: pass outputs high-impedance state with mem_mask
2024-11-20 20:58:56 +01:00
Vas Crabb
052d4facce Tidy some recent changes. 2024-11-21 06:28:49 +11:00
angelosa
3c2e6aa2e5 hash: move fm77av:dsenraku to base fm7_disk 2024-11-20 20:02:42 +01:00
angelosa
0e1b1e98c6 hash: standardize Okumanchouja spelling 2024-11-20 20:02:41 +01:00
cam900
8462d66f4d
fuuki/fuukitmap.cpp: Extracted common tilemap handling from fuukifg2.cpp and fuukifg3.cpp. (#12981)
fuuki/fuukispr.cpp: Use generic graphics decoding layout, improve naming (it just emulates sprite hardware).
2024-11-21 05:51:52 +11:00
holub
a3151fd89a
sinclair/byte.cpp: Moved PEVM Byte to a separate source file and improed emulation. (#12973)
Added KR580VI53 sound, keyboard mapping and ROM management.
2024-11-21 05:35:06 +11:00
Ivan Vangelista
55e7a3ae7d New working clones
------------------
Janyou Part II (ver 7.03, July 1 1983, no title screen) [Hammy]
New Double Bet Mahjong (bootleg of Royal Mahjong, set 2) [Hammy]
2024-11-20 17:17:05 +01:00
hap
f1a25f2e58 dogfgt: add dipswitch locations, no need for logmacro for warning messages 2024-11-20 17:02:22 +01:00
hap
e80968ded3 radradj: mark color proms as bad dump 2024-11-20 17:02:22 +01:00
hap
f67f48b510 travrusa: make sure to refresh flipscreen when changing the dsw 2024-11-20 17:02:22 +01:00
Ivan Vangelista
9ead16d0b7 New systems marked not working
------------------------------
Chibi Maruko-chan - Wanage de Asobo! [Darksoft, TeamEurope]
Crayon Shin-chan - Arashi o Yobu! Sushitori Daigassen [Darksoft, TeamEurope]
Dragon Ball Z - Bucchigiri no Chou Kessen [Darksoft, TeamEurope]
Dragon Mahjong (Ver 1.20) [Hammy]
Ginga Yakyu [Darksoft, TeamEurope]
Satoyama Grand Prix [Darksoft, TeamEurope]
unknown Banpresto medal game [Darksoft, TeamEurope]
Youkai VS Uchuujin [Darksoft, TeamEurope]
Yujo Gattai Shishigami-o [Darksoft, TeamEurope]
Zoids [Darksoft, TeamEurope]

New working clones
------------------
Big 10 (1986, System Make) [Hammy]
Falcons Wild - World Wide Poker (Falcon original) [Hammy]
Super Crowns Golf (Japan, set 2) [Hammy]

- midway/midvunit.cpp, midway/seattle.cpp, midway/vegas.cpp: dumped PICs for crusnwld, calspeed, blitz, blitz2k, roadburn [Darksoft, Hammy]

- sega/model2.cpp: redumped texture ROM for hotdp [Colin Davis]
2024-11-20 16:21:09 +01:00
AJR
c561ea2a73 formats/all.cpp: Fix typo that excluded VTech disk formats from floptool 2024-11-20 09:16:28 -05:00
angelosa
4dd1a69bba isa/sb16.cpp: fix incorrect OPL3 range, add quick mixer placeholder so that it returns irq/dma settings 2024-11-20 11:25:19 +01:00
angelosa
b6c977b29b hash/pc98.xml: fix okumanc3 release year 2024-11-20 11:25:19 +01:00
Patrick Mackinlay
6fbd393cca scsicd512: disambiguate Toshiba XM3301 naming 2024-11-20 16:26:17 +07:00
AJR
a72c6ab3c1 nightmare, cerberup, spain82: Add emulation of Sound-3 speech synthesizer board
* nightmare: Add coin counters
2024-11-19 19:25:34 -05:00
AJR
f4a50aa850 cdp1852: Fixes and enhancements
- Fix clock write handler
- Add write handler for automatically clocking 8-bit data into input-mode latch
- Add line read handler for SR output
2024-11-19 19:17:35 -05:00
hap
9aa8a793f9 seicross: z80/mcu are 3.072mhz afterall, add mcu waitstates,
nsc8105: small tweak to opcode cycles
2024-11-20 00:51:07 +01:00
hap
7784bb5ad6 dogfgt: determine screen refresh rate from pcb video, small cleanup 2024-11-20 00:51:07 +01:00
goldnchild
a249584c49
cpu/lh5801: Don't add PC value twice when disassembling relative addressing modes. (#12999) 2024-11-20 04:32:21 +11:00
cam900
0adfebca38
kaneko/kaneko_spr.cpp, kaneko/kaneko_tmap.cpp: Use generic graphics decoding layouts. (#12985)
Also removed unnecessary object finders, and use bool rather than int for Boolean variables.
2024-11-20 04:25:40 +11:00