430b733da6Disabled Quick Look preview/thumbnail cancelation. It seems that the API sometime return true for no reason, and documentation of QL APIs is extremely poor.
Lior Halphon
2017-01-22 21:04:10 +02:00
a012d721a3Added a Preview generator for Quick Look, so QL framework won't "ban" our plugin for failing to generate these.
Lior Halphon
2017-01-22 00:10:27 +02:00
517e72f92bPrinter compression support
Lior Halphon
2017-01-20 23:00:02 +02:00
8cd82ebb68Quick Look icon generation for GameBoy ROMs, using screenshots from the actual ROMs
Lior Halphon
2017-01-20 18:35:20 +02:00
cd382ef236Fixed: Conditional read watchpoints crashed if the expression referred to the 'new' variable. Breakpoint and watchpoint conditions no longer trigger watchpoints.
Lior Halphon
2017-01-12 23:11:26 +02:00
8c14ec3268An interrupt should also occur when using external clock.
Lior Halphon
2016-11-13 00:42:05 +02:00
22c34e1095Serial API
Lior Halphon
2016-11-12 01:58:53 +02:00
edf93abff1According to Mooneye's test ROMs, this behavior does not happen on a CGB
Lior Halphon
2016-10-18 00:31:07 +03:00
11f8c41305Basic HUC3 support
Lior Halphon
2016-10-17 18:51:43 +03:00
3fc4fcc538Added a custom automation combo for Tsuri Sensei, to avoid an in-game buffer-overflow
Lior Halphon
2016-10-14 01:30:54 +03:00
9ca7540c69Fixed dereferencing a non-banked address in the debugger
Lior Halphon
2016-10-14 01:19:39 +03:00
5cca2a4168Be more forgiving about stack overflows. Some games commercially leak stack every once in a while when being stress-tested.
Lior Halphon
2016-10-11 14:53:54 +03:00
fa35869bc4Implemented DMG STAT-write interrupt bug, fixed Road Rash and Zero no Densetsu (These game do not work on CGBs)
Lior Halphon
2016-10-11 13:37:43 +03:00
90b7383df7The camera's get pixel callback must return the same value for every coordinate until a new photo is taken.
Lior Halphon
2016-10-03 23:05:47 +03:00
2d06599a85Edge enhancement support
Lior Halphon
2016-10-03 19:39:20 +03:00
8941504863Refinements to camera support according to AntonioND's docs
Lior Halphon
2016-10-03 18:24:15 +03:00
dd23fffcc0Proper (I believe) emulation of most GameBoy Camera registers
Lior Halphon
2016-10-03 14:22:54 +03:00
2a84d62187Forbid reading the image while the camera is busy
Lior Halphon
2016-10-03 01:29:54 +03:00
b50b38c78aGameBoy Camera support in Cocoa
Lior Halphon
2016-10-03 00:26:12 +03:00
479a64dca6Dither using a pattern, closer to actual GameBoy Camera
Lior Halphon
2016-10-02 23:36:20 +03:00
de7c15fc68Another camera API bugfix
Lior Halphon
2016-10-02 18:33:33 +03:00
9c68ac1419Camera API bugfix
Lior Halphon
2016-10-02 18:14:05 +03:00
ab5f66795aGameboy Camera API
Lior Halphon
2016-10-02 17:14:58 +03:00
b3b041a151Basic GB Camera support (Emulate only MBC, enough for the ROM to boot).
Lior Halphon
2016-10-02 03:40:11 +03:00
9b71454f07Basic HUC1 support (Emulated as MBC1)
Lior Halphon
2016-10-02 02:15:03 +03:00
58a4081b48Improved open performance in Cocoa
Lior Halphon
2016-10-02 00:10:31 +03:00
21b91adf6aImproved open-dialog behavior in Cocoa
Lior Halphon
2016-10-02 00:10:09 +03:00
4904277f0dCorrected behavior of palette registers in DMG mode. This affected a broken Game & Watch Gallery 2 ROM that was previously used in the automation test.
Lior Halphon
2016-10-01 22:10:44 +03:00
80a1b12ae7Added palette command to the debugger
Lior Halphon
2016-10-01 22:08:34 +03:00
3dd1580256Automation triggered a bug in DX Bakenou, fixed false positive.
Lior Halphon
2016-10-01 14:31:34 +03:00
4a2bec239aMBC2 RAM support was completely broken.
Lior Halphon
2016-09-30 23:34:06 +03:00
17748b980aFixed a false positive with the FF-loop detection
Lior Halphon
2016-09-30 18:24:01 +03:00
5c5b1cd3aeSeems like even 1 second isn't enough for some games.
Lior Halphon
2016-09-30 14:12:41 +03:00
4f9b86c900Make Github not count HexFiend into the language stats.
Lior Halphon
2016-09-30 13:51:59 +03:00
7bf9cc8f1aDetect blank screens by actual screen content, as some games modify LCDC between vblanks.
Lior Halphon
2016-09-30 01:10:50 +03:00
5565c096c7Misc optimizations, especially for the tester
Lior Halphon
2016-09-30 01:09:44 +03:00
3ac3eccebbBugfix: Multiple watchpoints did not work correctly and conflicted with breakpoints
Lior Halphon
2016-09-30 01:09:17 +03:00
258500bda3Merge branch 'master' into rateless_apu
Lior Halphon
2016-09-23 18:53:38 +03:00
7bafb6a843Cocoa port: remember breakpoints and watchpoints after reset
Lior Halphon
2016-09-07 00:44:00 +03:00
62ecadeb57Fixed another reset-while-debugging deadlock in Cocoa
Lior Halphon
2016-09-07 00:37:11 +03:00
01fc137256Fixed an APU issue that might occur when having more than one GB_gameboy_t object
Lior Halphon
2016-09-06 22:36:16 +03:00
ae003ee020Fixed several automation false negatives.
Lior Halphon
2016-09-06 18:00:05 +03:00
603b8969abCorrect (disconnected) serial emulation.
Lior Halphon
2016-09-05 22:13:28 +03:00
ab2e532cc3Added link to automation results
Lior Halphon
2016-09-03 23:24:47 +03:00
84a4701733Auto-detect common crashes, fixed logs about unsupported carts not being written.
Lior Halphon
2016-09-03 22:59:23 +03:00
a6c5a8fdaaFixed a bug that caused the Cocoa port to freeze sometimes if the emulator was reset while debugging.
Lior Halphon
2016-09-03 13:34:49 +03:00
a2d77b1754Warn about unsupported cartridges/MBCs
Lior Halphon
2016-09-03 04:00:37 +03:00
a746c726eeAdded basic automatic ROM tester
Lior Halphon
2016-09-03 03:39:32 +03:00