Commit Graph

  • ae5b4c3bb3 Update to v099r01 release. Tim Allen 2016-06-14 20:51:54 +10:00
  • 8153b765a2 General cleanup. Minor fixes to LCD Controller accuracy. Lior Halphon 2016-06-12 19:39:05 +03:00
  • d7d8da3fa9 More accurate emulation of the SCX register Lior Halphon 2016-06-11 17:58:00 +03:00
  • b7e999b242 Modified saved data to be more future-compatible. Lior Halphon 2016-06-11 14:52:09 +03:00
  • c074c6e064 Update to v099 release. v099 Tim Allen 2016-06-11 11:13:18 +10:00
  • 36d46567ba Updated change log and incremented version to 0.4 Lior Halphon 2016-06-10 18:07:39 +03:00
  • 6c7dd761e2 Fixed a crash related to adding and deleting breakpoints Lior Halphon 2016-06-10 18:03:12 +03:00
  • ee7e58e44b Fixed a bug introduced by the last STAT fix. This restores GBVideoPlayer support. Lior Halphon 2016-06-10 17:29:49 +03:00
  • 759b497c07 Fixed bug introduced by the stereo support Lior Halphon 2016-06-10 16:38:20 +03:00
  • aca5873de2 More accurate STAT interrupt. This fixes Altered Space and partially fixes Pinball Deluxe. It breaks GBVideoPlayer, however. Lior Halphon 2016-06-10 16:31:57 +03:00
  • 3e1863ec51 Battery save support in the SDL version Lior Halphon 2016-06-10 15:48:40 +03:00
  • 6bc64a9902 Added stereo support. Correct some PCM register behavior. Lior Halphon 2016-06-10 15:28:50 +03:00
  • 4d8f2cfac8 Added missing -framework Carbon Lior Halphon 2016-06-09 18:22:47 +03:00
  • 50420e3dd2 Update to v098r19 release. Tim Allen 2016-06-09 08:26:35 +10:00
  • c27ee9d879 Fixed a bug in the Cocoa port that made SameBoy ignore some input keys when the keyboard layout is set to a non-Latin/ASCII keyboard. This was solved by forcing an ASCII layout. Lior Halphon 2016-06-09 00:37:00 +03:00
  • 94ea44da0c Introducing the OmniScale (beta) algorithm to SameBoy Lior Halphon 2016-06-09 00:06:55 +03:00
  • b08449215a Update to v098r18 release. Tim Allen 2016-06-07 21:55:03 +10:00
  • 9b452c9f5f Update to v098r17 release. Tim Allen 2016-06-06 08:10:01 +10:00
  • 3681961ca5 Update to v098r16 release. Tim Allen 2016-06-05 15:03:21 +10:00
  • 20ac95ee49 Update to v098r15 release. Tim Allen 2016-06-05 14:52:43 +10:00
  • 8a3e0c3f24 Merge branch 'master' of https://github.com/LIJI32/SameBoy Lior Halphon 2016-06-04 17:39:16 +03:00
  • fdc41611cf Update to v098r14 release. Tim Allen 2016-06-01 21:23:22 +10:00
  • 839813d0f1 Update to v098r13 release. Tim Allen 2016-06-01 08:29:36 +10:00
  • 7f3cfa17b9 Update to v098r12 release. Tim Allen 2016-05-26 21:20:15 +10:00
  • ae5d380d06 Update to v098r11 release. Tim Allen 2016-05-25 21:13:02 +10:00
  • da65b4e90d Audio support for the SDL port Lior Halphon 2016-05-23 22:22:09 +03:00
  • 3ebc77c148 Update to v098r10 release. Tim Allen 2016-05-16 19:51:12 +10:00
  • 6ae0abe3d3 Update to v098r09 release. Tim Allen 2016-05-04 20:07:13 +10:00
  • 0955295475 Update to v098r08 release. Tim Allen 2016-05-02 19:57:04 +10:00
  • 8d59bfcbdd Filter support for Cocoa port + 7 basic filters Lior Halphon 2016-04-28 23:07:05 +03:00
  • 7cdae5195a Update to v098r07 release. Tim Allen 2016-04-23 17:55:59 +10:00
  • e2ee6689a0 Update to v098r06 release. Tim Allen 2016-04-22 23:35:51 +10:00
  • 55e507d5df Update to v098r05 release. Tim Allen 2016-04-18 20:49:45 +10:00
  • dde983db8f Updated change log and incremented version to 0.3 Lior Halphon 2016-04-16 15:21:22 +03:00
  • 79e4c22c6b Fixed string in MBC command Lior Halphon 2016-04-16 15:18:40 +03:00
  • 0fa2d6ea2f Prevent creating .sav files for ROMs claiming they have a battery but have no cartridge RAM or RTC Lior Halphon 2016-04-16 14:09:56 +03:00
  • 7dc575d01e Fixed a bug where audio channel 3 was playing silently instead of being muted. Lior Halphon 2016-04-16 14:08:30 +03:00
  • ddc9605271 Load DMG's tilemap for specific games in the CGB boot (Fixes X's title screen and an unknown game with title checksum $43) Lior Halphon 2016-04-16 01:14:30 +03:00
  • d63a801821 Fixed a mistake that made the CGB boot ROM not initialize the wave pattern. Closes #2. Lior Halphon 2016-04-15 22:09:06 +03:00
  • b8bc84db4e Corrected read of HDMA5, fixing A Bug's Life Lior Halphon 2016-04-15 01:26:48 +03:00
  • 4a05c4243d Corrected description for the breakpoint command Lior Halphon 2016-04-13 22:48:07 +03:00
  • 2a5375a0c8 Configurable keys for the Cocoa port Lior Halphon 2016-04-13 22:43:16 +03:00
  • a2d3b8ba15 Update to v098r04 release. Tim Allen 2016-04-12 07:29:56 +10:00
  • 8dd1b3c854 Added (experimental) stack-leak and stack-overflow detection command to the debugger. Lior Halphon 2016-04-10 23:22:54 +03:00
  • 71ef40f4b6 "Standardized" the finish/next call depth as debugger "hooks" Lior Halphon 2016-04-10 22:24:53 +03:00
  • bf6dff30cb Corrected debugger's finish behavior's on interrupt handlers Lior Halphon 2016-04-10 20:58:14 +03:00
  • 0a09fba091 Correcting DIV and TIMA speed in CGB's double speed mode Lior Halphon 2016-04-09 16:48:37 +03:00
  • de95e6f6fc Fixed incorrect DMA validity check, fixing The Smurfs 3 Lior Halphon 2016-04-09 15:00:29 +03:00
  • 1929ad47d2 Update to v098r03 release. Tim Allen 2016-04-09 20:21:18 +10:00
  • 7403e69307 Update to v098r02 release. Tim Allen 2016-04-09 15:20:41 +10:00
  • 19e1d89f00 Update to v098r01 release. Tim Allen 2016-04-09 13:40:12 +10:00
  • aff00506c5 Update to v098 hotfix release. v098b Tim Allen 2016-04-09 12:39:15 +10:00
  • e846c83d47 Update to v098 release. v098 Tim Allen 2016-04-04 19:49:14 +10:00
  • 80d03f3c91 Added ROM-bank wrapping support, making bootleg game "Pocket Monster Adventures" boot. Lior Halphon 2016-04-09 02:02:40 +03:00
  • a3b44d20cb Added mbc/cartridge command to debugger Lior Halphon 2016-04-09 02:00:10 +03:00
  • 6fd2daae06 Added changelog, updated version to 0.2 Lior Halphon 2016-04-08 14:05:21 +03:00
  • c97033b81c Console output is now configurable in the Cocoa port as "Developer Mode" Lior Halphon 2016-04-08 13:54:34 +03:00
  • d580a33a7f Save user's preferences in the Cocoa port Lior Halphon 2016-04-08 13:10:01 +03:00
  • d5a13900dd Missing </body> in Cocoa's License.html Lior Halphon 2016-04-08 12:41:41 +03:00
  • 448e46ddce Support for PCM_12 and PCM_34 in SDL port Lior Halphon 2016-04-08 12:37:09 +03:00
  • f448865b8a Silently ignoring empty lines Lior Halphon 2016-04-08 01:53:21 +03:00
  • 1069637e45 Added support for multiple breakpoints Lior Halphon 2016-04-07 00:25:41 +03:00
  • eb3e0eaa1e Pause the debugger on SIGINT in the SDL port Lior Halphon 2016-04-06 22:58:30 +03:00
  • 1c2af7fa5b Fixed the default debugger input to strip new lines, fixing the debugger in SDL Lior Halphon 2016-04-06 22:57:37 +03:00
  • eb0b642247 Improved debugger command style and usability, made code more flexible Lior Halphon 2016-04-06 01:43:35 +03:00
  • 3e135a7c00 More accurate emulation of the DMG-emulation-mode registers. Lior Halphon 2016-04-05 23:21:51 +03:00
  • cda6621dc2 Fixed mask for TAC and STAT Lior Halphon 2016-04-04 22:12:00 +03:00
  • 06d44b4878 Update to v097r32 release. Tim Allen 2016-04-03 21:17:20 +10:00
  • af7309b98d Moved the call to display_run to advance_cycle. Lior Halphon 2016-04-02 19:15:07 +03:00
  • 0787e5b271 Debugger's next command can now exit a function Lior Halphon 2016-04-02 19:06:43 +03:00
  • b7555e9976 Correct OAM interrupt behavior Lior Halphon 2016-04-02 16:29:27 +03:00
  • da00e240e5 Correct read of IF and write of IE Lior Halphon 2016-04-02 16:29:02 +03:00
  • 8ff433bb97 Remove useless key from plist Lior Halphon 2016-04-02 12:51:07 +03:00
  • cc8a09763f Version 0.1 Lior Halphon 2016-04-01 23:36:43 +03:00
  • 1538ad451c Copy the license to the SDL build directory Lior Halphon 2016-04-01 23:29:03 +03:00
  • abfebf0eb2 Added debug/release configurations Lior Halphon 2016-04-01 22:53:29 +03:00
  • 1a66f26a5e Added readme Lior Halphon 2016-04-01 22:15:21 +03:00
  • e11faaf3fb Added license and copyright Lior Halphon 2016-04-01 22:13:05 +03:00
  • a3dd58c92c Fixed inaccurate LCD controller behavior that caused Pokémon Pinball to freeze. Lior Halphon 2016-03-30 23:37:08 +03:00
  • 3344480de7 Vblank now returns a white screen if LCD is off, instead of keeping the buffer unmodified. Lior Halphon 2016-03-30 23:36:24 +03:00
  • e822f17bb7 Wrapping external RAM banking support. Required for Pokémon Pinball's saves. Lior Halphon 2016-03-30 23:33:32 +03:00
  • ec8823e620 Cocoa port can now enter an empty line in the debugger to repeat the previous command Lior Halphon 2016-03-30 23:31:34 +03:00
  • f1e9623371 Initial public commit Lior Halphon 2016-03-30 23:07:55 +03:00
  • 25eaaa82f4 Update to v097r31 release. Tim Allen 2016-03-29 20:15:01 +11:00
  • 2d83300235 Update to v097r30 release. Tim Allen 2016-03-29 19:44:03 +11:00
  • 680d16561e Update to v097r29 release. Tim Allen 2016-03-26 12:56:15 +11:00
  • 379ab6991f Update to v097r28 release. Tim Allen 2016-03-25 17:19:08 +11:00
  • d3413db04a Update to v097r27 release. Tim Allen 2016-03-19 18:35:25 +11:00
  • a7f7985581 Update to v097r26 release. Tim Allen 2016-03-17 22:28:15 +11:00
  • b586471562 Update to v097r25 release. Tim Allen 2016-03-14 22:03:32 +11:00
  • c33065fbd1 Update to v097r24 release. Tim Allen 2016-03-13 00:27:41 +11:00
  • 79e7e6ab9e Update to v097r23 release. Tim Allen 2016-03-10 21:35:48 +11:00
  • 3d3ac8c1db Update to v097r22 release. Tim Allen 2016-03-08 22:34:00 +11:00
  • b0d2f5033e Update to v097r21 release. Tim Allen 2016-03-02 22:19:33 +11:00
  • 570eb9c5f5 Update to v097r20 release. Tim Allen 2016-03-01 23:23:18 +11:00
  • 7dc62e3a69 Update to v097r19 release. Tim Allen 2016-02-28 22:42:52 +11:00
  • fc7d5991ce Update to v097r18 release. Tim Allen 2016-02-25 21:38:03 +11:00
  • 29be18ce0c Update to v097r17 release. Tim Allen 2016-02-23 22:08:44 +11:00
  • 810cbdafb4 Update to v097r16 release. Tim Allen 2016-02-18 21:32:22 +11:00
  • 4b29f4bad7 Update to v097r15 release. Tim Allen 2016-02-16 20:32:49 +11:00