Commit Graph

72654 Commits

Author SHA1 Message Date
couriersud
00303795fd netlist: Fix a segfault happening only under for certain netlists.
This seems to be a compiler/standard library issues.
2020-04-22 15:44:08 +02:00
Robbbert
f22777a547 Merge branch 'master' of https://github.com/mamedev/mame 2020-04-22 22:18:27 +10:00
Robbbert
2371d51139 (nw) sol20.xml: fixed some spelling mistakes. 2020-04-22 22:18:03 +10:00
Patrick Mackinlay
d7695784f2 m68kmmu: pload does an explicit table walk (nw) 2020-04-22 19:16:39 +07:00
Robbbert
0db691efe2 New not working software items
--------------------------
dai_cass.xml
De Acrobaten
(from "the collection")
(nw) fixed descriptions in the software list & added usage.
2020-04-22 21:57:35 +10:00
Vas Crabb
b31b42b814 (nw) fix assert when starting empty driver - the empty driver magically has no search path, and hence can't have any ROM data regions 2020-04-22 20:37:20 +10:00
hap
69d5d89940 New machines marked as NOT_WORKING
----------------------------------
Executive Chess [hap, Sean Riddle]
2020-04-22 12:13:50 +02:00
Robbbert
996ec14b83 New working software list additions
----------------------
sorcerer_cass.xml
Starfighter
(thanks to exidyboy)
2020-04-22 16:32:14 +10:00
AJR
d677576759 pokey, ym2151: Modernize struct saving (nw) 2020-04-21 23:11:54 -04:00
AJR
73dd51a2cd atarisy2.cpp: Fix regression with soft reset (VBLANK interrupt wasn't being cleared); octalize T-11 map as in Atari docs (nw) 2020-04-21 21:56:14 -04:00
AJR
15386236cf atarisy1.cpp, atarisy2.cpp, gauntlet.cpp: Modernization
- Use generic latch devices for sound communications
- More accurate handling of programmed sound resets
- Add the other LS259 to gauntlet.cpp
- Correct watchdog timeouts for all three drivers
- General code cleanup

atarigen: Eliminate ATARI_CLOCK_xxxMHz macros in favor of standard XTAL constants (nw)

atariscom: Separate source file from atarigen.cpp; move IRQ handling to atarijsa (not a property of the actual device) (nw)
2020-04-21 17:38:45 -04:00
yz70s
1e3ae4ac51 xbox_nv2a.cpp: set dma_get to 0 when fifo is enabled (nw) 2020-04-21 19:43:29 +02:00
Ivan Vangelista
ae2449193f equites.cpp: deviceified sound board emulation. Also added skeleton device for the bngotime sound board (nw) 2020-04-21 18:43:29 +02:00
Curt Coder
a38cc7e767 abc1600: Hard disk WIP. (nw) 2020-04-21 16:44:58 +03:00
Firehawke
121aa2fe37
Fix smartquotes by disabling them: While smartquotes are somewhat configurable, it's better if we don't use them at all. Makes sure there are no hidden pit traps for the users. (#6576) 2020-04-21 09:30:06 +02:00
braintro
ab1780e8c0 shisen.cpp: Verified clocks for the Match It / Sichuan II sets. [f205v] 2020-04-21 00:15:22 -05:00
braintro
4e3f1d0a36 New clones marked as NOT_WORKING
New clones marked as NOT_WORKING
--------------------------------
Frantic Fred (Release 2) [Brian Troha, The Dumping Union]
2020-04-20 23:40:52 -05:00
Patrick Mackinlay
04d5a928a8 news_r3k: implement graphics 2020-04-21 10:53:01 +07:00
Justin Kerk
b689ab6b2d ibm5170.xml: Replace non-working doom2 set (presumably a bad dump) with alt dump of the same version that works (#6573) (nw) 2020-04-20 19:05:04 -07:00
AJR
0ec7c1808c coco12.cpp: Fix -ramsize regression by removing mirroring (nw) 2020-04-20 20:26:02 -04:00
couriersud
3243efee70 netlist: code maintenance and edge case fixes. (nw)
"Edge cases" are compiles were the floting point type used for the core
may be different from the one used by solvers, e.g. double/float.
This does not happen in MAME, here currently this is always
double/double. Since floats are better suited for GPUs whose double
performance is limited it was time to review the code.
This commit fixes warnings about type conversions and precision loss.
In addition there is better support for INT128 and FLOAT128.

The MAT solver has seen some minor performance increases.
2020-04-20 20:52:21 +02:00
Ivan Vangelista
4c9e3dc171 pturn.cpp: added dip locations [Guru] 2020-04-20 19:54:32 +02:00
AJR
d3b389bf8c atarisac: Minor fixups (forgot to commit arcade.lua changes last time) (nw) 2020-04-20 13:39:58 -04:00
MetalliC
af74dd3f13 fix build (nw) 2020-04-20 20:28:47 +03:00
MetalliC
f9fefb4485
Merge pull request #6575 from DavidHaywood/190420
Plug and Play work (new WORKING machine)
2020-04-20 20:22:46 +03:00
AJR
d4cdfa7665 cyberbal: Convert sound board into JSA-derived device 2020-04-20 12:26:33 -04:00
AJR
f5666165ba cyberbal: Fix interrupt-related regression (nw) 2020-04-20 12:25:24 -04:00
Ivan Vangelista
b832ed2655 homerun.cpp: updated hw info, TODO list, dips [Guru] 2020-04-20 18:14:14 +02:00
Ivan Vangelista
225e53f476 m52.cpp: added missing PROM dump to the original Moon Patrol sets [Joe Magiera, The Dumping Union] 2020-04-20 18:10:55 +02:00
AJR
f416607d19 OS X debugger: Avoid crashing when a nonexistent disassembly or memory view is selected (which may happen automatically with .cfg files) 2020-04-20 09:52:10 -04:00
DavidHaywood
74f60642a0 new WORKING machine
----
Teenage Mutant Ninja Turtles: Battle for the City [Sean Riddle, Kamaal Brown]
2020-04-20 12:54:05 +01:00
braintro
ac306c3d8b (nw) correct Super Real Darwin's MCU label & PCB location 2020-04-20 00:19:07 -05:00
Ivan Vangelista
97b3f2925b route16.cpp: fixed parent clone relationship I forgot to add, thanks MASH (nw) 2020-04-20 07:07:36 +02:00
Scott Stone
a0574fd775 Merge branch 'master' of https://github.com/mamedev/mame 2020-04-19 23:02:57 -04:00
Scott Stone
346031fb6d Fixed some label duplicates. In cases where the label was an actual rom label, sldh (same label different hash comments were added (nw) 2020-04-19 23:02:28 -04:00
AJR
5b18d9fd3e badlands: Use generic communications latches; add mirroring to 6502 map; clean up various handlers 2020-04-19 23:00:18 -04:00
Justin Kerk
6a5de71af4 New working software list additions
---------------------------------------
ibm5150: 3-D FloorPlan Designer V2.0, Ad Lib Instrument Maker V1.51, Ad Lib Juke Box V1.5, Ad Lib Juke Box V1.6, Ad Lib Juke Box V1.64, Ad Lib Juke Box Registration Bonus Disk V1.51, Ad Lib Juke Box Registration Bonus Disk V1.62, Ad Lib Visual Composer V1.51, SYSGRATION Mouse Driver 7.03 (5.25"), SYSGRATION Mouse Driver 8.00 (5.25"), SYSGRATION Mouse Driver 8.00 (3.5") [Justin Kerk]

New not working software list additions
---------------------------------------
ibm5150: Mouse Software Test/Demo [Justin Kerk]

(nw) moved some compatible mouse drivers to ibm5150.xml from ibm5170.xml, mark sicmouse as a bad dump, make 5.25" version the parent for indycrus to match the rest of the ibm5150 softlist
2020-04-19 19:08:45 -07:00
Scott Stone
dcd7dd25be cpc_cass.xml, cpc_flop.xml: -validation fixed for label length (nw) 2020-04-19 21:34:52 -04:00
AJR
4507e788e3 atarigen: Move interrupt handling down into drivers (nw) 2020-04-19 21:22:01 -04:00
Scott Stone
5ceea9a2e0 a2600.xml: -validation fixes for label length, keeping developer names in a comment rather than the label when needed (nw) 2020-04-19 20:18:36 -04:00
AJR
8617447ba0 coco2b, tanodr64: Fix VDG regression (nw) 2020-04-19 19:16:10 -04:00
AJR
464052e514 Separate various drivers from atarigen_state (nw) 2020-04-19 19:08:08 -04:00
Scott Stone
63882d086c First pass of -validate cleanup for label length in softlists (nw) 2020-04-19 19:05:50 -04:00
Scott Stone
b4e4444e8e vgmplay.xml: Fix validation from newly added contents (no "!" in labels) (nw) 2020-04-19 18:49:18 -04:00
AJR
db698f6c0a m20: Eliminate HOLD_LINE (nw) 2020-04-19 17:51:43 -04:00
AJR
928b8f61d2 z8001: Expand address space to 23 bits (nw)
z8001, z8002: Document pinout (nw)
2020-04-19 17:43:24 -04:00
hap
dcd6560b3e New working machines
--------------------
Super Space Invader 2 (Entex, black version) [hap]
2020-04-19 23:34:51 +02:00
AJR
e73753d2dc cga_m24: Correct CRTC type 2020-04-19 17:29:04 -04:00
angelosa
ecb6aecf7c stvcd.cpp: second cleanup pass: move communication interface to device_memory (nw) 2020-04-19 22:50:17 +02:00
Scott Stone
2fddfe7757 vgmplay.xml: Added recent Project2612 releases consisting of 18 New and 18 Updated entries. [Tafoid] 2020-04-19 14:57:58 -04:00