Commit Graph

73393 Commits

Author SHA1 Message Date
Ryan Holtz
6195222a4a -cdi: Various changes. [Ryan Holtz]
* Demoted Quizard and Quizard 2 sets to non-working.
 * Started hooking up the Quizard MCU.
 * Renamed CDI_SLAVE to CDI_SLAVE_HLE in prep for an LLE device.
 * Added more comprehensive notes to the driver.
 * Removed NO_DUMP cdic.bin as the CDIC is apparently not an MCU.
 * Copied SERVO and SLAVE MCUs into cdimono1 set from cdi910 set and marked with BAD_DUMP.
2020-05-24 09:36:49 +02:00
Ivan Vangelista
8f01ccf32b jackpot.cpp: small documentation update (nw) 2020-05-24 09:34:54 +02:00
yz70s
3a425efb87 xbox_nv2a.cpp: add placeholder for methods 1e80-1e90 (nw) 2020-05-24 08:34:53 +02:00
yz70s
a8f10201bf xbox.cpp: add debugger command "xbox vdeclaration" (nw)
Used to decode the vertex shader declaration stored at a certain
address.
2020-05-24 08:34:52 +02:00
AJR
c044818e99 i386: Future-proofing for upcoming debugger refactoring (nw) 2020-05-23 23:58:54 -04:00
AJR
0d5bd63091 emumem: Mask address where absolutely necessary (nw)
This change fixes the edge case of an unaligned accesses to the top of the space not wrapping around, which was causing at least one driver (alpinesa) to crash.
2020-05-23 23:54:27 -04:00
arbee
84eeb9157d apple2: support Disk II IWM Card using new IWM [O. Galibert, R. Belmont] 2020-05-23 20:08:58 -04:00
arbee
f6cea0ce99 new files (nw) 2020-05-23 19:30:21 -04:00
arbee
1c684902e2 apple2: introduce new accurate IWM controller and switch apple2cr1/3/4 to use it [O. Galibert, R. Belmont] 2020-05-23 19:28:13 -04:00
AJR
23e8c957e8 Fix clang error: private field 'pc11_regnames' is not used [-Werror,-Wunused-private-field] (nw) 2020-05-23 17:41:54 -04:00
R. Belmont
cafc14013a
Merge pull request #6736 from ArcadeShadow/patch-42
ibm5150: New working software list addition
2020-05-23 15:24:36 -04:00
R. Belmont
0fec2fbd62
Merge pull request #6735 from ArcadeShadow/patch-41
ibm5170: New working software list additions
2020-05-23 15:24:16 -04:00
R. Belmont
8ee9494bfe
Merge pull request #6731 from shattered/_acefde6b82f
pdp11: qbus skeleton, pc11
2020-05-23 15:24:03 -04:00
R. Belmont
fa86d578e4
Merge pull request #6732 from shattered/_1ee4e296e79
rt1715w: use CAS decode PROM (nw)
2020-05-23 15:22:53 -04:00
R. Belmont
c1949c720e
Merge pull request #6733 from TwistedTom/varthb2
varthb2: mark gfx roms bad_dump
2020-05-23 15:20:55 -04:00
ArcadeShadow
492d8fb2b8
ibm5150: New working software list addition
The Amazing Spider-Man
2020-05-23 17:31:52 +01:00
ArcadeShadow
061f046713
ibm5170: New working software list additions
ibm5170: Alone in the Dark 2 (France), Sam & Max Hit the Road
2020-05-23 17:25:26 +01:00
ajrhacker
1e34c41b27
Merge pull request #6727 from clawgrip/patch-48
New working software list additions
2020-05-23 11:27:51 -04:00
Firehawke
329f20b32a
Here's the May collection of Apple II disks per usual. (#6730)
* New working software list additions

-----------------------------------

apple2_flop_clcracked: Animal Watch: Wolves (cleanly cracked), Animal Watch: Whales (cleanly cracked), Animal Watch: Tracks (cleanly cracked) [4am, Firehawke]

* New working software list additions

-----------------------------------

apple2_flop_orig: Fraktured Faebles, A View To A Kill, Ballyhoo (Release 97 / 851218), Championship Golf, Dunjonquest: The Datestones of Ryn, GraFORTH [4am, Firehawke]

* A bit more Apple; this will be squashed..

* New working software list additions

-----------------------------------

apple2_flop_orig: Micro-LADS 5: Negatives, Micro-LADS 6: Deictic Expressions, Passive, WH-questions,  Micro-LADS 7: Prepositions II, The Last Gladiator, The Incredible Laboratory, Odd One Out, Algernon: An Introduction to Programming Logic, The Personal Secretary (Version 1.1), The Executive Secretary (Version 4.2), The Legend of Blacksilver, Magical Myths, Matterhorn Screamer, The Demon's Forge, Micro-LADS 1: Plurals & Noun/Verb Agreement, Micro-LADS 2: Verb Forms, Micro-LADS 3: Prepositions, Micro-LADS 4: Pronouns [4am, Firehawke]
apple2_flop_clcracked: Verbs II (Revision 2) (cleanly cracked), Deutsch: Aktuell 1 (Second Edition) (cleanly cracked) [4am, Firehawke]
2020-05-23 11:27:19 -04:00
TwistedTom
4f22576667 varthb2: mark gfx roms bad_dump 2020-05-23 12:10:13 +01:00
Sergey Svishchev
b2052931ec rt1715w: use CAS decode PROM (nw) 2020-05-23 12:51:21 +03:00
Sergey Svishchev
9a3245009e pdp11: qbus skeleton, pc11 2020-05-23 12:35:22 +03:00
Justin Kerk
d9138cb8e0 rv unintentional change (nw) 2020-05-22 23:49:41 -07:00
Justin Kerk
4c2424c805 New not working software list additions
---------------------------------------
ibm5150: Wizzardz & War Lordz [LGR]

