Commit Graph

10559 Commits

Author SHA1 Message Date
alyosha-tas 029f46626a Merge pull request #655 from alyosha-tas/master
Inital DMA commits
2016-06-29 09:49:11 -04:00
alyosha-tas d99d0d70d5 more states
for dma
2016-06-29 09:40:46 -04:00
alyosha-tas db51977ebc Inital DMA commits
pass: sprdama_and_dmc_dma


fail: dma_and_irq
(but was a false pass before)
2016-06-29 09:37:47 -04:00
alyosha-tas 7fa2ada249 Merge pull request #654 from alyosha-tas/master
Fix typo
2016-06-28 19:58:27 -04:00
alyosha-tas f846dc5172 Update NES.Core.cs 2016-06-28 19:56:44 -04:00
feos 35a07f42eb subtitles:
- trim trailing spaces
- sort by frame and then by Y pos (to properly order multiline subs)
- concat multilines (optionally) on export
- option to skip color tag on export
todo: fix multiline ordering for export
2016-06-29 00:32:43 +03:00
hegyak 842a3b6e13 Rearrange the gamedb.txt to have all it's Includes first instead of the break in the middle. 2016-06-28 05:22:16 -07:00
hegyak b7cfc07461 Add GoodNES 3.32a Database. 2016-06-28 03:02:57 -07:00
hegyak 562971a032 Add MSX1 and MSX2 ROM Hashses 2016-06-27 17:52:09 -07:00
hegyak 3342e89275 Added GBA E-Reader Card DB 2016-06-27 08:25:22 -07:00
hegyak 836492a73d Fix Bug 621. This should correctly boot all the HVC-SNROM Board ROMs now. 2016-06-27 07:41:51 -07:00
hegyak 55fb72b6dc Resolve Error 472 (Don't allow user to add more then 2 GB/GBC ROMs into the Bundler) 2016-06-26 13:44:55 -07:00
alyosha-tas 0225c89fbb Merge pull request #651 from alyosha-tas/master
PPU viewer and APU open bus fixes
2016-06-26 16:18:55 -04:00
alyosha-tas 43b6d0f36e Fix apu open bus reads
passes:
cpu_exec_space/test_cpu_exec_space_apu
2016-06-26 16:16:22 -04:00
alyosha-tas 2eda1450bf fix bounds of sprite and palette boxes
hopefully fixes the out of range errors
2016-06-25 20:51:13 -04:00
Ben Eirich 52008a9a5d Not crashing on PCE-CD is good too 2016-06-25 20:38:47 -04:00
Ben Eirich 20300834da Don't crash when loading SGX games =( 2016-06-25 20:24:00 -04:00
alyosha-tas eda84ac121 Merge pull request #649 from alyosha-tas/master
fixes Time Lord
2016-06-25 10:40:38 -04:00
alyosha-tas be5e649584 set vblank flag properly at poweron
fixes Time Lord
2016-06-25 10:38:42 -04:00
alyosha-tas 1cf329e4c0 Delete Execute.cs 2016-06-24 15:07:28 -04:00
alyosha-tas 0e3e8c123f Delete Execute.cs 2016-06-24 15:06:32 -04:00
alyosha-tas 3481e90559 Merge pull request #648 from alyosha-tas/master
Another read / RDY fix
2016-06-24 15:05:54 -04:00
alyosha-tas 1c9d814e15 Add files via upload 2016-06-24 15:02:50 -04:00
alyosha-tas 6ec4451c95 Add files via upload 2016-06-24 15:02:08 -04:00
Tony Konzel d518db2d14 6502: RTS IncPc micro-op should perform a read at PC and discard the result. 2016-06-22 15:09:57 -05:00
alyosha-tas 627197aac6 Merge pull request #647 from alyosha-tas/master
NesHawk updates
2016-06-21 17:37:32 -04:00
alyosha-tas d9456b0167 Consistency Check
So far so good
2016-06-21 17:33:00 -04:00
alyosha-tas 27c4bac062 ppu open bus emulation
ppu_open_bus - passes
cpu_dummy_writes_ppumem - passes
2016-06-21 17:14:46 -04:00
alyosha-tas 08da6ddbfe Delete NES.Core.cs 2016-06-21 17:13:46 -04:00
alyosha-tas 82fe1f0d6b Delete NES.cs 2016-06-21 17:13:33 -04:00
alyosha-tas 0ab22cb10a Delete PPU.cs 2016-06-21 17:13:21 -04:00
alyosha-tas 3371a8093c Delete PPU.regs.cs 2016-06-21 17:13:10 -04:00
alyosha-tas ff4feb5ee8 ppu open bus emulation
cpu_dummy_writes_ppumem - passes
ppu_open_bus - passes
2016-06-21 17:11:06 -04:00
alyosha-tas ec27890aba Improve DMC DMA timing wtih RDY
passes dpcmletterbox
Far more accurate but still needs to interact correctly with OAM DMA
2016-06-21 09:20:52 -04:00
alyosha-tas aa2992ebdf Merge pull request #645 from alyosha-tas/master
Fix a bug in OAM regs
2016-06-18 12:09:54 -04:00
alyosha-tas bc17e6519c Fix a bug in OAM regs
passes oam_stress
2016-06-18 12:07:53 -04:00
alyosha-tas cd95bb3e62 Merge pull request #644 from alyosha-tas/master
Minor Update
2016-06-16 11:35:30 -04:00
alyosha-tas 55feae8bf6 clean up and minor fixes 2016-06-16 11:29:08 -04:00
alyosha-tas 618deafe12 Delete Execute.cs 2016-06-16 08:44:21 -04:00
alyosha-tas 47b44154a7 small updates
passes dmc basics

clean up execute
2016-06-16 08:43:28 -04:00
alyosha-tas 82348b5f31 Merge pull request #3 from TASVideos/master
sync up 2
2016-06-16 08:08:55 -04:00
alyosha-tas 24bbaa19bd Merge pull request #643 from alyosha-tas/master
NesHawk and 6502 bug Fixes
2016-06-15 22:44:27 -04:00
alyosha-tas b7c8755b14 Fill in some undocumented opcodes
now passes instr_misc/instr_misc (the only test I could find that even concerned itself with these opcodes)
2016-06-15 22:33:15 -04:00
zeromus 303a6cd956 psx: patch for "Fantastic Pinball Kyutenkai" lockup, not likely to affect sync but could in principle. 2016-06-14 12:54:43 -05:00
Hathor86 9a4dd89f7f Fix polar coord when center is non-zero
The range is now used to compute right angle / ray value even if the
center is not 0,0
Tested for N64 and PSX, should probably work for every system :)
2016-06-14 19:31:54 +02:00
zeromus 8fb106902c contributers -> contributors 2016-06-13 11:48:19 -05:00
zeromus a9c0211d46 change a bunch of old googlecode urls in assemblyinfos 2016-06-13 11:34:27 -05:00
feos 2d2efba150 tastudio: option to do autorestore not only on mouseup.
doesn't affect rerecord counter
2016-06-13 18:29:29 +03:00
feos 1a11f34c13 tastudio: bind insert/delete/clone/clear. 2016-06-13 16:40:13 +03:00
feos af4b3ec752 tastudio: bind autorestore, turboseek and followcursor. 2016-06-13 15:43:28 +03:00