therealmogminer@gmail.com
|
caf907403a
|
Add (untested) trap support to SPARC core
|
2016-06-18 17:06:49 +02:00 |
|
Robbbert
|
1ad39fd825
|
MT 06235 [Robbbert]
|
2016-06-19 00:56:23 +10:00 |
|
AJR
|
1702c3fc97
|
Suppress 'no matching space' debugger error when disassembling CPUs without decrypted opcodes
|
2016-06-18 10:51:06 -04:00 |
|
Miodrag Milanovic
|
ffa8be62bb
|
fix compile (nw)
|
2016-06-18 16:01:26 +02:00 |
|
Miodrag Milanovic
|
408ce16683
|
removed simple_list from emumem (nw)
|
2016-06-18 15:32:15 +02:00 |
|
Miodrag Milanovic
|
ae8f989a8b
|
cleanup (nw)
|
2016-06-18 15:32:15 +02:00 |
|
Miodrag Milanovic
|
1d0e0ac12a
|
remove all usages of tagmap
|
2016-06-18 15:32:15 +02:00 |
|
Miodrag Milanovic
|
78c3929217
|
tagged_list to unordered_map in emumem (nw)
|
2016-06-18 15:32:15 +02:00 |
|
Miodrag Milanovic
|
fc8e18d893
|
tagged_list to unordered_map for debugger (nw)
|
2016-06-18 15:32:15 +02:00 |
|
Miodrag Milanovic
|
d705e4a28d
|
ioport tagged_list to unordered_map (nw)
|
2016-06-18 15:32:15 +02:00 |
|
Miodrag Milanovic
|
cb9d158d57
|
proper exception handling (nw)
|
2016-06-18 15:32:15 +02:00 |
|
Miodrag Milanovic
|
a07b82ac11
|
tagged_list to unordered_map for slots (nw)
|
2016-06-18 15:32:15 +02:00 |
|
Miodrag Milanovic
|
62805f7cac
|
no need for custom allocators (nw)
|
2016-06-18 15:32:15 +02:00 |
|
dankan1890
|
6229515a9f
|
Fixed crash with icons in main list. (nw)
|
2016-06-18 15:26:12 +02:00 |
|
angelosa
|
fb042faff4
|
New clones marked as NOT_WORKING
--------------------------------
River Patrol (Japan) [ShouTime]
(Comes from an original PCB, made new parent)
|
2016-06-18 14:56:20 +02:00 |
|
ImJezze
|
858560fb83
|
Fixed target scale of HQ3x and HQ4x chains (nw)
|
2016-06-18 14:34:39 +02:00 |
|
therealmogminer@gmail.com
|
6d50e3cb36
|
Add majority of SPARC integer ops
|
2016-06-18 13:37:06 +02:00 |
|
Olivier Galibert
|
56214fef9c
|
Fix cybikoxt (nw)
|
2016-06-18 12:37:09 +02:00 |
|
Olivier Galibert
|
8c666a95a0
|
Fix lupin3a (nw)
|
2016-06-18 12:25:36 +02:00 |
|
Robbbert
|
1908ee685a
|
Fixed schasercv crash at start. (Lupin3a is still broken).
|
2016-06-18 17:34:54 +10:00 |
|
Bavarese
|
eb6361d314
|
Update vtvideo.cpp
Remove detection code in dc012_w (DC012 write register; offset $0c).
|
2016-06-18 09:26:45 +02:00 |
|
Brad Hughes
|
fd56812b53
|
Don't crash on input modules not derived from wininput_module (like "none")
|
2016-06-18 03:21:38 -04:00 |
|
Brad Hughes
|
432e378456
|
Add XAudio2 init time logging
|
2016-06-18 03:19:36 -04:00 |
|
etabeta78
|
280076f75e
|
added a few more images. nw.
|
2016-06-18 06:24:32 +02:00 |
|
etabeta78
|
1ce4f98257
|
few final touches and fixed a bunch of mistakes I did. nw.
|
2016-06-18 06:24:00 +02:00 |
|
Robbbert
|
ddfbfecf65
|
Merge branch 'master' of https://github.com/mamedev/mame
|
2016-06-18 12:15:28 +10:00 |
|
Robbbert
|
9d0ebd77c7
|
A few more fixes.
|
2016-06-18 12:14:22 +10:00 |
|
mahlemiut
|
bb295d8720
|
megapc: restore keyboard/portb subunits handlers. Fixes POST errors.
|
2016-06-18 14:10:39 +12:00 |
|
Brad Hughes
|
7f81081c6a
|
Change two dynamic bind messages to verbose.
|
2016-06-17 22:01:45 -04:00 |
|
cracyc
|
df8f1740f3
|
qx10: fix mask error, still fails to boot though (nw)
|
2016-06-17 16:36:08 -05:00 |
|
hap
|
dabfeb8805
|
stupid horse
|
2016-06-17 23:23:46 +02:00 |
|
Olivier Galibert
|
be4a1e78df
|
8080bw fixes (nw)
|
2016-06-17 22:47:27 +02:00 |
|
Olivier Galibert
|
1982bc3a62
|
Fix some cpus with virtual ports, mark them with +1 in any case (nw)
|
2016-06-17 21:26:34 +02:00 |
|
etabeta78
|
e4c3d9dd4c
|
aristmk5.cpp: unified rom naming and added a few sets that were
missing. [Heihachi_73]
|
2016-06-17 21:23:21 +02:00 |
|
hap
|
a205b38cf6
|
Merge pull request #962 from ajrhacker/addrvalid
Validity checking for AM_MASK/AM_MIRROR/AM_SELECT, based on OG's rece…
|
2016-06-17 21:10:55 +02:00 |
|
AJR
|
6f6561f4d6
|
Fix remaining AM_MIRROR issues in 8080bw.cpp following hap's example (nw)
|
2016-06-17 14:43:47 -04:00 |
|
R. Belmont
|
11ed715659
|
Merge pull request #955 from belegdol/master
Made the way jpeglib.h is included more pretty
|
2016-06-17 14:26:57 -04:00 |
|
hap
|
56aeaaf61a
|
remove leftover
|
2016-06-17 20:08:52 +02:00 |
|
AJR
|
0d6f7bc4b0
|
Validity checking for AM_MASK/AM_MIRROR/AM_SELECT, based on OG's recent restrictions (nw)
- Update address maps so all drivers pass checks
- Comment out some irregularly-patterned mirrors on RAM areas (needs better solution)
|
2016-06-17 14:05:34 -04:00 |
|
hap
|
1366695f97
|
unkhorse: update prev commit
|
2016-06-17 20:03:48 +02:00 |
|
etabeta78
|
19dee7dd9b
|
I forgot to update a param in my stupid script. nw.
|
2016-06-17 19:34:12 +02:00 |
|
hap
|
150877cf4c
|
unkhorse: fix AM_MIRROR problem + small cleanup
|
2016-06-17 19:31:16 +02:00 |
|
Olivier Galibert
|
402f0c86ab
|
emumem: Handlers on different subunits of the same address with different address masks are now supported. [O. Galibert]
|
2016-06-17 19:00:50 +02:00 |
|
Olivier Galibert
|
a903e4c59c
|
Merge pull request #956 from Dagarman/master
Fix comment
|
2016-06-17 18:27:07 +02:00 |
|
Robbbert
|
376b9cd96a
|
fixes for onyx, pacman, marywu.
|
2016-06-18 01:28:44 +10:00 |
|
Miodrag Milanovic
|
5e906e9fcf
|
simple_list to std::vector (nw)
|
2016-06-17 15:40:26 +02:00 |
|
therealmogminer@gmail.com
|
579d4873a6
|
Initial MB86901 diassembler
|
2016-06-17 15:09:39 +02:00 |
|
etabeta78
|
f349b1083b
|
aristmk5.cpp: reorganized sets based on their actual description.
[Heihachi_73]
|
2016-06-17 14:59:10 +02:00 |
|
Robbbert
|
b0bd286bb1
|
system1: fixed regression.
|
2016-06-17 22:34:50 +10:00 |
|
Robbbert
|
07cb83f3ff
|
Merge branch 'master' of https://github.com/mamedev/mame
|
2016-06-17 21:40:57 +10:00 |
|