Commit Graph

93095 Commits

Author SHA1 Message Date
Nigel Barnes
447ebb792f bus/electron: Use VCS slot device for First Byte, Power, Wizard, and ElkSD128 joystick interfaces. 2025-02-17 21:48:18 +00:00
Nigel Barnes
4c9820e8ab bus/bbc/rom/genie: Genie is now formatted on first use.
- Removed ram/nvram allocations from softlist entry.
2025-02-17 21:48:18 +00:00
smf-
99eef83e3b Attempt at implementing unit attention how software needs it to be rather than any standards & removed ATAPI_FIXED_CDROM & ATAPI_FIXED_DVDROM. [smf] 2025-02-17 21:01:42 +00:00
smf-
e5609acf4b rename Mawasunda!! chd to match label [smf] 2025-02-17 21:01:42 +00:00
smf-
62ebec6f4b ATAPI: store sense key in ATA error register. [smf] 2025-02-17 21:01:41 +00:00
smf-
c1e436b4ca Fix for recent regression in Tropical Chance booting & Psyvariar -Revision- save settings since commit 6a938d5630, by reverting to ignoring writes when BSY flag is set [smf] 2025-02-17 21:01:41 +00:00
smf-
38cec4b207 Fix for Tropical Chance booting since 0e5c892ac1 by setting the correct media type, add support for mode sense dbd flag & mode select shouldn't use the length in the header [smf] 2025-02-17 21:01:41 +00:00
smf-
2da4323fd0 Fixed recent regression in Pocket Racer in commit f197c5c321 by decreasing SPU DMA delay [smf] 2025-02-17 21:01:41 +00:00
angelosa
733f24e153 pci/zr36057.cpp: add SAA7110A stub 2025-02-17 21:10:19 +01:00
angelosa
f043eee858 mame/pc: hookup photo_cd SW list on ct486 and pcipc 2025-02-17 21:10:19 +01:00
angelosa
9a50876b91 sega/dccons.cpp: SW list notes 2025-02-17 21:10:19 +01:00
hap
5bdc151577 eswat: there is no dash between e and swat 2025-02-17 20:56:15 +01:00
hap
0b0e00a840 swat: cherry pick 4-way joystick from https://github.com/mamedev/mame/pull/12449 [Greg Kennedy] 2025-02-17 20:43:45 +01:00
Felipe Corrêa da Silva Sanches
2905f85348
cpu/tlcs900: Added the TMP94C241 variant (used by the Technics SX-KN5000). (#13220)
matsushita/kn5000.cpp: Use TMP94C241 CPU, hooked up I/O to onboard CPU peripherals.
2025-02-18 06:06:48 +11:00
Vas Crabb
803b85fb0f nichibutsu.nbmj9195.cpp: Use the same DIP switch settings for koinomp and patimono.
Also added setting names from the manual in comments and noted an issue
with the in-game music setting affecting both games.
2025-02-18 05:21:59 +11:00
hap
3b8558585e bmcbowl: tweak some of the sound clocks 2025-02-17 18:46:47 +01:00
hap
830461fad8 wwfsstar: remove old changelog and note about scrolling (it's same as pcb), remove scrollregs trampoline, remove obsolete vblank hack, fix palette oob access 2025-02-17 17:10:03 +01:00
hap
0fc72cee0c chessmst: update notes 2025-02-17 14:55:55 +01:00
cam900
9ceeaadbd3
taito/taitojc.cpp: Fix character RAM size (#13379) 2025-02-17 14:06:47 +01:00
AJR
7b07d590ec bus/isa/isa_cards.cpp: Categorize storage devices in comments
* machine/spg110_video.cpp: Fix trailing space
2025-02-16 19:05:48 -05:00
algestam
e27434a3a1
kchqflag: Increase white svg background to avoid black border (#13377) 2025-02-17 00:33:57 +01:00
Nigel Barnes
e45679e227 video/saa5240.cpp: Decode national character sets.
- Cursor rendered when enabled.
- Implemented clear memory register.
- Only acknowledge correct I2C device Id.
2025-02-16 21:41:08 +00:00
Nigel Barnes
e7ed19e2da New clones marked not working
-----------------------------
Acorn V20 (Development) [anonymous]

ar225: Improved default CMOS configuration.
2025-02-16 21:41:07 +00:00
Vas Crabb
7b24493c42 -psx.xml: Added Japanese title for Cheesy.
-taito/taitojc_v.cpp: Fixed my dumb build error.

-sfrj/pmp11.cpp: Put all the addressing stuff at the beginning of the line.
2025-02-17 07:05:18 +11:00
cam900
1c139c5a60
taito/taitojc.cpp, taito/taitopjc.cpp, taito/tc0780fpa.cpp: Cleaned up code and fixed some issues: (#13344)
* Suppress side effects for debugger reads.
* Use memory shares or dynamically allocate larger arrays on start.
* Use explicitly sized types for member variables that need to be saved, added missing variables to save states.
* Use palette format helpers.
* Reduced literal tags, run-time tag lookups, duplicated code, unnecessary variables and preprocessor macros.
* taito/taitojc.cpp: Moved Densha de Go! games to a derived state class with the train controller support.
* taito/taitopjc.cpp: Fixed tile count, use logmacro.h helpers for logging.
* taito/tc0780fpa.cpp: Allocate bitmap storage on start but not the bitmaps themselves.
2025-02-17 07:00:03 +11:00
cam900
9a282c79fd
taito/taito_f2.cpp, taito/tc0280grd.cpp: Cleaned up code: (#13345)
* Moved some games with hardware differences to derived state classes.
* Fixed mahjong key matrix reading.
* Fixed mono sound output routing for Drive Out bootleg.
* Suppress side effects for debugger reads, use explicitly sized types for member variables that need to be saved.
* Reduced literal tags and duplicated code.
* Made TC0280GRW a separate device.
2025-02-17 06:37:50 +11:00
cam900
b7e7c40c43
taito/taito_b.cpp, taito/tc0180vcu.cpp: Cleaned up code: (#13355)
* Changed from 12-bit to 15-bit palette format.
* Moved audio CPU memory bank configuration to start, eliminating driver init function.
* Changed Silent Dragon sound chip to YM2610B as seen on PCB photos.
* Moved Rambo III to a derived state class, fixed crash reading trackball input in rambo3p.
* Allocate bitmap storage on start but not the bitmap itself, reduced literal tags.
2025-02-17 06:18:18 +11:00
ClawGrip
a4f09c3ffe
vtech/magibook.cpp: Dumped the external ROM for the Spanish VTech MagiBook. (#13320)
New systems marked not working
------------------------------
VTech MagiBook (Spanish) [ArcadeHacker]
2025-02-17 05:51:05 +11:00
holub
ab36719958
sinclair/sprinter.cpp: Add onboard media devices before adding slots to make media options less unstable. (#13373)
Also adjusted default mouse axis sensitivity.
2025-02-17 05:43:39 +11:00
cam900
8b6aa56080
taito/wyvernf0.cpp: Cleaned up code: (#13357)
* Use memory share creator to allocate banked RAM.
* Use explicitly sized types for member variables that need to be saved.
* Reduced literal tags and run-time tag lookups.
* Reduced redundant code and unnecessary variables.
2025-02-17 04:54:04 +11:00
Miodrag Milanovic
344298890c New systems marked not working
------------------------------
PMP-11 [Računalniški muzej]
2025-02-16 18:51:04 +01:00
Nigel Barnes
8d043f0f09 bus/archimedes/podule/laserd.cpp: Added earlier LBP-4 2.01 ROM. 2025-02-16 17:27:34 +00:00
Nigel Barnes
5ba9e41e05 New working software list additions
-----------------------------------
bbc_rom: Assembler Extension ROM 1.12, Integra-B OS 1.21, Integra-B OS 1.22, Integra-B OS 1.23,
  Integra-B OS 1.24, IEEE 1.91, IEEE 1.96, Matrix 1.06, MCL 1.6, Maths Extension ROM 1.05,
  RAMDisc 1.04,  Micro Club 32K Shadow Ram 1.00, TTX2000B 1.12, The UtilRom 2.0, The UtilRom 2.3,
  Viglen DSDFS 1.00, VT Clock 1.0 [Nigel Barnes]

New NOT_WORKING software list additions
---------------------------------------
bbc_rom: EURO-Beeb Terminal 4.14, Lambda 7 Spectrophotometer Simulation 1.23 [Nigel Barnes]
2025-02-16 17:27:34 +00:00
Dirk Best
31323a61a4 dmac: Add support for Rev. 2 2025-02-16 17:42:31 +01:00
algestam
00a4fdec5d
New working clone added (#13371)
----------
Chequered Flag (Konami handheld) [algestam]
2025-02-16 17:40:24 +01:00
m1macrophage
2183610e0b
oberheim/dmx.cpp: Removed imperfect_sound, reported tape as unemulated. (#13370) 2025-02-16 09:45:00 -05:00
angelosa
0b1d815933 pci/zr36057.cpp: sort out header notes 2025-02-16 14:17:01 +01:00
angelosa
f0e8440a01 pci/z36057.cpp: implement enough to make it reach i2c negotiations 2025-02-16 11:50:45 +01:00
angelosa
42399d1169 New software list items marked not working
------------------------------------------
ibm5170_cdrom: miroVIDEO Studio DC10 Plus [archive.org]
2025-02-16 11:44:42 +01:00
angelosa
84c8c566b1 misc/sliver.cpp: minor cleanups, add some notes 2025-02-15 19:48:23 +01:00
angelosa
cb98157c46 video/pc_vga_cirrus.cpp: rectify linear addressing enable, fix regression with mtouchxl and SDD 2025-02-15 18:16:57 +01:00
ClawGrip
cf4c8d1f6f
Fix copyright swap by mistake on IBM terminal drivers (#13368)
* ibm/ibm3153.cpp: Restore copyright

* ibm/ibm3477.cpp: Remove copyright
2025-02-15 11:42:48 -05:00
Vas Crabb
fc9598d1fc cpu/sh: Fixed order of operands in disassembly of MAC.L (fixes MT09114). 2025-02-16 03:29:45 +11:00
m1macrophage
66822c511b
oberheim/dmx.cpp: Added metronome and other audio improvements. (#13367)
* Emulating metronome, including mixing with the rest of the voices.
* Emulating the RC HPFs for each voice and for the metronome.
* Using component values from electrongate.
2025-02-15 13:38:16 +01:00
ClawGrip
412b223084
Add a skeleton driver for IBM InfoWindow 3477 (#13332)
New systems marked not working
------------------------------
IBM InfoWindow 3477 [OldComputers ES]
2025-02-14 21:53:01 -05:00
ArcadeShadow
95eb534b5d
psx.xml: Added 12 working items + 4 redumped items (#13347)
New working software list additions
--------------------------------------------
16 Tales 1 (USA) [Redump]
2Xtreme (Europe) [Redump]
3Xtreme (USA, demo) [Redump]
3D Lemmings (Europe) [Redump]
3D Lemmings (Japan) [Redump]
4-4-2 Soccer (Europe) [Redump]
40 Winks (Europe) [Redump]
40 Winks (Europe, demo) [Redump]
40 Winks (Italy) [Redump]
40 Winks (Spain) [Redump]
Cheesy (Europe) [Redump]
Cheesy (Japan) [Redump]

Redumped software list items
--------------------------------------------
2Xtreme (USA) [Redump]
3Xtreme (USA) [Redump]
3D Lemmings (USA) [Redump]
40 Winks (USA) [Redump]
2025-02-14 21:51:36 -05:00
ClawGrip
0c5b6ad9a5
atari/sprint2.cpp: Add a Sprint 2 bootleg set (#13360)
New working clones
------------------
Sprint 2 (bootleg) [Victor Fernandez (City Game)]
2025-02-14 21:50:05 -05:00
Roberto Fresca
f36f67c09f Video Poker (v1403): Fixed the sound bug trigger at boot. [Grull Osgo] 2025-02-14 03:49:23 +01:00
Roberto Fresca
e26fabe9dc fortune1.cpp: missing a CR to get the brackets aligned... 2025-02-14 02:52:36 +01:00
Roberto Fresca
9d3140d906 Big improvements to Video Poker / Fortune I driver. [Roberto Fresca, Grull Osgo]
- Changed driver name to fortune1.cpp, being the most significative hardware.
 - Hooked mechanical counters to all games.
 - Added hopper support to all games.
 - Changed the parent/clone relationships.
 - Hooked the new CPU and therefore all the functions.
 - Added NVRAM support to the MSC51 family.
 - Worked the 8155 connections.
 - New set of inputs for bpoker.
 - Added support of DS1215 timekeeper to the new platform.
 - Added watchdog support.
 - Promoted Video Poker (v1403) to working.
 - Fix some wrong connections on the layouts.
 - Fixed some buggy sounds.
 - New realistic button-lamps layout for Video Poker and Fortune1.
 - New realistic button-lamps layout for Baby Poker and Video Poker (v1403).
 - New realistic button-lamps layout for Black Jack (Interflip).
 - New realistic button-lamps layout for Video Dado.
 - New realistic button-lamps layout for Baby Dado.
 - New realistic button-lamps layout for Video Cordoba.
 - Documented the Fortune 1 paytable.
 - Added technical notes about all the three platforms.

Systems promoted to working
---------------------------
Video Poker (v1403) [Roberto Fresca, Grull Osgo]
2025-02-14 01:21:00 +01:00