Commit Graph

12081 Commits

Author SHA1 Message Date
Trivial-Man a6eb3f060e Include LuaPictureBox in project
Oops.
2017-06-20 02:18:24 -06:00
Trivial-Man 1eff513e43 I don't have a clue what happened here
I assume something changed here because I added a file to the project? Specifically LuaPictureBox. I don't know what specifically changed though and things won't build without updating this
2017-06-20 02:01:02 -06:00
Trivial-Man 2ddadeae24 Add PictureBox component and methods for drawing on it 2017-06-20 01:20:27 -06:00
Trivial-Man b0e39406a6 Use LuaPictureBox functions in LuaCanvas
Also add in the missing error logs and correct some typos in LuaMethodAttributes.
2017-06-20 01:18:35 -06:00
Trivial-Man 089c487f26 Use LuaPictureBox for the LuaCanvas 2017-06-20 01:16:57 -06:00
Trivial-Man 28acb602ae Create LuaPictureBox component 2017-06-20 01:12:13 -06:00
Trivial-Man 0fc3266880 Merge pull request #1 from TASVideos/master
Update
2017-06-20 01:08:30 -06:00
alyosha-tas bd29ec087e NES: small PPU refactor
Will make future testing easier
2017-06-17 19:02:21 -04:00
alyosha-tas 0e0d3e4143 Update Execute.cs 2017-06-17 19:01:04 -04:00
alyosha-tas 0ddd7392c7 A7800Hawk Commit 5
- Almost done with DMA
2017-06-17 13:55:21 -04:00
alyosha-tas 13b99bafd0 NESHawk: Clean up and minor refactor
Simplify the code base a bit and gets a performance boost as well.
2017-06-16 21:41:13 -04:00
alyosha-tas 7bb76f9f03 A7800Hawk commit #4
-Start Maria DMA and frame execution
-Refactor CPU execution
-Expose more tools (Hex Editor, RAM Search, etc)
-Add Ready and Halt behaviours trigggered by Maria
2017-06-16 16:44:57 -04:00
alyosha-tas 93254b4b6e Update RomLoader.cs
Fixes #865
2017-06-16 10:35:41 -04:00
alyosha-tas 5a44c10a79 Update MainForm.cs 2017-06-16 10:34:35 -04:00
alyosha-tas 5b731cf8b8 SNES saveram: check for existance
checks if SGB saveram exists before attempting to assign it to the buffer pointer.

Also return null if no saveram is found, which conforms to what other cores are doing and what EMUHawk expects
2017-06-16 08:50:28 -04:00
zeromus 4e1decfa21 add LuaCanvas DrawArc missing from last luacanvas PR merge 2017-06-15 15:01:50 -05:00
zeromus cfb09b6b5d Merge pull request #882 from Trivial-Man/master
LuaCanvas: Add drawing features
2017-06-15 13:33:22 -05:00
Trivial-Man eff9308bbf Add drawing features
Brings canvas up to feature parity with LuaLibraryBase
2017-06-15 11:41:27 -06:00
alyosha-tas e07882ae56 NES APU cleanup 2017-06-13 10:43:34 -04:00
alyosha-tas 05304b465b NES APU improvements
passes some more of the test_apu_2 tests
2017-06-12 16:25:21 -04:00
zeromus 64e9a70d26 teach libretrobridge stuff how to check for changed serialize size 2017-06-12 03:14:21 -05:00
zeromus 6db010e384 add 'crop SGB frame' option; fixes #871 2017-06-11 18:20:55 -05:00
alyosha-tas 6227ae2770 Merge pull request #874 from alyosha-tas/master
A7800Hawk commit 3
2017-06-11 18:54:20 -04:00
alyosha-tas fdc458343b Create gamedb.txt 2017-06-11 18:45:28 -04:00
alyosha-tas 5b3c742f0d Add files via upload 2017-06-11 18:31:25 -04:00
alyosha-tas 027a150c02 Add files via upload 2017-06-11 18:30:38 -04:00
alyosha-tas ad1e222cbd Create MainForm.cs 2017-06-11 18:29:12 -04:00
alyosha-tas 05f1b21b61 Create MainForm.Events.cs 2017-06-11 18:25:50 -04:00
alyosha-tas 16163d959e Add files via upload 2017-06-11 18:17:34 -04:00
alyosha-tas 3c46604f28 Add files via upload 2017-06-11 18:15:11 -04:00
alyosha-tas a78f0b5fde Delete temp.txt 2017-06-11 18:12:54 -04:00
alyosha-tas dcc9857a1a Add files via upload 2017-06-11 18:12:32 -04:00
alyosha-tas 4f97dd224b Create temp.txt 2017-06-11 18:12:04 -04:00
alyosha-tas 2b48b8b007 Add files via upload 2017-06-11 18:08:03 -04:00
alyosha-tas 1d840906a5 Delete A7800HawkControl.cs 2017-06-11 18:07:42 -04:00
alyosha-tas 50d0db37b8 Delete temp.txt 2017-06-11 18:07:16 -04:00
alyosha-tas 55fb3bb1dc Add files via upload 2017-06-11 18:06:50 -04:00
alyosha-tas 18ff66f1d2 Add files via upload 2017-06-11 18:06:04 -04:00
alyosha-tas f7c07aed0b Add files via upload 2017-06-11 18:05:15 -04:00
alyosha-tas f44b587ab9 Create temp.txt 2017-06-11 18:04:40 -04:00
zeromus 0c2d4af1b2 libretro: quick fix so variable savestate sizes work 2017-06-11 13:07:31 -05:00
feos 77fa17ccdd Revert 19cf3b8551
"m64p: revert DBG preprocessor definitions merged along with 4c0bfd476434b4b69501035d24261c7447a78cf4"

Since 19cf3b8551 disables all lua hooks to the core, it's useless. But DBG causes crash when switching between some plugins on the fly, so it should be fixed in a proper way someday.
2017-06-11 12:20:23 +03:00
adelikat 4e070fd43f update statusbar on loadstate slot 7 2017-06-10 16:45:42 -05:00
alyosha-tas 614fe6eed0 Update gamedb 2017-06-09 20:43:51 -04:00
alyosha-tas ab818f1b93 Update BxROM 2017-06-09 20:43:02 -04:00
alyosha-tas ef14794181 oops 2017-06-09 20:14:55 -04:00
alyosha-tas d74fcd122d another gamedb fix 2017-06-09 20:13:42 -04:00
alyosha-tas 2b0851159c Game DB update 2017-06-08 14:59:45 -04:00
alyosha-tas ff980b91dd NES Fix APU
Finally fixes the infamously bad APU mixer tests
2017-06-08 14:35:13 -04:00
alyosha-tas fd3683c3cd Update game db 2017-06-07 21:36:25 -04:00