Commit Graph

44672 Commits

Author SHA1 Message Date
Ted Green
dce9779388 zeus2: Better quad size selection (nw) 2016-06-23 10:13:37 -06:00
Ted Green
5e41005381 zeus2: Closer to getting quad 14 word working (nw) 2016-06-23 10:13:37 -06:00
Robbbert
40003735b4 pockchal: fixed crash without cart; general cleanup (nw) 2016-06-24 01:41:40 +10:00
Ivan Vangelista
82c526ea38 tms32010.cpp: devcb instead of memory map for bio line (nw) 2016-06-23 17:08:31 +02:00
cracyc
b4e62ef6cc cheat: step one item at a time and write valid xml (nw) 2016-06-23 09:57:43 -05:00
Vas Crabb
759275f61a Merge pull request #990 from MooglyGuy/master
Convert SPARCv8 ops to document-described functionality [Ryan Holtz]
2016-06-23 22:21:52 +10:00
therealmogminer@gmail.com
ff04ed4cc0 Convert SPARCv8 ops to document-described functionality 2016-06-23 14:20:24 +02:00
etabeta78
75677f5e81 added a few more prototype & demo disks to psx.xml, surfaced
in the past two years (including the famous BioHazard 2 beta
usually referred to as BioHazard 1.5) + a rare Korean original
game titled Manic Game Girl. nw.
2016-06-23 13:07:45 +02:00
Nathan Woods
c962154875 Put the code that launches a save/load state into methods 2016-06-23 06:40:21 -04:00
Nathan Woods
f63148b735 "game" ==> "machine" 2016-06-23 06:40:06 -04:00
Ariane Fugmann
79fa9bbaad M2COMM: commented out jaleco custom handlers (nw) 2016-06-23 08:20:49 +02:00
Miodrag Milanović
f55646ea6f Merge pull request #987 from ajrhacker/debugpassthru
Eliminate some unnecessary pass-through methods from debugcpu (nw)
2016-06-23 07:53:01 +02:00
Scott Stone
76e50d1948 misc memory fix from Sarayan (nw) 2016-06-23 00:45:47 -04:00
Vas Crabb
2d01c1abdc VS2015 fixes in SPARC, disassemble VIS II SIAM (nw) 2016-06-23 13:06:12 +10:00
Vas Crabb
c19d656617 terminate those strings (nw) 2016-06-23 11:43:10 +10:00
R. Belmont
121e51c616 Merge pull request #985 from fulivi/hp9845_dev3
hphybrid: cleanup of AEC logic
2016-06-22 21:33:51 -04:00
briantro
41f8b7d816 galpani3.cpp: Added correct supplemental graphics roms to the Gals Panic 3 (Hong Kong) set. [Brian Troha, The Dumping Union] 2016-06-22 19:47:42 -05:00
Vas Crabb
b68b262e1b Merge pull request #989 from MooglyGuy/master
Rewrite SPARC emulation based on detailed descriptions from SPARC manual [Ryan Holtz]
2016-06-23 10:32:26 +10:00
couriersud
c6e6911aed Netlist changes
- Replaced shared_ptr by unique_ptr. 
- Better seperation of setup_t and netlist_t. 
- Fixed bugs in rdtsc code. Refactored timer code. 
- Simplify conditional activation/deactivation. 
- Introduced HINT(device, hint) to clarify that hints are inheritent 
  and not specific to devices. 
- Added improved profiling support to netlist. Statistics output now
  proposes devices for which whole device activation/deactivation be
  disabled. No significant improvement for pong, but breakout
  experiences a 10% improvement. 
- Moved options code from include to cpp file.
- Minor modifications to 7493 and 9316
- Introduced perftime_t and perfcount_t for gathering statistics. These
  templates do not create any code if statistics are not kept.
- Make help2man ./nltool produce usuable output. 
- More truthtable refactoring. Removed half-finished code for internal
  state support. As implemented, this would have had no support for
  timing delays. 