(nw) cleanups, move SimLife to ibm5170 (#6728)
2020-05-22 21:04:53 -07:00
ArcadeShadow
b901e78537 ibm5170: New working software list addition
ibm5170: Cruise for a Corpse
2020-05-22 20:34:52 -07:00
AJR
1a16d7d367 lisa.cpp: Fix build (nw) 2020-05-22 23:21:09 -04:00
arbee
067fb08ecc Rename the HLE Apple floppy controllers as legacy to avoid future conflicts (nw) 2020-05-22 22:25:09 -04:00
arbee
caa034ae07 apple2e: Mirror RamWorks III bank switch address according to the patent. [R. Belmont] 2020-05-22 22:19:42 -04:00
ajrhacker
d1b062d035
Merge pull request #6729 from clawgrip/patch-49
New NOT_WORKING software list additions
2020-05-22 18:38:10 -04:00
ClawGrip
947ab76eff
New NOT_WORKING software list additions
---------------------------------------
Les découvertes de Mickey et ses amis (France) [DisizDream]
L'arche de Noé - L'aventure des animaux (France) [DisizDream]
2020-05-22 22:28:32 +02:00
ClawGrip
a9b2cf88c2
New working software list additions
-----------------------------------
Bob le Bricoleur - Les P'tits chantiers de Bob (France) [DisizDream]
Lil' Bratz Au Top de la Mode - Complices, Cools et Class' (France) [DisizDream]
2020-05-22 22:11:34 +02:00
Ivan Vangelista
1261240d95 New machines marked as NOT_WORKING
----------------------------------
Jackpot (Ver 16.16L) [f205v]

New clones marked as NOT_WORKING
--------------------------------
Jackpot (Ver 1.16L) [f205v]
2020-05-22 20:33:42 +02:00
Ivan Vangelista
ee1c53fadf drivers starting with y and z: further removal of READ and WRITE macros (nw) 2020-05-22 17:34:48 +02:00
Frank Palazzolo
0b50073fa5 Remove obsolete paths, fix comment, and fix dummy.lua 2020-05-22 09:20:01 -04:00
hap
6cecf61092 volt_reg: fix problem with dac stream slice update (nw) 2020-05-22 15:15:46 +02:00
Robbbert
7349d27571 (nw) reverted earlier commit - not wanted. 2020-05-22 23:10:41 +10:00
Olivier Galibert
c3a810d957 unsp: UINT_MAS needs climits [O. Galibert] 2020-05-22 14:09:07 +02:00
Ryan Holtz
d3bad75b92 -unsp: Removed outdated commnet related to Ext Push/Pop ops. The register decoding is correct. (nw) 2020-05-22 14:10:07 +02:00
David Haywood
5041861672
some small GPL16250 tweaks / hacks so that tkmag220 and lazertag (after a long time) show some sprites with expected colours, which might help with further debugging (nw) (#6725) 2020-05-22 14:07:53 +02:00
Robbbert
22e9da3634 (nw) first attempt at auto-sort of mame.lst 2020-05-22 21:00:42 +10:00
yz70s
a94b002daf xbox.cpp: fix "xbox vprogdis" debug command (nw) 2020-05-22 10:11:59 +02:00
AJR
42b144be4e tvc64, tvc64p: Modernize banking by using address map bank devices 2020-05-21 23:50:21 -04:00
AJR
f95267bf5e Various buses and associated drivers: Simplify handler signatures (nw) 2020-05-21 22:38:18 -04:00
couriersud
363485b628 netlist: Fix OSX compile. (nw) 2020-05-22 01:15:19 +02:00
couriersud
6141fa4a9c netlist: Fix performance issues and VC2019. [Couriersud]
For reasons unknown to me compile optimizations do not behave for
template code. If the implementation is in separate compile units, the
code compiles and performs.
2020-05-22 01:15:18 +02:00
couriersud
5a43cc6432 netlist: consolidate 9316-type counters. [Couriersud]
This needs more attention since for certain compilers there is a
considerable performance degregation. It looks like this is only
triggered if too many variants are declared in one cpp file and the
compiler stops inlining.
2020-05-22 01:15:18 +02:00
couriersud
dae6a396c9 netlist: fix performance decrease. (nw) 2020-05-22 01:15:17 +02:00
braintro
ba232b1c4a (nw) pengo.cpp - various documentation updates 2020-05-21 16:53:54 -05:00
Ryan Holtz
11277a993f -unsp: Fix compile, nw 2020-05-21 23:30:16 +02:00
Olivier Galibert
4cabfa3135 devcb: Remove the space for the handlers, it is not needed anyomre [Ivan Vangelista, O. Galibert] 2020-05-21 23:27:44 +02:00