Commit Graph

14 Commits

Author SHA1 Message Date
aliaspider
a41361935d add makefile and libretro target. 2017-11-03 14:11:06 +01:00
FIX94
89d2f6656a
-fixed playback for some gbs music files
-implemented APU zombie mode for volume control
-corrected several CPU instruction timing details
-properly implemented OAM DMA with all its timings etc
-corrected some memory bugs and improved timer accuracy
-added basic serial I/O control support as some games rely on its interrupt
-improved PPU accuracy and implemented STAT DMC bug required for some games
2017-09-09 01:48:34 +02:00
FIX94
60a7604ad7
GBC BIOS support and support for older colorization hacks, see README for details 2017-08-09 02:48:59 +02:00
FIX94
bffa0e6666
-dont close emu when opening with unsupported file or no file at all, display error message instead
-dont close emu on invalid cpu instruction, freeze game instead until a button is pressed
-set window title more proper
-display currently playing .gbs track on screen rather than just on the console via bitmap font
2017-06-07 22:25:30 +02:00
FIX94
65e083d6c0
-fixed bugs that made the emulator crash when trying to play certain games
-added some more console prints
-fixed some problems with gbs playback
2017-05-29 23:09:21 +02:00
FIX94
f8fc506ae9
-now using given sound master volume instead of ignoring it
-corrected several registers and added some unofficial (FF72-FF77) regs
-added HuC1, MBC2 and MBC3 RTC support and corrected MBC bugs
-proper PPU line 0 set, fixes several graphical glitches
2017-05-29 05:19:19 +02:00
FIX94
e514ebf3dc
more general code changes 2017-05-27 16:04:25 +02:00
FIX94
0828284588
general code design changes and cleanup 2017-05-27 03:11:58 +02:00
FIX94
a41e3b497a
massive audio accuracy improvements, better gbs music compatibility and fixed 8x16 sprite mode 2017-05-26 07:52:21 +02:00
FIX94
020ba7bb4a
added GBC color mixing to better represent an actual GBC LCD 2017-05-25 19:04:51 +02:00
FIX94
551bea4c1b
-better lyc register handling 2017-05-25 07:04:28 +02:00
FIX94
35d91ce00c
-added game boy color support 2017-05-25 05:01:55 +02:00
FIX94
096f760361
more apu work and added gbs music support 2017-05-15 02:37:48 +02:00
FIX94
42df24cb69
early push to at least have most things secured 2017-05-12 05:22:59 +02:00