zeromus
d05ddabf5f
Update README.md
2016-03-16 02:07:43 -05:00
Tony Konzel
93fcb293d8
C64: Fix the build post-merge (derp.)
2016-03-15 11:38:55 -05:00
Tony Konzel
05914e1490
Merge pull request #599 from TASVideos/c64-via-timer-fixes
...
C64 via timer fixes (and more)
2016-03-15 10:08:17 -05:00
zeromus
d06c035df4
add scrollbar to pathconfig tabpages ( fix #594 )
2016-03-15 00:35:48 -05:00
zeromus
68f16a3a79
dont crash when shutting down a saturn core started in non-gl mode
2016-03-13 19:50:25 -05:00
feos
a6c3561db0
lua: movie.getinput() now fails gracefully if adapter is null.
...
fixes #595
movie.mode() returns a string, so make its modes look like strings in the description.
2016-03-12 12:05:24 +03:00
pjgat09
29e6d5e1d5
Atari 2600: Fixed an off by one bug with the 6532
2016-03-11 10:50:03 -05:00
nattthebear
3bc6fe1b04
Add the elf stuff back to solution (doesn't do anything, don't use, ugly and embarassing, etc). Switch gpgx to use bizinvoker and slash a few hacks there. Bizinvoker - add support for forwarded attributes in Compatibility mode ([Out], [In]), and support enum, ref enum, and enum[]. Misc cleanup.
2016-03-10 22:00:52 -05:00
zeromus
aa3c599882
readd y=x functionality to SetReadOnly
2016-03-10 19:03:07 -06:00
Tony Konzel
3ce0264fd3
C64: Actually use the correct data and length when building PRGs onto disk images.
2016-03-09 20:35:56 -06:00
Anthony Konzel
aa83c33c58
6502: All non-writes are affected by RDY.
2016-03-09 20:12:49 -06:00
Anthony Konzel
bd7e10af6b
C64: Add disk builder to project.
2016-03-09 19:53:41 -06:00
Anthony Konzel
9557a25301
C64: Improved disk support.
2016-03-09 19:53:02 -06:00
feos
90b4ccfcb9
genesis disasm: use # prefix for moveq, addq and subq too.
2016-03-08 14:03:49 +03:00
Anthony Konzel
aaa0da85fd
C64: Prophet64 and Action Replay mapper (incomplete) added.
2016-03-06 16:31:29 -06:00
zeromus
de576bb067
AVWriters now implement UsesAudio and UsesVideo so that the frontend can decide how much work it needs to tell the core to do to fulfill the AVWriter's needs ( fixes #593 )
2016-03-05 17:20:00 -06:00
Anthony Konzel
178457309a
C64: Drive light reflects both cartridge LED and disk drive now.
2016-03-05 16:00:19 -06:00
Anthony Konzel
8fd552274e
C64: Discover file formats heuristically instead of by filename.
2016-03-05 15:23:22 -06:00
Adam Michaud
9b75d9c359
Merge pull request #592 from TASVideos/feature-drag-drop
...
Expanded drag and drop
2016-03-04 22:54:40 -05:00
adelikat
234cc2e5d8
Get started on C64 support in the multi-disk bundler
2016-03-04 21:50:24 -05:00
nattthebear
136b70fa85
Clean up .gitignore and add a bunch of things
2016-03-04 19:08:54 -05:00
Anthony Konzel
57676608d0
C64: Fix ROM load order.
2016-03-04 17:29:47 -06:00
Anthony Konzel
b0e4e18ebc
C64: Manage memory for Cartridge, Write protect on media.
2016-03-04 16:15:01 -06:00
Anthony Konzel
f4f45f73a8
C64: Better lifecycle management and 1541-II support.
2016-03-04 16:06:25 -06:00
Isotarge
822f571621
RAM Search: Fix unhandled exception
...
Fixes an unhandled exception when beginning to type a negative number
into the search box when display is set to float
2016-03-05 08:11:08 +10:30
adelikat
ebceb1fc73
Merge branch 'master' of https://github.com/TASVideos/BizHawk
2016-03-04 08:39:48 -05:00
adelikat
5cd11d0bb4
Move Sound component objects from Emulation.Common to Emulation.Cores so they live in the same assembly as the calling cores
2016-03-04 08:37:09 -05:00
zeromus
86b3ecf7b8
displaymanager: change how windows shrink to <1:1 by shrinking content instead of attempting to inversely 'letterbox' it by shoving it offscreen ( fixes #579 )
2016-03-04 01:59:25 -06:00
Anthony Konzel
87200593b6
C64: Internal support for multiple files and Epyx Fastload support.
2016-03-03 21:14:19 -06:00
Anthony Konzel
a435cc912c
C64: Use Chip6522 factory.
2016-03-03 18:03:48 -06:00
Anthony Konzel
28ced70f28
C64: Populate half-tracks when loading images.
2016-03-03 15:43:43 -06:00
Anthony Konzel
cff1708be6
C64: Perform sync check before shifting.
2016-03-03 00:13:55 -06:00
Anthony Konzel
64ded912df
C64: Implement more of the VIA timers.
2016-03-02 23:45:13 -06:00
Adam Michaud
2db8f7e14c
Expanded drag and drop
...
Allows dragging-and-dropping of multiple files onto a running BizHawk
window.
Currently, dragging-and-dropping multiple files of the same
classification is disabled. Classifications are listed in the
LoadOrdering Enum, and include the order in which those types of files
should be loaded (no state before ROM, etc.)
The current ordering is ROM, state, watch, CDL file, Lua session, Lua
script, cheat file, [movie file and legacy movie file].
The next thing to do is allow dropping archives and extracting the
relevant files from it, but the current hurdle is that any such loaded
file would have to be read-only, as re-saving into the archive could be
problematic. Furthermore, all of the existing functions (copied and
split into the Loaders region) accept filenames and not streams, which
means that much of the rest of the code needs refactoring to allow
archive loading.
2016-03-02 23:09:44 -05:00
nattthebear
c4c12ff357
mgba 64 bit build
2016-03-02 20:34:56 -05:00
zeromus
1b32d02ac8
visualstudio keeps wanting to edit this, so ill let it
2016-03-01 22:07:16 -06:00
zeromus
5f86fa5953
64bit octoshock
2016-03-01 21:58:01 -06:00
nattthebear
72adbbf898
lynx 64 bit build. not gonna lie - this system is pretty disappointing
2016-03-01 22:47:16 -05:00
nattthebear
76ccefb3c6
Properly move cgc to the Assets/dll folder
2016-03-01 22:12:36 -05:00
Tony Konzel
ab74a9274b
Merge pull request #588 from TASVideos/c64-delta-savestates
...
C64 delta savestates
2016-03-01 20:41:09 -06:00
Anthony Konzel
fd62145df5
C64: Don't compress savestate data (let the UI do that)
2016-03-01 20:34:08 -06:00
adelikat
20f3e235f8
Add documentation to the Emulation.Common IEmulatorService interfaces
2016-03-01 21:10:50 -05:00
nattthebear
1055f07a06
cgc for 64bit build (same cgc as in the 32 bit build, but it's not really an asset, so...
2016-03-01 20:55:33 -05:00
Anthony Konzel
a06dd5f768
C64: Faster loading savestates. Also fix input not working after loading state.
2016-03-01 16:03:20 -06:00
Anthony Konzel
43ac625a95
Apply savestate changes to disk subsystem.
2016-03-01 14:01:56 -06:00
Anthony Konzel
70e1a2ca29
C64: Apply savestate changes to tape subsystem.
2016-03-01 13:52:47 -06:00
Anthony Konzel
1e2c9e45f0
C64: Apply savestate info to cartridge subsystem.
2016-03-01 13:50:07 -06:00
Anthony Konzel
472616c4f7
C64: Add bare delta media savestate support.
2016-03-01 13:15:27 -06:00
Anthony Konzel
67edd5df1e
C64: Simplify input handling.
2016-03-01 13:14:59 -06:00
nattthebear
68396dcb03
64 bit gambatte build
2016-02-29 22:23:50 -05:00