R. Belmont
|
4cb37e50fa
|
Merge pull request #1765 from rdroush/master
fds: Detached the other cart lists
|
2016-11-23 23:02:50 -05:00 |
|
Vas Crabb
|
a524c9e19c
|
Merge pull request #1760 from Asayuki-K/master
Clock frequencies in bionicc.cpp
|
2016-11-24 12:35:17 +11:00 |
|
Asayuki
|
ce2585a075
|
Fixed typo at line 36.
|
2016-11-24 01:59:31 +01:00 |
|
MetalliC
|
2a590ad3c9
|
Merge pull request #1761 from mamehaze/mk6
begin SH4 MMU improvements (with a view to seeing what mk6 needs)
|
2016-11-24 02:33:33 +02:00 |
|
Asayuki
|
08d90cf4f3
|
Added precise video signal timings. MCFG_SCREEN_RAW_PARAMS() still missing.
|
2016-11-24 00:57:07 +01:00 |
|
hap
|
3659e3442d
|
fidel6502: redumped Par Excellence. [Berger]
|
2016-11-24 00:53:00 +01:00 |
|
David Haywood
|
c4e5cfff15
|
software list additions : 3 sawatte sets [Team Europe]
(also they verified the dumps work on a flash cart, although I can't see any code in them, so maybe it's an MCU)
|
2016-11-23 22:02:26 +00:00 |
|
David Haywood
|
0f427ef2de
|
new softlist entry
pico.xml: Cooking Pico (Jpn) [Team Europe]
|
2016-11-23 21:44:56 +00:00 |
|
cracyc
|
3dbdd06c1c
|
Merge pull request #1767 from Bavarese/patch-17
Fix division by zero in update_graphics
|
2016-11-23 14:38:38 -06:00 |
|
Lord-Nightmare
|
a7b364136d
|
add comment about rom name (n/w)
|
2016-11-23 15:18:41 -05:00 |
|
Lord-Nightmare
|
d1006c7c04
|
typo fix (nw)
|
2016-11-23 15:18:05 -05:00 |
|
David Haywood
|
f33de36e74
|
SH4MMU: allow table upload by LDTLB opcode.
|
2016-11-23 19:33:33 +00:00 |
|
Bavarese
|
6290b3441a
|
Fix division by zero in update_graphics
Calculation of 'addr' in inner for() loop of 'update_graphics": division by zero occurrs if mixed = false and m_lr = 0.
|
2016-11-23 20:20:13 +01:00 |
|
Vas Crabb
|
99da17aed6
|
Merge pull request #1766 from dankan1890/master
datmenu.cpp: fixed the mouse hover state drawing. (nw)
|
2016-11-24 05:54:19 +11:00 |
|
dankan1890
|
06630f6294
|
datmenu.cpp: fixed the mouse hover state drawing. (nw)
|
2016-11-23 19:47:41 +01:00 |
|
Reagan Roush
|
629769d808
|
fds: Detached the other cart lists
|
2016-11-23 13:43:27 -05:00 |
|
Sandro Ronco
|
0abb733ace
|
aristmk5: fixed SRAM banking.
|
2016-11-23 19:26:55 +01:00 |
|
Miodrag Milanović
|
209602f573
|
Merge pull request #1763 from ajrhacker/pg675_map
pg685.cpp: Give pg675 its own config (nw)
|
2016-11-23 18:27:09 +01:00 |
|
Miodrag Milanovic
|
ee8580bb79
|
We do not use this for some time, since liboptional now contains all devices so no linking issue (nw)
|
2016-11-23 15:28:10 +01:00 |
|
Miodrag Milanovic
|
db1821f069
|
do not bail out on error (nw)
|
2016-11-23 14:47:09 +01:00 |
|
Miodrag Milanovic
|
d718d3cc3d
|
Made ldplayer regular driver, same as vgmplay (nw)
|
2016-11-23 14:26:04 +01:00 |
|
Miodrag Milanovic
|
a69e00dacd
|
Ted Green rewrote it time ago, this code was hanging (nw)
|
2016-11-23 13:47:22 +01:00 |
|
Miodrag Milanovic
|
60ae8c6a4b
|
Update of manifest to better define required sdk, resolves #1753 (nw)
|
2016-11-23 13:24:50 +01:00 |
|
Miodrag Milanovic
|
dbbd5e9c98
|
As promised, removing this part of code since it is used for compilers check, no need for this to be in release (nw)
|
2016-11-23 08:37:05 +01:00 |
|
Ivan Vangelista
|
67452fff56
|
Merge pull request #1762 from mamehaze/mk5_2
mk5: incasunu and geisha expect a bigger rom window here (otherwise t…
|
2016-11-23 07:49:34 +01:00 |
|
AJR
|
23760334ce
|
pg685.cpp: Give pg675 its own config (nw)
- Fill out memory maps, adding I/O handler stubs based on disassembly and notes
|
2016-11-22 23:34:57 -05:00 |
|
David Haywood
|
63c1dcfab4
|
mk5: incasunu and geisha expect a bigger rom window here (otherwise the graphic CRC check fails) this allows incasunu to boot.
|
2016-11-23 04:12:30 +00:00 |
|
David Haywood
|
5a942ef207
|
begin SH4 MMU improvements (with a view to seeing what mk6 needs)
|
2016-11-23 03:02:59 +00:00 |
|
Vas Crabb
|
57d7d67812
|
a bit of prep for making selected index private (nw)
|
2016-11-23 13:31:33 +11:00 |
|
Vas Crabb
|
95254fb277
|
encapsulate mouse translation in the menu code, make more stuff const
|
2016-11-23 12:48:41 +11:00 |
|
Asayuki
|
d0073b22e3
|
Fixed the indentation of the previous commit
|
2016-11-22 23:59:53 +01:00 |
|
Vas Crabb
|
32c256eccc
|
Encapsulate a bit more of the menu base class to control when layout changes can happen
|
2016-11-23 09:41:33 +11:00 |
|
Asayuki
|
72a1f614a1
|
Added measured clock frequencies, also for the protection MCU, and scan rates
|
2016-11-22 23:32:56 +01:00 |
|
angelosa
|
f4871c88cb
|
seta.cpp: added backup RAM hookup for kiwame, fixed "BACKUP RAM ERROR" at first boot. [Angelo Salese]
|
2016-11-22 22:10:26 +01:00 |
|
Vas Crabb
|
19621e2156
|
python why are you incompatible (nw)
|
2016-11-23 07:53:30 +11:00 |
|
angelosa
|
e71b080980
|
mirage.cpp: Added 93C46 EEPROM hook-up [Angelo Salese]
|
2016-11-22 21:16:23 +01:00 |
|
Sandro Ronco
|
8a83bda9c6
|
aristmk5: added coin input, logic door input and RTC.
|
2016-11-22 19:39:16 +01:00 |
|
Ivan Vangelista
|
f1eab911a6
|
gaiden.cpp: fixed MT04933 (nw)
|
2016-11-22 18:15:22 +01:00 |
|
Ivan Vangelista
|
153882447b
|
New working clones added
_____________________
Road Fighter (set 3, conversion hack on Hyper Sports PCB) [f205v]
|
2016-11-22 18:09:33 +01:00 |
|
R. Belmont
|
f258d80389
|
Merge pull request #1756 from system11b/S11gunbird2
psikyosh.cpp: Board family is mono, all games.
|
2016-11-22 10:44:44 -05:00 |
|
R. Belmont
|
0e55c51cab
|
Merge pull request #1757 from system11b/S11marvel
Tagged as imperfect sound and needing redump of sound rom - the sound in
|
2016-11-22 10:44:38 -05:00 |
|
R. Belmont
|
a7d9c4af3a
|
Merge pull request #1758 from system11b/S11vivid
aleck64.cpp: added vivdolls dip switches, note digital joystick suppo…
|
2016-11-22 10:44:29 -05:00 |
|
R. Belmont
|
b189966b84
|
Merge pull request #1759 from fulivi/hp9845_dev8
HP9845: implemented HP98034 module (HPIB interface)
|
2016-11-22 10:44:17 -05:00 |
|
fulivi
|
85aa483c37
|
ieee488: a few optimizations to "state-changed" callbacks
|
2016-11-22 09:53:39 +01:00 |
|
fulivi
|
a7ee0a41e9
|
hp9845: implemented 98034 module (HPIB interface)
|
2016-11-22 09:53:39 +01:00 |
|
Ivan Vangelista
|
0d3a8a98a7
|
mrdo.cpp: fixed flipscreen regression (nw)
|
2016-11-22 08:21:31 +01:00 |
|
system11b
|
05fc3a31d3
|
aleck64.cpp: added vivdolls dip switches, note digital joystick support needs adding, game is switchable
|
2016-11-22 01:38:08 +00:00 |
|
mahlemiut
|
d8d7bf88a1
|
x68k: added keyboard LEDs to layout display. Now you can watch the 'dancing keyboard' when running Cotton.
|
2016-11-22 13:45:10 +13:00 |
|
system11b
|
c65b92b7a7
|
Tagged as imperfect sound and needing redump of sound rom - the sound in
this version does not match Japan or any of the ports, and sounds like incorrect sounds are being played.
|
2016-11-22 00:20:08 +00:00 |
|
system11b
|
d6135793cf
|
psikyosh.cpp: Board family is mono, all games.
|
2016-11-21 21:46:51 +00:00 |
|