Commit Graph

127 Commits

Author SHA1 Message Date
goyuken bdbaa0c2d9 PCE CDL: add a new "disassemble" command. this makes a text dump of every opcode that has been mapped out so far, dumping memory domain, address within the domain, and huc6280 disassembly 2014-02-20 22:59:37 +00:00
beirich 4415673f31 pce: Add internal ability to toggle between unsafe and safe rendering. Not exposed in gui. default unsafe. for debugging purposes. humor me. didnt bother hooking up for SGX 2014-02-15 19:54:00 +00:00
goyuken 7acbcd5995 apply r6102 to SGX. 60% speedup in that arthur game 2014-02-14 22:05:57 +00:00
goyuken af0d5ac59e PCE: 50% overall speedup by reworking BG render inner loop 2014-02-14 20:24:26 +00:00
goyuken 17d6e866a0 pce: refactor CD loading to move bios determination out of RomLoader 2014-02-10 15:26:18 +00:00
goyuken 5769e85a6f add ID to bizhawk CDL file, to make it easily distinguishable 2014-02-10 04:20:26 +00:00
goyuken 4961c9e905 add quick dirty text document describing the CDL format for those who don't like C# 2014-02-10 03:54:16 +00:00
goyuken 47ba6ee915 PCE CDL: more on previous commit 2014-02-10 02:49:03 +00:00
goyuken d15c867693 PCE CDL: fix for street fighter 2 and 384K games. arcade card still not supported 2014-02-10 02:47:23 +00:00
goyuken bdbcf689d9 PCE: fix Main Memory domain in SGX mode. Add Cart Battery Ram domain (populous). change domain names in CDL to match memory domains. 2014-02-10 01:21:13 +00:00
goyuken c9c01202e6 PCE CDL: open for business! not very tested yet. DOES NOT WORK ON SF2 MAPPER. 2014-02-10 01:06:06 +00:00
goyuken 522f6549ad PCE: some CDL stuff, not hooked up yet 2014-02-09 23:13:11 +00:00
goyuken 094e7ca18f revert r6072 2014-02-09 20:17:59 +00:00
goyuken c2abb01978 i must commit this because we aren't using git 2014-02-09 20:09:19 +00:00
zeromus f98e1a942d try to make new pce "rom" domain writable 2014-02-09 06:57:54 +00:00
goyuken 5dac0660e1 PCE: disassembler enhancements 2014-02-09 05:49:05 +00:00
beirich 2dc01eab33 pasky better do something cool with this to warrant janking up my HuC6280 core 2014-02-08 20:18:36 +00:00
goyuken c18f1af150 PCE: fix noticeable LOH thrashing when rewinding with big savestates (arcade card) 2014-01-29 04:31:23 +00:00
adelikat 7393f132ab Move CPUs from Emulation.Common to Emulation.Cores 2014-01-22 01:14:36 +00:00
goyuken a327d585ee PCE - fix init problem with clean config 2013-12-30 20:26:33 +00:00
goyuken 50e3691181 new setting system: misc cleanup 2013-12-23 21:54:10 +00:00
goyuken d37796ab1c more new core config framework; this time GAEMBOY 2013-12-23 02:51:41 +00:00
goyuken 0347fc5eef core settings stuff etc 2013-12-22 20:41:21 +00:00
goyuken a5cdee3780 pce: connect to new settings system 2013-12-22 05:58:24 +00:00
goyuken bd205f47dc update our newtonsoft json.net to version 5.0 release 8. this fixes up abstract class handling so that the CoreSettings can work correctly.
tweak Binding, RecentFiles, and PathEntry to work with the new serializer.  on updating to this revision, you should be able to keep all config.ini settings except for hotkey bindings, path layouts, and recent files list.
start implementation of new CoreSettings and CoreSyncSettings.  at the moment, it's only partially done for NES.
2013-12-22 00:44:39 +00:00
adelikat 50d4a3307a Rip out UpdateControls() method from IController, also some code cleanup in related files 2013-12-07 00:53:06 +00:00
adelikat 7e45f13282 Change project name BizHawk.Emulation to BizHawk.Emulation.Cores 2013-11-15 14:05:47 +00:00