Commit Graph

83604 Commits

Author SHA1 Message Date
eientei95
ac968b3636
matic/barata.cpp: Restored proper company name. (#10019) 2022-07-02 20:09:23 +10:00
hap
473f38f376 source org: move cdi to philips folder 2022-07-02 11:57:22 +02:00
AJR
21c3c10564 Seta X1-001 sprite device cleanup
- Use 16-bit pointer for sprite RAM storage (despite some systems only having 8-bit CPUs)
- Rename device and move to src/devices
- Clean up variable naming in associated drivers
- neobattl: Add DIP switch locations
- krzybowl: Reduce clocks to match known XTAL value
2022-07-01 23:14:45 -04:00
hap
388d6c34b2 misc konami: update previous nmi commit 2022-07-01 23:56:40 +02:00
hap
2eb6b3556f asterix,parodius,rollerg,vendetta: update sound nmi implementation
asterix: remove dead code
2022-07-01 22:51:13 +02:00
Vas Crabb
6176c84768 Added CI job to check for likely mame.lst errors. 2022-07-02 04:57:25 +10:00
hap
4a5196149b virtual.flt: quotation marks for *.cpp filter 2022-07-01 20:21:12 +02:00
hap
d5aed1fbd2 plygonet: update note about quantum 2022-07-01 20:19:45 +02:00
Vas Crabb
df65b00ed4 plugins/data: Fixed story.dat errors; virtual.flt: Use glob pattern. 2022-07-02 03:11:23 +10:00
hap
5a5f220698 simpsons: fix sound problems after soft reset 2022-07-01 18:37:45 +02:00
goldnchild
8d3f76a569
nld_dm9314.cpp: add RS mode to netlist 9314 (#10016) 2022-07-01 18:03:47 +02:00
goldnchild
a840e199e5
gtrak10: working racetrack, car graphics, added test controls and coi… (#10013)
* gtrak10: working racetrack, car graphics, added test controls and coin/start switches

* gtrak10: added 555 countdown timer
2022-07-01 18:01:02 +02:00
Olivier Galibert
96e24fc56b There is only one Sega 2022-07-01 17:44:39 +02:00
Ivan Vangelista
7942dd4e9e New working clones
------------------
Super Marukin-Ban (Japan 911128) [system11, porchy]
2022-07-01 17:37:44 +02:00
Ivan Vangelista
4c78ba8ddd - f1gp.cpp: redumped f1gpb [Jorge Silva]
- m72.cpp: dumped pal for airduelm72 [Team Europe, porchy]
2022-07-01 17:18:15 +02:00
Ivan Vangelista
5d613064bd New machines marked as NOT_WORKING
----------------------------------
Puzz Ball (Japan, PZB1 Ver.A) [buffi]
unknown Namco System 10 medal game (unknown code) [buffi]

New clones marked as NOT_WORKING
--------------------------------
Varth: Operation Thunderstorm (bootleg, set 3) [Jorge Silva]
2022-07-01 17:13:18 +02:00
hap
1b027254cc source org: remove obsolete prefix from bandai_design_master filename 2022-07-01 16:24:38 +02:00
Olivier Galibert
2e8c8a3792 Move avgdvg into devices 2022-07-01 16:23:31 +02:00
hap
3fabe3be35 source org: remove specialsound.* from shared folder 2022-07-01 16:21:48 +02:00
Olivier Galibert
5b82686dc1 Put apple2 arcade derivative in apple 2022-07-01 16:11:04 +02:00
hap
355baa6f38 mess.flt: fix compile 2022-07-01 15:49:00 +02:00
Vas Crabb
4b66663afb Allow leaving off the src/<target>/ prefix in SOURCES= 2022-07-01 23:19:10 +10:00
Vas Crabb
f04d9d605c Assume any src/<target>/* folder containing C++ source is a project. Only 'shared' is special-cased. 2022-07-01 22:55:52 +10:00
hap
81727a9409 source org: let's merge the pc folders, also remove misc_ from chess/handheld because i can't make up my mind 2022-07-01 14:18:03 +02:00
hap
4f9257db5f lviv: change 'company' name 2022-07-01 13:30:12 +02:00
Olivier Galibert
1271b8eb74 Change sssr to the more known ussr 2022-07-01 12:47:05 +02:00
Vas Crabb
4d835afaa0 docs: Fixed another missing word. [Robbbert] 2022-07-01 18:17:25 +10:00
Vas Crabb
8b33a4c56d docs: I accidentally a word on the internet (fixed missing word in Visual Studio compiling notes). 2022-07-01 18:10:15 +10:00
Vas Crabb
8d4bbaddd4 docs: Added notes about issues building MAME with Visual Studio 2022-07-01 17:55:49 +10:00
Miodrag Milanovic
1bf5abd693 Moving "special" to "sssr" 2022-07-01 09:49:04 +02:00
Vas Crabb
875ee33542 emu: Fixed issues with memory views and snapshot naming.
Include device tag in memory view save item registration names.  Without
this, instantiating two of the same device (or two devices with
identically named memory views) causes a fatal error on start.

Fixed -aviwrite/-mngwrite with -snapview native more than two screens.
Previously it would attempt to use the same file name for all screens
but the first.

Improved naming of snapshots, especially when using -snapview native
with -aviwrite/-mngwrite (see GitHub #10005).  The automatically
included screen number should come before the extension if supplied.
Also, assume that users actually know what they’re doing if they include
a dot in a snapshot filename pattern.
2022-07-01 15:47:17 +10:00
Ivan Vangelista
08e728c765 seta.cpp: redumped blockcar's sound ROM [caius] 2022-07-01 04:20:17 +02:00
hap
a440615091 source org: latin letters for cccp 2022-07-01 00:06:24 +02:00
AJR
59507ad876 ksys573.cpp: Fix typo 2022-06-30 18:01:42 -04:00
Vas Crabb
0d0afa21e2 Fixed a dumb typo in CI workflow and made task name shorter 2022-07-01 07:47:33 +10:00
James Wallace
ed27efc34c
barcrest/mpu4*: Refactoring and functionality additions. (#10002)
* Added the ability to override the lamp current checks (will fix Lamp Drive errors) - Connect4 no longer requires a lamping hack.
* Replaced data logger with serial loopback for systems that expect this.
2022-07-01 07:43:47 +10:00
Vas Crabb
1a79bbb5e7 Added GitHub actions workflow to build bgfx shaders and upload as an artefact. 2022-07-01 07:13:44 +10:00
Vas Crabb
3f2cd1fbd0 ksys574.cpp: Save additional DDR stage state members. 2022-07-01 07:01:41 +10:00
Vas Crabb
80f3318e7c konami/ksys573.cpp: Untangled some stuff from the base state (should address the issue #8890 attempts to solve). 2022-07-01 06:58:38 +10:00
AJR
8e4448db8b xsleena: Revert audio CPU clock change that broke sound 2022-06-30 15:09:11 -04:00
Michael D
72656dab1a
sgi_mips: add some more missing discs from archive.org (#9651)
New working software list additions
-----------------------------------
O2 Out of Box Experience [archive.org]
O2 Out of Box Experience 2.2 [archive.org]
OCTANE Demos 1.3 and OCTANE2 Demos 1.0 for IRIX 6.5.9 and later [archive.org]
IO4 PROM and flashio Patches [archive.org]
Octane2 VPro Patches 3927 for 6.5.8m and 3928 for 6.5.8f [archive.org]
Octane2 VPro Patches 4103 for 6.5.10m and 4104 for 6.5.10f [archive.org]
IRIX 6.5.4 Base Documentation May 1999 [archive.org]
ONC3/NFS Version 3 for IRIX 6.2, 6.3, 6.4 and 6.5 [archive.org]
Freeware August 1999 [archive.org]
2022-06-30 15:06:05 -04:00
MetalliC
3ee28ee68e naomi.cpp: small note 2022-06-30 17:39:30 +03:00
MetalliC
06fceabbf0 new NOT_WORKING clone
---------------------
Derby Owners Club World Edition (Rev T) [bobbydilley, chunksin, rtw]
2022-06-30 17:23:08 +03:00
hap
e3bd882fbc source org: add extra comment to cccp,ddr,sfrj 2022-06-30 15:15:50 +02:00
Miodrag Milanovic
4d14eaa4df Sorted out few more from skeleton 2022-06-30 13:52:32 +02:00
Miodrag Milanovic
67909e4530 Moved radio->cccp, merged couple of small into -> sfrj for ex Yugoslavia companies 2022-06-30 13:31:19 +02:00
Miodrag Milanovic
b0fa78a721 Fix compile 2022-06-30 12:26:54 +02:00
npwoods
f720e6bd34
Fixed CoCo OS-9 FS module in response to recent FS changes (#10007) 2022-06-30 09:26:25 +02:00
npwoods
ab3a5e1df7
Created a CBM DOS file system driver and added it to the 1541 implementation (#9922) 2022-06-30 09:25:50 +02:00
AJR
7e123ca663 megatrix: Switch to correct CPU type
* sparc: Fix debugger crash
2022-06-29 23:54:58 -04:00