Commit graph

  • c810b4802a Moved FPS counter to renderer, instead of emulation core (gained ~20 fps) Souryo 2015-07-14 21:51:39 -04:00
  • e5fe396ffb Proper APU emulation (no longer using a library for it, except BlipBuffer) - Not finished need to implement save states & reset behavior Souryo 2015-07-14 21:50:14 -04:00
  • bb52c3f69c Removed all code from header files (Utilities project) Souryo 2015-07-11 10:01:06 -04:00
  • e7e77ccfa7 Converted all wide strings to utf8 strings Fixed exception throwing to be standard Souryo 2015-07-11 08:27:22 -04:00
  • e70448820c Input mapping support + Fourscore support + Turbo buttons Souryo 2015-07-10 21:07:24 -04:00
  • 0c91a15fa0 -Added x64 build -Rearranged build folders to be cleaner -Required resource files are automatically copied to the output folder Souryo 2015-07-06 21:31:32 -04:00
  • 3cf441b6c9 Fixed debugger (wasn't triggering execute breakpoints) Souryo 2015-07-05 22:28:17 -04:00
  • 7b0fac672d -Movies now record what game (name & CRC32) they were recorded from and attempt to load the same rom when played -Movies/NetPlay now use the recent files list to look for roms to load Souryo 2015-07-05 22:23:44 -04:00
  • 586b72e081 Hard reset now resets NES ram Souryo 2015-07-05 20:30:39 -04:00
  • 3daf877133 Fixed movies when recording "from start" a game that has different soft/hard reset behavior. (Recording/Played a movie from the start now forces a hard reset) Souryo 2015-07-05 19:35:38 -04:00
  • c25ef7f07a All settings/files are now saved in Documents\Mesen Souryo 2015-07-05 19:21:49 -04:00
  • 6ab9f63476 Fixed issue where save/load state shortcuts were not working correctly until the menu was manually opened by the user Souryo 2015-07-05 19:12:41 -04:00
  • 3858397d6e Allow messages containing new lines to wrap properly Souryo 2015-07-05 19:06:43 -04:00
  • f88b3921f9 Added missing cheat-related files Souryo 2015-07-05 19:06:06 -04:00
  • c895d1252e Added cheat code support - Supports Game Genie, Pro Action Rocky and Custom codes Souryo 2015-07-05 19:05:33 -04:00
  • 8bff3c7283 -Added control bindings to BaseConfigForm -Remove icon from forms and added it generically to BaseForm (reduces .exe size greatly) Souryo 2015-07-05 19:03:57 -04:00
  • f9060dc351 Fixed small PPU display bug introduced in previous build - need to return only if we set the sprite's pixel Souryo 2015-07-05 08:47:34 -04:00
  • 7cf5dafc40 -Fixed timing issues (with sprite DMA) + a bit of refactoring -PPU is now run AFTER a read/write, instead of before. (And the CPU class is in charge of running it, instead of the MemoryManager class) Souryo 2015-07-05 00:27:26 -04:00
  • f3df2ecf17 -CPU code changes to implement all dummy reads/writes. Each memory access runs the PPU for 3 cycles (PPU is now controlled by the CPU) -Optimizations + PGO (profile guided optimization) build support Souryo 2015-07-04 22:21:14 -04:00
  • b01e94d64d Made FPS counter look a bit cleaner Souryo 2015-07-03 00:18:43 -04:00
  • e84ecbc972 Cheat code UI - not finished Souryo 2015-07-03 00:12:02 -04:00
  • d793a7f711 -Deleted old UI project Souryo 2015-07-01 23:17:48 -04:00
  • 48409ae82b -Rewrote entire GUI in .NET -Several other fixes (bugfixes, refactoring, etc.) -Added a few more features to debugger Souryo 2015-07-01 23:17:14 -04:00
  • f8f9755eff Unfinished visual debugger implementation (to be finished later) Souryo 2015-06-24 19:26:19 -04:00
  • 366d4aec80 Mapper 189 support Souryo 2014-08-04 15:55:20 -04:00
  • 84e54c9b7d Fix for MMC1 - Ignore writes that occur after a dummy write - Fixes Bill & Teds + others Souryo 2014-07-28 20:52:47 -04:00
  • 4897f2f6ad Fixed automated tests Souryo 2014-07-27 19:42:32 -04:00
  • 941efc4110 CPU: Rewrote logic to use an addressing mode table, implemented dummy writes Souryo 2014-07-27 19:29:04 -04:00
  • 674e64e655 Fixed PPU memory mirroring issue - caused incorrect MMC3 IRQ timing in some games (i.e Burai Fighter) Souryo 2014-07-26 22:14:08 -04:00
  • 35d2e9cc00 PPU: Need to perform both sprite & bg fetches when either sprite or background is enabled. Otherwise things that rely on these fetches break - such as the MMC3 IRQ timer. Fixes Burai Fighter freezing at the start of level 1 Souryo 2014-07-26 20:21:36 -04:00
  • 3823407b58 Mapper 163 support (Only tested on FF7) Souryo 2014-07-12 22:23:08 -04:00
  • 5f138629b2 Moved SRAM & Expansion RAM to BaseMapper. Souryo 2014-07-12 22:22:40 -04:00
  • 4a3fd7f350 MMC3 fix (based on specs) Souryo 2014-07-12 21:01:28 -04:00
  • 7f62a749d6 Added player 2 key mappings to keyboard (patch/temp) Souryo 2014-07-12 20:57:58 -04:00
  • 618d1f1588 GIT settings (ignore rar files) Souryo 2014-07-12 20:56:34 -04:00
  • 0b083e4099 Fixed .sav filename when loading from ZIP archives Souryo 2014-07-12 20:56:22 -04:00
  • 0299503d71 Fixed deadlock when closing emu while paused Souryo 2014-07-10 23:23:04 -04:00
  • 494f02c306 Added message when saving screenshot. Souryo 2014-07-10 21:19:16 -04:00
  • 259f474ec7 Support for saving PNG screenshots Souryo 2014-07-10 21:17:37 -04:00
  • 82006c057b Fixed Netplay issue introduced with ZIP support Souryo 2014-07-10 20:24:28 -04:00
  • 3cc3bf6cbd Code cleanup Souryo 2014-07-10 19:30:22 -04:00
  • f55b9fce60 Added ZIP file support - Emu no longer crashes when loading unsupported mappers Souryo 2014-07-10 19:25:35 -04:00
  • 416865ff52 Added sleep for client thread Souryo 2014-07-09 22:02:46 -04:00
  • f748c51552 NetPlay - Allow host to pause game for clients Souryo 2014-07-09 21:48:54 -04:00
  • 1ad66f714f Improved text readability + multiple messages shown at once Souryo 2014-07-09 21:11:02 -04:00
  • e79dcf3303 Added missing files Souryo 2014-07-09 19:58:39 -04:00
  • f0b8905a5d Disabled some menu options when playing/recording movies Souryo 2014-07-09 19:54:21 -04:00
  • e56e300d3e Code cleanup (split .h & .cpp files, etc) Souryo 2014-07-09 19:05:07 -04:00
  • 14ab310f5e NetPlay improvements (auto loads ROM, supports host loading a save state, etc.) - Game client/server no longer run in the GUI thread Souryo 2014-07-09 18:29:07 -04:00
  • 21e9ad8bac VRC2/4 support (incomplete) - Mapper 21, 22, 23, 25, 27 Souryo 2014-07-08 18:36:21 -04:00
  • e129e4aac5 Added analog stick support (xbox controller) Souryo 2014-07-08 07:51:30 -04:00
  • e52d398f9d Close socket when connection was closed by peer (recv returns 0) Souryo 2014-07-07 23:38:29 -04:00
  • 41bf638a75 Added more debug info to UPnP Souryo 2014-07-07 21:23:20 -04:00
  • 73d921c6c5 NetPlay fix - only send controller state when it changes (fixes most of the lag) Souryo 2014-07-07 21:23:03 -04:00
  • 1d11e4a9cc Log all UI messages to the console Souryo 2014-07-07 18:44:11 -04:00
  • 0fd2fb23c5 Added UPnP port forwarding support Souryo 2014-07-07 18:43:50 -04:00
  • 6b00a1f5c8 Fixed played # display on connection Souryo 2014-07-06 21:12:04 -04:00
  • 388d8c7d7a Fixed freezes/crashes when connecting/disconnecting Souryo 2014-07-06 21:11:52 -04:00
  • fd80330a61 Added missing file Souryo 2014-07-06 20:40:33 -04:00
  • f4802421d0 Netplay (not finished, but works), save state fixes Souryo 2014-07-06 19:54:47 -04:00
  • 021efccbed Removed leftover debug code Souryo 2014-07-03 18:14:42 -04:00
  • 6a5178b665 Prevent input when window not in focus Souryo 2014-07-03 18:14:22 -04:00
  • 66c669fb24 Code cleanup Souryo 2014-07-02 20:44:34 -04:00
  • 2b1b5850f4 Default saves/states/movies/etc folders, code cleanup Souryo 2014-07-02 20:28:29 -04:00
  • f68f1c5a2d Fixed null reference when trying to save a state after starting another game Souryo 2014-07-01 22:58:04 -04:00
  • 7268a6426c Fixed Zelda 1 scrolling Souryo 2014-07-01 22:56:06 -04:00
  • 6fb497855c Several fixes for movies record/playback (and a couple of potential savestate fixes) Souryo 2014-07-01 18:05:54 -04:00
  • 94fa6a0ff8 Fixed "Record from start" Souryo 2014-07-01 13:24:02 -04:00
  • 07b558c8c4 Smaller savestates, Movie recording/playback, Slight performance improvement (~2-3% in Console::Exec) Souryo 2014-07-01 12:44:01 -04:00
  • d83de40701 Fixed crash when using MRU shortcuts Souryo 2014-06-30 14:44:49 -04:00
  • 2c55437a44 Changed the way cpu/ppu cycles are kept in memory (slightly faster) Souryo 2014-06-30 14:44:30 -04:00
  • b80b0a0d02 Saved config, save state slots, MRU list Souryo 2014-06-29 16:51:58 -04:00
  • c40e207301 Set filename in title bar Souryo 2014-06-29 10:06:30 -04:00
  • 7191e467a9 GUI optimizations - improves FPS by 2-3% Souryo 2014-06-28 22:52:49 -04:00
  • 0636b52ad1 DrawPixel refactoring to avoid doubled up conditions, etc. Souryo 2014-06-28 22:52:28 -04:00
  • f8ecd1be5e Mapper 11 support Souryo 2014-06-28 21:10:50 -04:00
  • 64ccd63117 Small optimization to DrawPixel Souryo 2014-06-28 20:25:42 -04:00
  • 84fea58257 Fixed memory leak Souryo 2014-06-28 19:56:51 -04:00
  • 3d1d8c7e62 Fixed window size when restoring Souryo 2014-06-28 19:31:16 -04:00
  • 83cddf637c Mapper 9 (Punchout) & Mapper 71 (partial) support Souryo 2014-06-28 18:50:01 -04:00
  • 200926f7e0 Implemented OpCode $89 (2-byte NOP) - Fixes Puzznic Souryo 2014-06-28 16:23:12 -04:00
  • 8187539fcb CPU Dummy Reads - Fixes Cobra Triangle and Ironsword Souryo 2014-06-28 15:48:30 -04:00
  • 5caf188286 Rounded FPS counter (else it wrote 59 fps when fps was 59.9999) Souryo 2014-06-28 14:22:17 -04:00
  • f38538f22a Prevent games from writing to CHR-ROM/PRG-ROM Souryo 2014-06-28 13:22:42 -04:00
  • b97f258f0e IsPageCrossed() fixed for unsigned values - fixes Battletoads & glitches in elevator action Souryo 2014-06-28 13:19:22 -04:00
  • 5d8c458a7e Small fix for MMC1 (Fixes graphics in Bases Loaded II) Souryo 2014-06-27 20:21:23 -04:00
  • 6e1742393d Improved timing, passes some more VBL/NMI tests Souryo 2014-06-27 12:18:07 -04:00
  • 616546ae5b AXROM support (Mapper 7) - Battletoads doesn't work (sprite 0 timing issue) Souryo 2014-06-26 23:13:02 -04:00
  • 060eb67421 Slightly improved automated tests Souryo 2014-06-26 20:55:22 -04:00
  • 81c18e17d1 Removed warnings Souryo 2014-06-26 18:49:29 -04:00
  • 99400c647e Savestate fixes (MMC1, _mirroringType) Souryo 2014-06-26 18:48:55 -04:00
  • 5c1e05d19f Fixed "Paused" position Souryo 2014-06-26 18:39:37 -04:00
  • 1d1b5ed1fc SUROM support - Dragon Warrior 3/4, Dragon Quest 4 Souryo 2014-06-26 18:32:11 -04:00
  • aa60c46f2f DX cleanup bug Souryo 2014-06-26 17:14:56 -04:00
  • 0b14d61fc0 GIT settings Souryo 2014-06-26 16:41:28 -04:00
  • ec1b0d5e16 MMC3 IRQ fixes - All tests pass (Revision A) Souryo 2014-06-26 16:41:07 -04:00
  • d9fd9c4736 Fixed memory leaks with DX resources Souryo 2014-06-26 16:24:15 -04:00
  • c6b4531898 Fixes mario bros 3 sound glitches - Dragon Quest 1 assert is also gone Souryo 2014-06-26 13:15:37 -04:00
  • 7180c64d50 Fixed SRAM related issues - Caused Metroid/Kirby slowdowns. Fixed console object destruction to allow save to disk at destruction time. Souryo 2014-06-26 11:41:27 -04:00
  • 88d57ec12e Removed top 8 & bottom 8 scanlines (need an option for this later on) Souryo 2014-06-26 11:32:09 -04:00