[Couriersud]
2016-06-23 02:04:51 +02:00
RobertoFresca
224dbf1cc9 Golden Poker driver: Enumerated and sorted out the supported games.... 2016-06-22 20:50:50 -03:00
couriersud
2e6da5a0a7 Merge remote-tracking branch 'origin/master' into netlist_dev 2016-06-23 01:43:43 +02:00
RobertoFresca
8a41cb1b50 New clones added or promoted from NOT_WORKING status
----------------------------------------------------
Buena Suerte (Spanish/Portuguese, set 23) [Roberto Fresca]
2016-06-22 20:38:16 -03:00
couriersud
5cb5fe3125 Replaced more shared_ptr by unique_ptr. (nw) 2016-06-23 00:53:21 +02:00
therealmogminer@gmail.com
b586b626de Rewrite SPARC emulation based on detailed descriptions from SPARC ref manual 2016-06-23 00:50:06 +02:00
Ariane Fugmann
8c325ebe68 Merge remote-tracking branch 'refs/remotes/mamedev/master' 2016-06-22 23:57:58 +02:00
Ariane Fugmann
56c06fd42d Merge remote-tracking branch 'refs/remotes/mamedev/master' 2016-06-22 23:49:28 +02:00
couriersud
badb2a903b Shared_ptr ==> unique_ptr. (nw) 2016-06-22 23:49:15 +02:00
Ariane Fugmann
e776cdf0e9 M2COMM: unified simulation code for all EPROM revisions. 2016-06-22 23:34:13 +02:00
couriersud
14a5f0143e Better seperation of setup_t and netlist_t. (nw) 2016-06-22 23:19:14 +02:00
AJR
d6f9e3bc1c Eliminate some unnecessary pass-through methods from debugcpu (nw) 2016-06-22 16:52:55 -04:00
Olivier Galibert
0ee8b0ee73 fix (nw) 2016-06-22 22:00:58 +02:00
couriersud
48e5f590bf Merge remote-tracking branch 'origin/master' into netlist_dev 2016-06-22 20:25:23 +02:00
Vas Crabb
32a75e7ae4 VIS I (UltraSPARC) and II (UltraSPARC III) for SPARC disassembler [Vas Crabb]
* Supports %gsr, all ops with exception of SIAM, and all ASI constants
* Use -arch sparcv9vis1 or -arch sparcv9vis2 with unidasm
2016-06-23 01:13:52 +10:00
Olivier Galibert
5884c383c2 misc fixes (nw) 2016-06-22 15:59:34 +02:00
Ivan Vangelista
47ac9a7bda tms32025.cpp: devcb instead of memory map for ports (nw) 2016-06-22 15:54:13 +02:00
mahlemiut
597b2417b4 debugimgui: don't add command to history if it's the same as the previous one 2016-06-23 00:20:48 +12:00
Ted Green
8b660ff62e zeus2: Minor upddate (nw) 2016-06-22 06:16:20 -06:00
Curt Coder
bafb46445e abc80x, abc1600: Used MCFG_SCREEN_RAW_PARAMS. (nw) 2016-06-22 13:55:49 +03:00
Olivier Galibert
20eff641a1 misc fixes (nw) 2016-06-22 11:33:06 +02:00
Olivier Galibert
b01de991f1 mac: Fix interactions between mirror and range [O. Galibert] 2016-06-22 11:18:19 +02:00
Vas Crabb
c8993e81b3 fix my stupidity - thanks Happy and Ryan (nw) 2016-06-22 18:47:19 +10:00
Olivier Galibert
54cbe17bbd eeprom pass (nw) 2016-06-22 08:28:40 +02:00
Vas Crabb
e876b7870e re-add this (nw) 2016-06-22 14:16:23 +10:00
Vas Crabb
af406e316a Add SPARC to unidasm [Vas Crabb] 2016-06-22 13:35:20 +10:00
arbee
af9f4006a5 sparc: fixed store double. sun4: checkpoint (nw) 2016-06-21 23:29:29 -04:00
cracyc
1a74f4dbde t11: show flags (nw)
vt240: fix comm init (nw)
2016-06-21 21:58:28 -05:00
Vas Crabb
5b9e7bcccf SPARC disassembler improvements: [Vas Crabb]
* Fix addcc/andcc in SPARCv7 mode and simplify integer op tables
* Allow ASI descriptions to be supplied with MCFG macro

sun4: add SPARC ASI descriptions [Vas Crabb]
2016-06-22 11:11:01 +10:00
cracyc
496fb0609b vt240: WIP (nw) 2016-06-21 19:41:38 -05:00
cracyc
f7c9301d0d mdndclab: correct for window larger than view (nw) 2016-06-21 19:31:16 -05:00
couriersud
23c5c02d5a Merge remote-tracking branch 'origin/master' into netlist_dev 2016-06-22 01:00:25 +02:00