Ivan Vangelista
7e97217278
New clone added
...
------------
Lady Maker [system11]
2016-09-28 18:32:40 +02:00
MetalliC
b27bc184b3
new NOT_WORKING
...
----------------
Istrebiteli [IgorR76]
2016-09-28 19:26:17 +03:00
hap
fcd2495a24
chesster: swap shifted/unshifted button descriptions (nw)
2016-09-28 17:10:30 +02:00
Vas Crabb
d7a9eeb64f
use floorf rather than floor for float->float
2016-09-28 23:57:34 +10:00
Jezze
ecf1e166fc
Fixed several small issues in HLSL/BGFX
...
* fixed target texture dimension when -intoverscan is used (this fixes the appereance of scanline and shadow mask)
* added target_scale and screen_count uniforms
* rounded corners now remain aligned with screen bounds when -intoverscan is used (single screen only)
2016-09-28 15:30:43 +02:00
Angelo Salese
4727ff5e6a
SH-2: added read-back for BCR1 register, fixing missing polygons in Daytona USA CE for Saturn [Mednafen, Angelo Salese]
...
Added stub bus/sci/wdt devices for sh7604, this part will require more work as h8 and sh2 shares same chips, damn
2016-09-28 12:33:09 +02:00
angelosa
7465cdc2f9
Merge branch 'master' into sh7604_rewrite
2016-09-28 11:55:04 +02:00
Vas Crabb
4d462536c7
bump android version for what it's worth
2016-09-28 18:23:39 +10:00
smf-
00f6256e4a
change cpu cores pcbase handling to be consistent with the majority of cpu cores, now that the debugger relies on it. (nw)
2016-09-28 18:00:46 +10:00
smf-
fd279ffffa
Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everything in the debugger, which allows interruptible cpu's to work properly. [smf]
2016-09-28 17:45:37 +10:00
Vas Crabb
1de6465b18
fix disassembly if 6809 is interrupted mid-instruction [smf]
2016-09-28 17:45:36 +10:00
Vas Crabb
e2641a33c1
Version bump
2016-09-28 12:05:20 +10:00
Vas Crabb
e41e16cf5b
fix srcclean when doing multiple files in a single run (nw)
2016-09-28 11:57:17 +10:00
Vas Crabb
6bc18458b8
more srcclean (nw)
2016-09-28 11:53:12 +10:00
Vas Crabb
ce743b9981
srcclean (nw)
2016-09-28 11:43:48 +10:00
Vas Crabb
46818bc0ee
srcclean
2016-09-28 11:42:37 +10:00
hap
7ad65c824e
added note about too slow EAG V10
2016-09-28 00:24:58 +02:00
Lord-Nightmare
32a5bcf975
Revert "fix disassembly if 6809 is interrupted mid-instruction [smf]"
...
This reverts commit 320121823c
.
2016-09-27 18:05:57 -04:00
Lord-Nightmare
e8d2853334
Revert "Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everything in the debugger, which allows interruptible cpu's to work properly. [smf]"
...
This reverts commit 1a186c8a3a
.
2016-09-27 18:05:19 -04:00
Lord-Nightmare
7f1bb873d1
Revert "change cpu cores pcbase handling to be consistent with the majority of cpu cores, now that the debugger relies on it. (nw)"
...
This reverts commit 2a6cbb70c4
.
2016-09-27 18:02:46 -04:00
Lord-Nightmare
98eab76970
tiny fix (n/w)
2016-09-27 17:53:48 -04:00
Lord-Nightmare
c65b4a7b2e
mac.cpp: fixed Mac Classic rom label/location [Lord Nightmare]
2016-09-27 17:00:21 -04:00
Lord-Nightmare
d6c49ae0b3
mac.cpp: split mac classic II roms up per pcb, added labels and locations [Lord Nightmare]
2016-09-27 17:00:19 -04:00
smf-
2a6cbb70c4
change cpu cores pcbase handling to be consistent with the majority of cpu cores, now that the debugger relies on it. (nw)
2016-09-27 20:56:14 +01:00
angelosa
87c993dc74
Birdie Try: fixed "allow continue" and realized that 0x3c7 protection write is actually related with speed of the ball. Demoted to MACHINE_NOT_WORKING. (nw)
2016-09-27 21:46:35 +02:00
angelosa
f4749d03f7
Base WatchDog Timer device
2016-09-27 18:36:59 +02:00
angelosa
c8b7b13ca5
More meat to SCI
2016-09-27 17:41:24 +02:00
angelosa
1c12f1f20d
Don't need a trampoline for these and added bare-bones SCI
2016-09-27 16:53:38 +02:00
angelosa
f6ad513ab0
Written stub SH7604 BUS device (not hooked up to SH2 yet).
2016-09-27 16:21:54 +02:00
hap
c9081eaa94
New working machine added
...
------------
Fidelity Chesster Challenger [hap, yovan]
2016-09-27 16:01:26 +02:00
smf-
1a186c8a3a
Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everything in the debugger, which allows interruptible cpu's to work properly. [smf]
2016-09-27 14:26:27 +01:00
arbee
3957d89e44
apollo: eliminate logerror spam on unmapped ISA access [Hans Ostermeyer]
2016-09-27 08:53:04 -04:00
angelosa
89d21d87d3
Opening up a new branch for sh7604 rewrite.
2016-09-27 13:19:52 +02:00
Vas Crabb
320121823c
fix disassembly if 6809 is interrupted mid-instruction [smf]
2016-09-27 20:57:45 +10:00
Robbbert
38eec31e92
fix arcade build (nw)
2016-09-26 23:27:01 +10:00
angelosa
084af3883b
Marked all games in st0016.cpp as MACHINE_NO_COCKTAIL, nw
2016-09-26 13:14:27 +02:00
Scott Stone
533fd78fc2
Adjusted toolchain.lua to allow DEBUG=1 builds to be modified by STRIP_SYMBOLS=1 (nw)
2016-09-26 06:24:31 -04:00
Robbbert
a735e09f37
Housekeeping (nw)
2016-09-26 19:38:40 +10:00
Lord-Nightmare
2639397a9c
fix incomplete info (n/w)
2016-09-26 01:29:44 -04:00
Vas Crabb
85410f9a24
Merge pull request #1454 from npwoods/change_win_get_window_text_utf8
...
Changed win_get_window_text_utf8() to return std::string
2016-09-26 14:34:27 +10:00
briantro
3ddceec406
New Road Riot 4WD clone
...
New Clone Added
---------------------------------
Road Riot 4WD (set 1, 04 Dec 1991) [Hammy, The Dumping Union]
2016-09-25 21:43:17 -05:00
Nathan Woods
69f23d3d84
Changed win_get_window_text_utf8() to return std::string
...
This eliminated an unnecessary conversion step.
Also, I have no idea what this WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP) stuff is; it is hard to understand how it could possibly be correct because it ignores the 'window' parameter
2016-09-25 22:22:18 -04:00
Michael Zapf
c81a76166d
ti99: More savestate enabling and cleanups. (nw)
2016-09-25 22:26:36 +02:00
Vas Crabb
33b2c73395
srcclean (nw)
2016-09-26 04:51:59 +10:00
Luca Elia
fbbc293041
Mahjong Cafe Paradise board number (nw)
2016-09-25 20:11:37 +02:00
Luca Elia
c3e3470cbd
Game name fixes (nw)
2016-09-25 20:11:34 +02:00
Vas Crabb
7867c0ed7d
Merge pull request #1444 from npwoods/imgtool_readsector_uses_stdvector
...
Imgtool: Changed the read_sector apparatus to use std::vector
2016-09-26 03:34:26 +10:00
Nathan Woods
c87e7953fa
Changing bad_alloc catch declarations
2016-09-25 13:31:46 -04:00
Lord-Nightmare
dbb889450a
one more reference (n/w)
2016-09-25 12:39:51 -04:00
Lord-Nightmare
e7d944d8b4
mac.cpp: Use split roms for mac 128k and 512k, and document proper labels [Lord Nightmare]
2016-09-25 12:14:13 -04:00