ca59aca4a6Fixed a bug where writing to NR52 affected channels 1 and 2’s duty pattern in DMG mode. Fixed NR43 being written to NR44 as well.
Lior Halphon
2017-08-13 20:26:35 +03:00
baccf336d7Complete rewrite of the APU. Channel 3 is complete and passes all the relevant tests from blargg’s suite, as well as PCM34-based tests. Actual sound output is basic and limited, though.
Lior Halphon
2017-07-21 18:24:28 +03:00
eb7492c6c6Fix undefined behavior (sequence point modification). GCC 4.6.4 compiles the code incorrectly without this fix.
nattthebear
2017-07-16 21:08:07 -04:00
623f92378dAdded --boot option to the automatic tester to specify the boot ROM, better support for automatic testing of the mooneye-GB tests
Lior Halphon
2017-06-21 23:25:39 +03:00
c59272d46dMisc minor fixes, fixes several Mooneye-GB tests
Lior Halphon
2017-06-21 09:35:57 +03:00
efbc385417Forgot to amend the last commit, it was broken.
Lior Halphon
2017-06-21 01:07:11 +03:00
86c9f9d89dUpdated SameBoy to pass Mooneye-GB’s lcdon_timing test (on a DMG), as well as refined related CBG behaviors.
Lior Halphon
2017-06-17 22:17:58 +03:00
bbd2ca8ddfFixed Linux compilation
Lior Halphon
2017-06-16 01:25:39 +03:00
babcc0a7dcAdded API to load/save states from RAM
Lior Halphon
2017-06-14 00:23:34 +03:00
204e22657bThe CGB boot ROM will now not finish if the user is still selecting palettes
Lior Halphon
2017-06-09 19:52:40 +03:00
144d0348ddLoading a save state creating during the effect of the previous MBC RAM bug will now attempt to fix the (broken) save state.
Lior Halphon
2017-06-08 23:26:04 +03:00
c650337928Fixed a bug where MBC RAM was no longer accessible after using the GB_reset functions
Lior Halphon
2017-06-08 22:48:23 +03:00
a9475fbdf4Refined the behavior of the last fix on a DMG.
Lior Halphon
2017-06-03 20:06:52 +03:00
65b0dcb2c5Fixed a bug where SameBoy freeze for a moment after leaving turbo mode
Lior Halphon
2017-06-03 17:02:12 +03:00
d72807dd67Implemented LCD first-frame-skip behavior, fixes a visual glitch in Pokémon Pinball
Lior Halphon
2017-06-03 16:42:42 +03:00
48acc09e91Fixed the first item in the backtrace command
Lior Halphon
2017-06-03 16:19:39 +03:00
22ee6f6ca2Fixed incorrect calculation in rendering timing. Fixes some of the issues in Prehistorik Man (and doesn’t break GBVideoPlayer)
Lior Halphon
2017-05-31 23:58:14 +03:00
81de2c3d9bIncremented version to 0.9, updated copyright
Lior Halphon
2017-05-27 19:41:09 +03:00
1e228e1d9bFixed a bug where the SDL port exited on “warning” logs when loading ROMs
Lior Halphon
2017-05-27 19:16:07 +03:00
52e99adc32SDL port: Resizing, resizing modes, and pause support
Lior Halphon
2017-05-24 20:33:39 +03:00
00439f4d49SDL port: added drag and drop support, added model switch command, fixed macOS audio
Lior Halphon
2017-05-23 23:18:16 +03:00
bef89c6604Upgraded Sameboy-SDL to SDL2, fixed Windows build, fixed save states in SDL, added reset and mute to SDL. The SDL port now renders via OpenGL.
Lior Halphon
2017-05-21 21:44:28 +03:00
86332d0311Modifying WX and WY outside of VBlank is now more accurate, but still requires more research. Closes#6.
Lior Halphon
2017-05-12 19:33:42 +03:00
00623d4eea- Added audio supersampling support to greatly improve audio quality. - Fixed a bug where low sampling rate or disabled sound resulted in wrong APU behavior. - Added API to get the current number of pending samples. - This change broke save state compatibility with v0.8 and older Closes#8.
Lior Halphon
2017-05-12 17:11:55 +03:00
b858f17425Added the GB_run_frame API; closes#5.
Lior Halphon
2017-04-25 00:19:10 +03:00
22d3510ddeAdded LCD command to the debugger
Lior Halphon
2017-04-22 14:55:17 +03:00
c766704267More accurate FPS capping that tracks time correctly even when the screen is off. Should also support restarting the LCD during blank to increase FPS to 63.
Lior Halphon
2017-04-21 16:00:53 +03:00
fb55c35f87New APIs, Document.m no longer requires GB_INTERNAL, fixed a bug where the sprite viewer showed incorrect sprites for some CGB exclusive games.
Lior Halphon
2017-04-19 23:26:39 +03:00
3feaeb153eNew turbo related APIs, Quick Look no longer requires GB_INTERNAL
Lior Halphon
2017-04-19 21:55:58 +03:00
a925ef130dStabilizing API: New joypad, debugger and reset APIs; internal APIs and direct struct access are no longer available without defining GB_INTERNAL. The SDL port uses the new “public” APIs, as well as most of the non-debug Cocoa code.
Lior Halphon
2017-04-17 20:16:17 +03:00
0b1e2784cdFixed saves and save states not working correctly on Windows
Lior Halphon
2017-03-24 14:39:39 +03:00
91513ced22Minor adjustment to LCD timing after enabling it.
Lior Halphon
2017-02-20 14:20:45 +02:00
399e88d5feSTAT timing and LCD interrupts rewritten, should be more accurate.
Lior Halphon
2017-02-19 02:22:50 +02:00
74d00b84b7Treat STOP as a 2-byte instruction
Lior Halphon
2017-02-17 00:21:02 +02:00
6b1363e96eFixed: Writing to 3XXX in MBC5 before writing to 2XXX no longer switches to the wrong bank.
Lior Halphon
2017-02-16 23:13:55 +02:00
421d3b27f5Correct emulation of HUC1 banks higher than 0x1F
Lior Halphon
2017-02-16 21:07:35 +02:00
10ab2b4fe0Fixed typo in the disassembler.
Lior Halphon
2017-02-16 20:51:32 +02:00
86837761faImproved compatibility with SameBoy's boot ROM by removing the RAM bank switch (The original boot ROM does that for no reason, but eventually switches back to bank 1)
Lior Halphon
2017-02-15 22:37:43 +02:00
3fbc2c5716DI should not be delayed.
Lior Halphon
2017-02-15 19:04:53 +02:00
4b6fda0cb6Simplified HDMA and fixed the reading of the HDMA5 register
Lior Halphon
2017-02-08 21:58:15 +02:00
d5c9a52337Fixed: HDMA registers were not being updated during transfer
Lior Halphon
2017-02-07 00:24:26 +02:00
7ee96766b6Updated documents to refer to the new website
Lior Halphon
2017-02-05 21:50:46 +02:00
cfe0e55df8Updated change log and incremented version to 0.8
Lior Halphon
2017-02-05 21:13:42 +02:00
a17213d89cFixed SDL compilation on macOS Sierra
Lior Halphon
2017-02-04 19:00:48 +02:00
eed8a06fc0Several fixes to the help command
Lior Halphon
2017-02-04 19:00:31 +02:00
57c73c8a51Fixed the help command for the disassemble command
Lior Halphon
2017-02-04 17:49:22 +02:00
6f94664428Close Open Panels if a document is opened via other means
Lior Halphon
2017-01-24 23:10:50 +02:00
a5f72627feCocoa key bindings now based on key codes
Lior Halphon
2017-01-24 21:00:56 +02:00
9779635c34Added NSSupportsAutomaticGraphicsSwitching to Cocoa's Info.plist
Lior Halphon
2017-01-22 22:25:15 +02:00
7a9377de34Fixed compilation issues under more recent Xcode versions
Lior Halphon
2017-01-22 21:53:52 +02:00