Commit Graph

92056 Commits

Author SHA1 Message Date
hap
135d83ea3e k007420: apply same sprite code mask fix as with k007121 2024-11-24 06:40:03 +01:00
Ivan Vangelista
9feddc7241 cvs/quasar.cpp: fixed MT08973 2024-11-24 06:28:58 +01:00
cam900
4b43ab51c0
toaplan/mjsister.cpp: Cleaned up code: (#13012)
* Reduced literal tag usage and runtime tag lookups.
* Make some variables constant, reduced preprocessor macros.
* Use more appropriate types for some variables.
2024-11-24 16:01:46 +11:00
AJR
5a35713dd5 sc3000_cart.xml: Add extra 2K of RAM to BASIC Level 2 cartridge 2024-11-23 23:51:20 -05:00
Andre Zeps
904d27ff43
cdicdic: Fix restarting audio map after stopping it (MT #8833) (#12988) 2024-11-23 23:47:14 -05:00
hap
3feda58639 k007121: no need for is_flakatck param,
labyrunr: correct sprite layer priority bit
2024-11-24 03:43:33 +01:00
hap
f23b72a46d labyrunr: fix tile/sprite priorities regression 2024-11-24 02:09:20 +01:00
hap
350d81d19a k007121: correct 32x32 sprite code mask 2024-11-24 00:43:43 +01:00
AJR
a7fc1e3a66 sega/sg1000.cpp: Revert speculative change 2024-11-23 18:32:04 -05:00
AJR
539a73766b sega/sg1000.cpp: Eliminate ram_device 2024-11-23 18:27:33 -05:00
AJR
2080595572 romcmp: Print error message when decompression fails 2024-11-23 18:08:39 -05:00
ClawGrip
1f426c18a8
misc/compucranes.cpp: Fix hash for 'mastcranea' program ROM (#13011) 2024-11-23 18:00:09 -05:00
David Hunter
83d0d98289
scv: Implement video register 0 bit 2: hide sprites 64-127 (#13010)
Two games -- Kung Fu Road and Super Golf -- set this bit to hide half of the sprites.

This replaces the "screen_sprite_start_line" hack, which only worked on Kung Fu Road.
2024-11-23 17:59:56 -05:00
hap
63bb767841 gotcha: remove audiocpu nmi (unknown purpose, causes music bug), and merge driver 2024-11-23 22:50:03 +01:00
Vas Crabb
33ac86eb96 Fixed build, corrected a few more #include guards. 2024-11-24 04:42:57 +11:00
hap
8a3e440d9c quasar: set VIDEO_ALWAYS_UPDATE because of collision flag in screen update 2024-11-23 18:38:23 +01:00
Vas Crabb
146c0b9191 srcclean and cleanup
Started fixing #include guards that don't match the file path.  There
are still plenty more in src/devices, but it's a start.  When there are
none left in src/devices and src/mame, a CI task can be added to catch
them.
2024-11-24 03:52:26 +11:00
AJR
7b8072ce88 bus/cbus/sb16_ct2720.cpp: Fix clang error: lambda capture 'this' is not used [-Werror,-Wunused-lambda-capture] 2024-11-23 10:10:15 -05:00
angelosa
024f4305b4 isa/sb16: move mixer implementation to own ct1745 device 2024-11-23 16:00:01 +01:00
angelosa
e34f3fd430 sound/xt446.h: add missing #pragma once 2024-11-23 16:00:01 +01:00
angelosa
c2bc7db28d hash/ibm5170_cdrom.xml: sb16 is a clone of sb16cd, move zorknem to the games section 2024-11-23 16:00:01 +01:00
hap
f74f96410f redbaron: change nosedive sound to noteslide down instead of noteslide up 2024-11-23 12:16:37 +01:00
Ivan Vangelista
1583c99b47 - dynax/dynax.cpp: dumped PALs for cdracula [f205v]
- namco/namcos23.cpp: corrected hashes for crszonev2b [sjy96525]
2024-11-23 08:23:06 +01:00
AJR
c4928e9755 mo5_cass.xml, to7_cass.xml: Fix validation errors 2024-11-22 23:53:29 -05:00
hap
cfa3319afc sshot: correct cpu clock and fix gunchamps gun inputs
Clones promoted to working
--------------------------
Gun Champ (newer, Super Shot hardware) [hap]
2024-11-23 02:17:59 +01:00
Vas Crabb
f16cd0249f emu/romload.cpp: Resolve tags for ROM_COPY relative to current device properly.
Tags can contain multiple colon-separated parts.  Also, we really don't
need tag manipulation code proliferating throughout the codebase.
2024-11-23 11:41:56 +11:00
AJR
1fb44f967b mo5_cass.xml, mo6_cass.xml, to7_cass.xml, to8_cass.xml: Metadata updates
- Add "author" and "serial" info to numerous entries
- Add diacritics to titles and some subtitles from boxes
- Add "notice" info to most Loriciels and Microids games
- Add "usage" info to MO5 and MO6 cassettes that need special loading procedures
- Correct a few publishers
- Note presence of loader hacks in mo5_cass.xml and mo6_cass.xml
- Note some sets that should be combined or split later
2024-11-22 17:26:13 -05:00
hap
a6a4997dc3 zodiack: use 2 separate soundlatches instead of a shared one, decrease sound nmi frequency for dogfight 2024-11-22 20:03:52 +01:00
AJR
f46efbf607 ukiyobox: Use more literal set name 2024-11-22 12:52:22 -05:00
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