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
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
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
Luca Elia
7e0393acbe
Dip switch fixes for Dragon World, nw
2016-09-25 17:10:26 +02:00
MetalliC
a619b5cf1c
Merge pull request #1452 from mamehaze/shou_slap
...
new clones - Popeye (Japan, Sky Skipper hardware) [ShouTime]
2016-09-25 18:04:43 +03:00
David Haywood
d091fd9adc
(nw)
2016-09-25 15:44:55 +01:00
R. Belmont
233525d90c
Merge pull request #1451 from einstein95/master
...
Fix megadriv.xml comment alignment and dejavuj subtitle (nw)
2016-09-25 10:32:20 -04:00
David Haywood
8a2163ccc6
(nw)
2016-09-25 15:16:23 +01:00
David Haywood
086c14d1b6
new clones - Popeye (Japan, Sky Skipper hardware) [ShouTime]
2016-09-25 15:15:17 +01:00
Luca Elia
435a51e718
Redumped graphics rom for Grand Prix '98 (V100K) [Guru]
2016-09-25 15:21:22 +02:00
angelosa
d671459df4
x1.cpp: fix regression with Thunder Force, nw
2016-09-25 14:54:38 +02:00
einstein95
259940e9ed
Fix megadriv.xml comment alignment and dejavuj subtitle (nw)
2016-09-26 01:22:31 +13:00
R. Belmont
fe3eceba5f
Merge pull request #1449 from einstein95/master
...
Clickable buttons for 3bagflnz, 3bagflvt (nw)
2016-09-25 08:18:15 -04:00
R. Belmont
a725838abb
Merge pull request #1450 from rfka01/master
...
Added the later 286 variant to the Siemens Simatic PG685 skeleton.
2016-09-25 08:17:48 -04:00
Nathan Woods
f83fce0c28
Putting try { ... } catch(std::bad_alloc &) { ... } around recently introduced resize() calls
...
At the very least, I suppose this doesn't hurt; I'd just like to discuss how this should work in the long run.
Also, this blog entry sums up my opinion perfectly: http://christiangarbin.blogspot.com/2013/05/the-futility-of-catching-stdbadalloc.html
2016-09-25 07:30:03 -04:00
rfka01
5893f72bc8
Added the later 286 variant to the Siemens Simatic PG685 skeleton. 896K RAM, Bitmapped graphics
2016-09-25 11:57:54 +02:00
einstein95
40d41c8d58
Clickable buttons for 3bagflnz and 3bagflvt, more grammar fixes for layout README
2016-09-25 20:20:58 +13:00
Ivan Vangelista
ef8b8a023b
Merge pull request #1448 from ajrhacker/amusco_pic
...
amusco WIP: Use PIC for interrupts; correct SN type (nw)
2016-09-25 09:13:57 +02:00
Lord-Nightmare
a2c5002e50
correct the rom location for the 'rom-lo' rom on a mac 512k(e) motherboard, which is different from the location on a macplus, while the 'rom-hi' rom location is the same. (n/w)
2016-09-25 02:57:05 -04:00
Lord-Nightmare
60c3a365bc
mac.cpp: Replace bad dump in macplus v2 romset with redump, and use split roms for all macplus and mac512ke sets. [Lord Nightmare]
2016-09-25 02:53:01 -04:00
Lord-Nightmare
8f4cb55c31
superqix.cpp: cleaned up rom labels for consistency in comments and bootlegs. (n/w)
2016-09-25 02:24:41 -04:00
AJR
0984ebfdb7
amusco WIP: Use PIC for interrupts; correct SN type (nw)
2016-09-25 00:19:48 -04:00
therealmogminer@gmail.com
3953342c25
-cmi2x: Fix 6809 interrupt vectoring. [Ryan Holtz]
2016-09-25 04:22:02 +02:00
R. Belmont
75e538c17f
Merge pull request #1447 from system11b/S11vmahjong
...
-stv: Removed optional joystick control inputs from Virtual Mahjong s…
2016-09-24 21:00:34 -04:00
Vas Crabb
651808f6be
Merge pull request #1446 from npwoods/retire_imgtool_basename
...
Retired imgtool_basename(), in favor of core_filename_extract_base()
2016-09-25 10:57:38 +10:00
therealmogminer@gmail.com
239d09546f
Bad OG, no cookie, nw either
2016-09-25 01:29:22 +02:00
system11b
dd7b3febb5
-stv: Removed optional joystick control inputs from Virtual Mahjong since this game only supports Mahjong panel but was defaulting to Joystick [system11]
2016-09-24 23:58:51 +01:00
Nathan Woods
89512850bc
Retired imgtool_basename(), in favor of core_filename_extract_base()
2016-09-24 18:50:43 -04:00
Ivan Vangelista
c2e7dfc183
seibuspi.cpp: small "fix" (nw)
2016-09-24 23:39:08 +02:00
Ivan Vangelista
046e7b7f5f
Merge pull request #1445 from ajrhacker/amusco8088
...
amusco: Start fleshing out the driver
2016-09-24 23:32:33 +02:00