Commit Graph

340 Commits

Author SHA1 Message Date
Souryo
ca543e9243 FDS: Fast-forward through bios when fast forward option is activated 2016-01-30 15:58:29 -05:00
Souryo
ea36115941 FDS: Sound support 2016-01-30 14:57:50 -05:00
Souryo
9bfa62129a Added support for drag and dropping rom/ips files 2016-01-28 23:01:01 -05:00
Souryo
47ffc9c89d NetPlay: Fixed crashes when connecting to a server that hasn't loaded a romyet. + Fixed lowercase title for clients after loading rom 2016-01-28 22:34:23 -05:00
Souryo
953986c055 Debugger: Fixed nametable viewer info (didn't show what was under the mouse) 2016-01-28 20:56:44 -05:00
Souryo
a681b4992c NetPlay: Fixed crash that occurred when bytes were > 127. Signed chars ended up becoming huge unsigned numbers, triggering the maximum message length and closing the connection. 2016-01-28 20:55:48 -05:00
Souryo
c772d4d0d5 PPU: Fixed missing/bad sprites on scanline 0 2016-01-28 20:47:45 -05:00
Souryo
df8e66a5e7 FDS support (missing sound emulation) 2016-01-28 20:47:16 -05:00
Souryo
50aed76ace VideoDecode: Replaced floats with doubles 2016-01-26 16:52:51 -05:00
Souryo
a732ef9f59 Debugger: Improved performance (reduced locking, etc.).
Also fixed a bug in GenerateOutput when cpu memory is mapped to prg ram (instead of rom)
2016-01-26 16:47:21 -05:00
Souryo
b320736273 MMC5: Save states 2016-01-24 21:54:05 -05:00
Souryo
a14d5b4703 Fixed function signature (GetCurrentScanline) 2016-01-24 21:35:43 -05:00
Souryo
c95cf0a77d MMC5: Fixed IRQ timing bug when disabling/enabling rendering during frames. Fixes Laser Invasion. 2016-01-24 21:35:24 -05:00
Souryo
642a408298 APU: Code cleanup (removed unused class template) 2016-01-24 18:51:07 -05:00
Souryo
dbf038d5b4 Mapper 85 (VRC7) support 2016-01-24 17:05:53 -05:00
Souryo
f4b7dcb1f5 VRC IRQs: Writing to control register must clear IRQ 2016-01-24 16:56:08 -05:00
Souryo
17f814e47a BaseMapper: Fixed missing CPU clocks in ProcessCpuClock 2016-01-24 16:51:58 -05:00
Souryo
853ef92063 VRC4: Implement mapper 27 correctly 2016-01-24 15:20:57 -05:00
Souryo
742d76c2f2 VRC4: Added IRQ support 2016-01-24 15:17:25 -05:00
Souryo
4d8a007e5f Mapper 24 & 26 (VRC6) support (Incomplete) 2016-01-24 14:20:35 -05:00
Souryo
b00a565354 BaseMapper: Refactoring, improved generic save state support 2016-01-24 11:18:50 -05:00
Souryo
9376c15abf Mapper 45 support 2016-01-24 00:40:56 -05:00
Souryo
73dd5829d8 Mapper 226 support 2016-01-23 21:54:15 -05:00
Souryo
deeace8b2f Mapper 207 (TaitoX1005 with different mirroring) support 2016-01-23 21:33:28 -05:00
Souryo
0003edb90c Mapper 118 (TKSROM/TLSROM) support 2016-01-23 21:09:01 -05:00
Souryo
d34baea364 Mapper 64 (Tengen Rambo 1) support 2016-01-23 20:02:20 -05:00
Souryo
7927a3b861 Fixed mapper 65 savestates 2016-01-23 17:09:28 -05:00
Souryo
711fbc5d35 Mapper 65 (Irem H3001) support 2016-01-23 16:58:12 -05:00
Souryo
12fc5e1c83 Mapper 91 support 2016-01-23 16:20:28 -05:00
Souryo
b5ca36f2d2 Mapper 140 (Jaleco JF 11 & 14) support 2016-01-23 16:02:11 -05:00
Souryo
18b202473e Fixed warning 2016-01-23 15:15:52 -05:00
Souryo
fce9605915 Mapper 230 support 2016-01-23 15:15:42 -05:00
Souryo
4311e7ab4e Mapper 225 support 2016-01-23 14:58:19 -05:00
Souryo
dd4f7d8131 Mapper 112 support 2016-01-23 14:38:54 -05:00
Souryo
b139870226 Removed unneeded #pragma once directives 2016-01-23 13:49:05 -05:00
Souryo
4a95c16e88 Mapper 68 (SunSoft 4) support (incomplete) 2016-01-23 13:48:48 -05:00
Souryo
85463f6f9d Mapper 73 (VRC3) support 2016-01-23 13:07:56 -05:00
Souryo
963c66c71d iNES: Ignore high nibble of mapper number for older roms. 2016-01-23 12:52:19 -05:00
Souryo
4b037162b7 Mapper 67 (SunSoft 3) support 2016-01-23 12:51:10 -05:00
Souryo
46ea449efc Mapper 62 support 2016-01-23 11:57:24 -05:00
Souryo
d6ee666240 Mapper 61 support 2016-01-23 11:44:40 -05:00
Souryo
e444b54d1e Mapper 57 support 2016-01-23 11:33:11 -05:00
Souryo
0244e22072 Mapper 52 support 2016-01-23 10:33:23 -05:00
Souryo
9814c3fd8a Mapper 49 support 2016-01-23 09:38:20 -05:00
Souryo
2f2c5d8c1f NetPlay: Fixed cheat-related bugs and crash when host loads a game while emulation is paused. 2016-01-23 00:52:06 -05:00
Souryo
a2c9122f74 NetPlay: Sync host cheat codes with clients 2016-01-21 20:30:00 -05:00
Souryo
40eac94d18 NetPlay: When host loads a save state, send it to the clients to stay in sync 2016-01-21 17:57:18 -05:00
Souryo
b3c10edf67 Mapper 44 support 2016-01-21 01:01:25 -05:00
Souryo
e356d68a82 Audio: Changed previous save state load fix. Previous fix caused issues with movies & netplay because the save state was not accurate. This fix remove the de-sync in movies & netplay 2016-01-21 00:53:02 -05:00
Souryo
60c1f435d2 Mapper 47 support 2016-01-20 21:06:56 -05:00