adelikat
|
20f7dca9ae
|
support ines header "MAPPER034", fixes a bad dump of something
|
2015-08-08 10:05:09 -04:00 |
adelikat
|
d662d9a700
|
clean up the NESSyncSettingsForm
|
2015-08-07 17:15:50 -04:00 |
scrimpeh
|
c095bf4b46
|
NESHawk/Mapper90 - Various Fixes to PRG and CHR banking system and IRQs, makes the 45-in-1 multicart playable
|
2015-08-06 14:54:38 +02:00 |
nattthebear
|
4f159b4c20
|
Populate board values sync settings with default values when loading a game on a board with them
|
2015-08-05 21:05:07 -04:00 |
adelikat
|
65157f77e3
|
PSX - implement IRegionable, and thus record the pal flag into movies property and properly report movie times
|
2015-08-05 20:29:35 -04:00 |
adelikat
|
ba21484ddd
|
add IRegionable as an emulator service to indicate NTSC vs PAL, etc. Refactor cores that conveyed this information to use this service, fixed cheaty reflection to grab this info to use the service instead, marked some cores as region not applicable where it made sense to me (I'm sure I'm wrong in some cases)
|
2015-08-05 20:12:09 -04:00 |
scrimpeh
|
40f87f3391
|
NEShawk - Mapper 90 - Change Dipswitches to sync settings
|
2015-08-06 00:10:21 +02:00 |
scrimpeh
|
a24f8bee23
|
NEShawk - Mapper 90
|
2015-08-05 19:59:48 +02:00 |
zeromus
|
8fc5acfdcd
|
psx - add clip to framebuffer option
|
2015-08-02 11:35:19 -05:00 |
zeromus
|
43cfd72b1c
|
fix loading PSF with no tags
|
2015-07-25 18:01:38 -05:00 |
zeromus
|
5f4f164a95
|
revert psx fast boot stuff. can't be done without full bios HLE. bad plan. nice try. much education.
|
2015-07-22 18:26:57 -05:00 |
zeromus
|
6bb969e338
|
psx - add ability to skip firmware boot screens
|
2015-07-22 15:37:28 -05:00 |
zeromus
|
6e1cde2793
|
hookup PSF support
|
2015-07-20 23:11:00 -05:00 |
zeromus
|
77d14892fb
|
add PSF support logic
|
2015-07-20 23:10:49 -05:00 |
zeromus
|
a0e623ef1b
|
disc - some unneeded code cleanup
|
2015-07-18 23:53:12 -05:00 |
zeromus
|
eab8d6ac19
|
fix saturn disc booting
|
2015-07-18 11:42:05 -05:00 |
adelikat
|
e841707502
|
Quicknes - throw an UnsupportedGameException on Paperboy (U) because input will not work for some reason, this allows it to fallback to NesHawk automatically
|
2015-07-18 08:58:52 -04:00 |
zeromus
|
f998ea9cf1
|
psx - support reset button
|
2015-07-17 16:55:44 -05:00 |
zeromus
|
0e7a82db28
|
change default disc select input to 1 instead of -1. i think the -1 was an older idea which isnt needed anymore
|
2015-07-17 16:55:43 -05:00 |
nattthebear
|
5bae8df811
|
Fix Seger CD with disk system changes
|
2015-07-17 17:20:05 -04:00 |
adelikat
|
c70c59ed76
|
set released flag to true for Octoshock
|
2015-07-14 20:39:41 -04:00 |
zeromus
|
641b67e1cc
|
psx - properly dispose resources used by core
|
2015-07-13 16:07:34 -05:00 |
zeromus
|
7bec7b806b
|
add PSX disc hashing tool
|
2015-07-12 20:08:30 -05:00 |
zeromus
|
a7ae3c0cfc
|
Merge branch 'discsys'
Conflicts:
BizHawk.Emulation.Cores/BizHawk.Emulation.Cores.csproj
BizHawk.Emulation.Cores/Consoles/Sega/gpgx/GPGXDynamic.cs
libmupen64plus/mupen64plus-win32-deps
|
2015-07-11 14:01:44 -05:00 |
zeromus
|
901d5c1431
|
fix some errors with 2442 vs 2448, repair CCD dumping, repair discohawk
|
2015-07-11 13:47:00 -05:00 |
zeromus
|
bdb64ce251
|
clarify disc ID process comments a bit
|
2015-07-11 13:47:00 -05:00 |
zeromus
|
691531421a
|
more discsys reorg
|
2015-07-11 13:46:57 -05:00 |
zeromus
|
67468e93ec
|
discsys reorg and move CDAudio to BizHawk.Emulation.Common for cleaner assembly reference dependencies
|
2015-07-11 13:46:56 -05:00 |
zeromus
|
57d76317c8
|
some small discsys cleanup
|
2015-07-11 13:46:56 -05:00 |
zeromus
|
cc31331bc0
|
refactor discstructure mightily
|
2015-07-11 13:46:55 -05:00 |
zeromus
|
4f978ccba9
|
repair pce-cd disc loading of subQ
|
2015-07-11 13:46:37 -05:00 |
zeromus
|
f9c5b17097
|
restore discsys TOCRaw and DiscStructure synthesis and make octoshock disc reading work again
|
2015-07-11 13:46:36 -05:00 |
zeromus
|
6dcaa3ca04
|
apply major discsystem refactorings to emulator cores and client. lots of undone things, most notably generalized RawTOCEntries -> TOCRaw -> Structure synthesis outside of the individual format/api disc loaders. IOW there's no DiscStructure right now. Probably lots of bugs too.
|
2015-07-11 13:46:36 -05:00 |
zeromus
|
4b8d3cfa79
|
cleanup CUE toc handling a bit
|
2015-07-11 13:46:16 -05:00 |
adelikat
|
3541c9e975
|
Make the lag counter settable, and expose this functionality in lua
|
2015-07-09 13:05:30 -04:00 |
scrimpeh
|
bcbc588e05
|
Apple II - Fix Memory and Input Callbacks interacting with savestates
|
2015-07-06 22:09:18 +02:00 |
scrimpeh
|
23d93cc1fe
|
Apple II - Add Input Callbacks, Change definition of a lag frame
|
2015-07-06 21:15:48 +02:00 |
scrimpeh
|
43dd015b51
|
AppleII - Add MemoryCallbacks, Breakpoint Support, Set Registers in Debugger to proper bit size.
|
2015-07-05 17:09:07 +02:00 |
adelikat
|
0a6fb3dce2
|
remove the GPGX trace logger since it isn't wired up and we don't want it to display if it doesn't work
|
2015-07-05 09:13:44 -04:00 |
nattthebear
|
98ad258966
|
fix dll paths in GPGXDynamic.cs
|
2015-06-25 17:24:19 -04:00 |
zeromus
|
f75b06ce75
|
dont use gpgxdynamic for genesis games til its done
|
2015-06-25 14:14:42 -05:00 |
adelikat
|
b728efb314
|
AppleII.ISettable - group with the other apple II files
|
2015-06-24 20:43:51 -04:00 |
nattthebear
|
7f316559cd
|
some elf infrastructure for mono - not tested, but should be a helpful start
|
2015-06-24 19:34:38 -04:00 |
nattthebear
|
77d3369d26
|
Some stuff for loading elves. Not yet all finished.
|
2015-06-23 21:35:34 -04:00 |
zeromus
|
80164c1fba
|
import WIP discsys work from svn
|
2015-06-23 13:57:11 -05:00 |
goyuken
|
ae4881356e
|
appletwo: fix mono setting being borked on loadstate
|
2015-06-21 14:40:58 +00:00 |
scrimpey
|
5a686f195d
|
Apple II - remove vestigial method
|
2015-06-21 14:34:33 +00:00 |
scrimpey
|
02b71ab377
|
Apple II - Add Trace Logging functionality
|
2015-06-21 14:31:18 +00:00 |
scrimpey
|
2da9650be5
|
Apple II Debugger - Add Stepping ability
|
2015-06-19 18:34:52 +00:00 |
adelikat
|
212f94814d
|
Intellivision - misc reorg
|
2015-06-18 16:44:30 +00:00 |