AJR
0a9765dcc2
cpzodiac: Add memory bank and a few more inputs (nw)
2018-07-01 16:13:06 -04:00
Olivier Galibert
71d4e521d8
Various watchpoint fixes (nw)
2018-07-01 22:03:51 +02:00
AJR
8ba3b6cc65
Fix clang build, once more (nw)
2018-07-01 15:35:23 -04:00
David Haywood
e3aae75004
private: use (S, T, U, V) (nw) ( #3720 )
...
* private: use (S) (nw)
* T part 1 (nw)
* T part 2 (nw)
* U,V (nw)
2018-07-01 15:19:58 -04:00
Ivan Vangelista
6e15d29823
new not working machine
...
--------------------------------------
Boris - Electronic Chess Computer [TrevEB, Sean Riddle, The Dumping Union]
2018-07-01 10:52:39 +02:00
AJR
88480a7c3a
nc.cpp: Fix validation (nw)
2018-06-30 22:33:49 -04:00
AJR
ee3116f4e2
namco_c148: Eliminate machine().device (nw)
2018-06-30 22:31:49 -04:00
AJR
8e6155337f
chihiro.cpp, xbox.cpp: Eliminate machine().device (nw)
2018-06-30 22:23:47 -04:00
AJR
811766c06e
More clang build fixes (nw)
2018-06-30 21:53:03 -04:00
AJR
b715ac2e5d
x68k.cpp: NMI should be level 7, of course (nw)
2018-06-30 21:52:39 -04:00
AJR
2c3f2a7c5d
prof80: Eliminate timer_set; use finder array for floppies (nw)
2018-06-30 21:52:09 -04:00
David Haywood
7bfe316fd4
stronger private: use (N, O, P, Q, R) ( #3717 )
...
* private N,O (nw)
* P + Q (nw)
* R (nt)
2018-06-30 21:34:14 -04:00
angelosa
296de771c3
new not working machine
...
-----------------------
Marbella Vice [Recreativas.org, The Dumping Union]
2018-07-01 03:12:19 +02:00
angelosa
1fd0052507
tetrisp2.cpp: clamp with std::min/max (nw)
2018-07-01 03:12:16 +02:00
mooglyguy
9d60df7b06
ps2sony: Fixed some R3000 bugs, started fleshing out IOP devices, nw
2018-07-01 02:12:13 +02:00
hap
65a876f818
quizshow: siftware verified m2 rom (nw)
2018-07-01 00:06:07 +02:00
Michael Zapf
aba1bf8486
ti99: Removed deprecated function calls, simplified GROM access, added logmacro. (nw)
2018-06-30 23:53:28 +02:00
AJR
a91979e204
cpzodiac: Add input ports (nw)
2018-06-30 17:27:46 -04:00
AJR
44946d0ba3
seibu_sound: Interrupt modernization (nw)
2018-06-30 16:44:09 -04:00
AJR
834867ce58
ym3812: Synchronize IRQ outputs to prevent lossage (nw)
2018-06-30 16:39:00 -04:00
hap
95d60edf0a
fidel6502: small optimization (nw)
2018-06-30 18:24:48 +02:00
Ted Green
6c92f7e9ed
vegas: Replace accidentally deleted comment (nw)
2018-06-30 08:48:52 -06:00
Ted Green
1d243e752d
seattle and vegas: Remove runtime tag lookups and make io member naming consistent. (nw)
2018-06-30 08:35:19 -06:00
hap
10ca4d3913
cpzodiac: siftware dumped adpcm rom (nw)
2018-06-30 12:01:04 +02:00
Olivier Galibert
b184ebfd9d
Brown paper bag time (nw)
2018-06-30 10:59:11 +02:00
AJR
78dcd7b9eb
Fix clang build yet again (nw)
2018-06-30 00:35:48 -04:00
MetalliC
9566f5351a
new working clone
...
-----------------
Pink Sweets: Suicide Club (2017/10/31 SUICIDECLUB VER., bootleg)
2018-06-30 07:25:25 +03:00
David Haywood
2b0eec6adf
more private: use (K,L,M) ( #3714 )
2018-06-30 00:21:17 -04:00
ajrhacker
b77a01d309
Merge pull request #3715 from StefanBruens/fix_arm_build
...
Avoid multiple explicit instantiations definition of templates
2018-06-30 00:18:30 -04:00
AJR
989ce6d988
How to remove unwanted macros, or: getting out of discovered "check" (nw)
...
This fixes the OS X build.
2018-06-29 23:50:50 -04:00
Scott Stone
a5bca54a8a
x68k_flop.xml: fix validation (nw)
2018-06-29 18:57:00 -04:00
Scott Stone
537add6b5d
Merge pull request #3694 from UED-Wayder/x68k_1
...
x68k_flop: Add/Replace and Organize Login Soft Category
2018-06-29 18:44:30 -04:00
AJR
7c18a71442
A better way to make friends (nw)
2018-06-29 18:29:37 -04:00
Olivier Galibert
39c514fada
Fix msvc (?) problem (nw)
2018-06-29 23:19:13 +02:00
Ted Green
60fc9da0c8
dcs: Reinstate hastily removed eat_cycles. Fixes MT07027. (nw)
2018-06-29 15:10:51 -06:00
braintro
b47f66a760
peplus.cpp: Minor doc update (nw)
2018-06-29 16:10:05 -05:00
Olivier Galibert
b511b8ff39
Oops (nw)
2018-06-29 22:54:21 +02:00
Stefan Brüns
e6712208ea
Avoid multiple explicit instantiations definition of templates
...
According to the C++ standard 14.7 clause 5, "an explicit
instantiation definition shall appear at most once in a program".
Move the instantiation from the individual implementation files
to the interface implementation file.
Signed-off-by: Stefan Brüns <stefan.bruens@rwth-aachen.de>
2018-06-29 20:11:12 +02:00
Olivier Galibert
a704ed7b1b
emumem: Backend modernization [O. Galibert]
2018-06-29 20:04:28 +02:00
Ted Green
f16d1298a4
midwayic: Remove runtime tag lookups. (nw)
2018-06-29 11:49:27 -06:00
Ted Green
a9f194398a
iteagle: Remove runtime tag lookups. (nw)
2018-06-29 09:12:20 -06:00
Vas Crabb
f369cf9945
misc cleanup (nw)
2018-06-29 23:59:26 +10:00
angelosa
94635c5ca0
tetrisp2.cpp: added support for YUV422 colors in Stepping Stage [Angelo Salese]
2018-06-29 07:09:05 +02:00
angelosa
12b9075218
sigmab52.cpp: fixed framerate to 60 Hz [Angelo Salese]
2018-06-29 04:41:52 +02:00
angelosa
ecf1219b05
ironhors.cpp: fixed Iron Horse framerate to 61 Hz [Angelo Salese]
2018-06-29 04:41:50 +02:00
angelosa
9d6126ee18
cischeat.cpp: fixed Grand Prix Star stick tyre sprite in attract mode bug [Angelo Salese]
2018-06-29 04:41:47 +02:00
angelosa
4b6a420df5
cischeat.cpp: reworked interrupt generation, fixed attract mode desyncs in Big Run [Angelo Salese]
2018-06-29 04:41:45 +02:00
mooglyguy
5854421008
-ps2sony: BIOS shuffling, nw
2018-06-28 21:36:30 +02:00
Ted Green
c97cd6691b
vegas: Remove runtime tag lookups. (nw)
2018-06-28 11:13:31 -06:00
mooglyguy
eb5a8a3dc8
-ps2sony: Fleshing out the skeleton driver. [Ryan Holtz]
...
* Added ps2timer device to encapsulate Playstation 2 timers.
* Temporarily hacked R5900 core to always have scratchpad RAM mapped at 0x70000000.
* Added reference counting to divtlb so that it does not unmap pages that are still shared with other entries.
* Added a considerable amount of logging to ps2sony.cpp.
-mips3: Added basic Emotion Engine support. [Ryan Holtz]
* Added S bit to TLB mapping.
* Added support for VSUB, VIADD, VSQI, VISWR, VOR, LQ, SQ, MFSA, MTSA, MFHI1, MFLO1, MULT1, DIV1, DIVU1, PEXTLW, PADDUW, PMFHI,
PMFLO, PCPYLD, PCPYUD, SQC2, LQC2 opcodes. [Ryan Holtz]
2018-06-28 18:24:16 +02:00