d2e9025be6Fixed major performence issues in the Cocoa port that affected some Macs, especially when emulating SGB1
Lior Halphon
2019-07-19 23:59:25 +0300
1a263a3accFix GBC memory map and add IO port range for cheevos
Raphaël Zumer
2019-07-19 16:55:59 -0400
26cf970713don't need logo-compress.c anymore
Damian Yerrick
2019-07-16 17:04:23 -0400
4504de828acgb_boot: Compress logo with PB8
Damian Yerrick
2019-07-16 16:58:16 -0400
1bf5fb208fSilence an unwanted GCC warning
Lior Halphon
2019-07-16 23:41:05 +0300
9efd20d7cdRevert "Silence some GCC warnings"
Lior Halphon
2019-07-16 23:33:07 +0300
11a9f1df21Silence some GCC warnings
Lior Halphon
2019-07-16 23:27:35 +0300
eb95f1de55Fixed a bug where the SDL port loaded the incorrect boot ROM for SGB2. Made SameBoy compatible with older SDL versions.
Lior Halphon
2019-07-16 23:14:26 +0300
9ba6915c85ICD JOYP write API
Lior Halphon
2019-07-16 21:42:57 +0300
2d7f54a775Load ROM from buffer API
Lior Halphon
2019-07-16 21:04:29 +0300
ce9ce07817Make the ICD APIs pixel based
Lior Halphon
2019-07-16 20:44:27 +0300
e1873ad2ecAdd JOYP write callback API
Lior Halphon
2019-07-15 22:01:41 +0300
2bfe922650Allow emulating an SGB without SFC HLE
Lior Halphon
2019-07-15 20:47:16 +0300
9f7255cd23Make the automation results more consistent across revisions, and making use of this change as a chance to add color correction to the automation
Lior Halphon
2019-07-13 20:29:11 +0300
8c8d5afe62Make the debugger compatible with more sym formats
Lior Halphon
2019-07-13 17:17:55 +0300
f55c254959Fixed a regression that made ly_lyc_0_write and ly_lyc_write fail
Lior Halphon
2019-07-12 02:18:25 +0300
30a58ecd5cUse color correction in the QL previewer
Lior Halphon
2019-07-12 01:53:20 +0300
6b06d07bccMore attempts to improve audio in the SDL frontend
Lior Halphon
2019-07-12 01:53:06 +0300
4541efe86aFixed a bug that prevented writing to the wave RAM, as well as a bug where the wave RAM was treated as zeros despite not being zero’d out
Lior Halphon
2019-06-29 14:03:42 +0300
72be66414dlibretro: jni: Switch stl to c++ in preparation for ndk r20
Aaron Kling
2019-05-23 15:54:39 -0500
91b0e491c5Increase the minimum required cycles for a sync, fix SGB jingle audio
Lior Halphon
2019-06-19 22:44:54 +0300
280f609785Fix under clock speed (Should have been 0.5, but ended up as ~0.4 due to rounding errors)
Lior Halphon
2019-06-19 22:25:59 +0300
431f1f8199Remove redundant calls to display_vblank on non-SGB models and in irregular FPS scenarios. Affects #161
Lior Halphon
2019-06-18 23:16:28 +0300
7fc3de69daMark CGB-C as experimental
Lior Halphon
2019-06-07 18:40:54 +0300
9d8adbb581This is not correct, this bug only affects the PCM registers and not actual output. Currently not emulated at all.
Lior Halphon
2019-06-07 18:37:19 +0300
2f9de4942cIncrease input polling frequency in the Cocoa and SDL frontends, should make inputs look less synthetic and potentially reduce input lag
Lior Halphon
2019-06-07 18:27:25 +0300
85c43fa81fFixed Channel 3’s first sample behavior, update analog characteristic to more realistic values. Fixes#177
Lior Halphon
2019-05-25 19:12:09 +0300
c29b5b5800Fixed the CRT shader for OpenGL frontends (SDL and older Macs)
Lior Halphon
2019-05-18 20:38:10 +0300