BizHawk is a multi-system emulator written in C#. BizHawk provides nice features for casual gamers such as full screen, and joypad support in addition to full rerecording and debugging tools for all system cores.
Go to file
brandman211 9100232547 -Made connections between the signal pins on the CP1610 and the STIC.
--Not sure why the STIC has any connection to the SST, but the docs on the SST are virtually non-existent from what I could find.
--I took advantage of Func and Action instead of passing bool references to both devices. I think this makes sense.
-Added reset functions for both devices.

My comparison log for INTRM is still weird because it says it is true initially (Expected) and remains as such after the first instruction (A bit odd). I think this happens because the STIC is supposed to "tick" and shift SR1 to false immediately, but the STIC tick happens after the CPU tick, and the CPU tick is where the logging happens. I need to find a better place to put this logging, and I need to implement the STIC ticking for IntelliHawk. I'm not positive how to approach the latter issue as I assume a tick means one instruction execution, and my executions happen in a loop on the CPU, which has no reference to the STIC, so I'm not sure where this fits into the equation.
2012-08-13 08:10:15 +00:00
BizHawk.Emulation -Made connections between the signal pins on the CP1610 and the STIC. 2012-08-13 08:10:15 +00:00
BizHawk.MultiClient Remove new controller config idea 2012-08-13 03:23:25 +00:00
BizHawk.Util make viewport panels background threads, so that they dont make the process hang when exiting (why did this start happening lately?) 2012-06-16 17:16:57 +00:00
CpuCoreGenerator fix bug in 6502 core generator 2012-03-13 20:27:24 +00:00
DiscoHawk discohawk was sort of in bad shape, not sure how i left it this way. this restores the ability to load cues that reference .raw files while supplying .mp3 tracks 2012-03-31 22:28:48 +00:00
Dist add discohawk dist script 2012-03-03 19:32:04 +00:00
LuaInterface lua-fix crashes when scripts terminate 2012-07-10 19:40:35 +00:00
PsxHawk.API general cleanup.. remove a bunch of warnings.. improve log console system a bit.. add new icons for log console window.. remove old demo psx interop system and add new, simpler one, which isnt really tested yet but is way less annoying. 2012-02-24 20:38:35 +00:00
PsxHawk.Core forgot to add 2012-02-24 20:40:02 +00:00
ReleaseNotes Update version numbers to 1.0.4 (interim) and remove erroneous release notes file. 2012-03-31 01:28:45 +00:00
BizHawk.sln now remove traces of psx from the current project, so it doesnt confuse any users 2012-02-24 20:45:27 +00:00
CpuCoreGenerator.sln Upgrade CpuCoreGenerator solution also 2011-08-27 02:20:10 +00:00
ICSharpCode.SharpZipLib.dll add sharpziplib for gzip so we can make portable JMD dumping without relying on the native 7z.dll 2012-05-07 18:42:43 +00:00
Json.net.1.3.1.modified-source.rar config.ini system improvement - json deserializer no longer throws exceptions when Global.Config variables had been added, written to the ini, and then removed from Global.Config (missing member exception). Sort of dumb for this purpose. 2012-06-15 19:15:38 +00:00
Newtonsoft.Json.dll config.ini system improvement - json deserializer no longer throws exceptions when Global.Config variables had been added, written to the ini, and then removed from Global.Config (missing member exception). Sort of dumb for this purpose. 2012-06-15 19:15:38 +00:00
SlimDX.dll Bizhawk bravely enters the year 2010 2011-08-27 02:17:11 +00:00
SubWCRev.bat improve nes rom detection log, and set svn:executable on some files 2012-03-07 19:14:15 +00:00
SubWCRev.exe improve nes rom detection log, and set svn:executable on some files 2012-03-07 19:14:15 +00:00
intl3_tsvn32.dll improve nes rom detection log, and set svn:executable on some files 2012-03-07 19:14:15 +00:00
libapr_tsvn32.dll improve nes rom detection log, and set svn:executable on some files 2012-03-07 19:14:15 +00:00
libaprutil_tsvn32.dll improve nes rom detection log, and set svn:executable on some files 2012-03-07 19:14:15 +00:00
libsasl32.dll improve nes rom detection log, and set svn:executable on some files 2012-03-07 19:14:15 +00:00
libsvn_tsvn32.dll improve nes rom detection log, and set svn:executable on some files 2012-03-07 19:14:15 +00:00
subwcrev.sh Add subwcrev.sh build script for non-Windows platforms 2012-03-12 04:44:10 +00:00
syncs.txt Commit Testing. 2012-08-02 18:55:01 +00:00