2022-01-20 |
kub | core, fix loading save state (svp, mapper) |
commit | commitdiff | tree | snapshot |
2022-01-20 |
kub | core, arm fix for stoneage gnu as |
commit | commitdiff | tree | snapshot |
2022-01-20 |
kub | build, release script revision, switch arm 4.7 toolchain |
commit | commitdiff | tree | snapshot |
2022-01-19 |
kub | core, improve save/load |
commit | commitdiff | tree | snapshot |
2022-01-19 |
kub | sh2 drc, fixes for mips, ppc, i386 backends (mostly... |
commit | commitdiff | tree | snapshot |
2022-01-17 |
kub | sh2 drc, fix riscv backend |
commit | commitdiff | tree | snapshot |
2022-01-07 |
kub | core, fix for vdp save/load regression |
commit | commitdiff | tree | snapshot |
2022-01-06 |
kub | mcd, fix 68k interpreter idle detector for sub cpu |
commit | commitdiff | tree | snapshot |
2022-01-06 |
kub | core, improve save/load (68k cycles) |
commit | commitdiff | tree | snapshot |
2022-01-06 |
kub | vdp, improve save state handling (bg dma) |
commit | commitdiff | tree | snapshot |
2022-01-06 |
kub | 32x, improve loading save state (memory leak, 68k hang) |
commit | commitdiff | tree | snapshot |
2022-01-05 |
kub | drc, tiny x86 optimisation |
commit | commitdiff | tree | snapshot |
2022-01-04 |
kub | core, fix for vdp save/load regression |
commit | commitdiff | tree | snapshot |
2022-01-03 |
kub | libretro, improve 32x save/load for run-ahead |
commit | commitdiff | tree | snapshot |
2022-01-03 |
kub | core, improve vdp save/load |
commit | commitdiff | tree | snapshot |
2022-01-03 |
kub | sms, fix FM state save/load |
commit | commitdiff | tree | snapshot |
2021-12-28 |
kub | sound, ym2612 optimizations and fixes |
commit | commitdiff | tree | snapshot |
2021-12-25 |
kub | sound, improve ym2612 accuracy (arm ASM bugfix) |
commit | commitdiff | tree | snapshot |
2021-12-22 |
kub | sound, improve ym2612 accuracy (NB noticeably slower... |
commit | commitdiff | tree | snapshot |
2021-12-19 |
kub | 32x, more ARM asm drawing optimisations for dc mode |
commit | commitdiff | tree | snapshot |
2021-12-18 |
kub | 32x, ARM asm drawing fixes and optimzations for dc... |
commit | commitdiff | tree | snapshot |
2021-12-14 |
kub | z80, DrZ80: another fix for EABI stack alignment |
commit | commitdiff | tree | snapshot |
2021-12-14 |
kub | z80, DrZ80: save/restore cycles for IN/OUT, fix EABI... |
commit | commitdiff | tree | snapshot |
2021-12-12 |
kub | md, fix ssf2 mapping setup when loading a savestate |
commit | commitdiff | tree | snapshot |
2021-12-10 |
kub | platform sdl, remove some leftover debug stuff |
commit | commitdiff | tree | snapshot |
2021-12-10 |
kub | core vdp, more fixes for cpu write access and save... |
commit | commitdiff | tree | snapshot |
2021-12-09 |
kub | build, release script revision for new gkd |
commit | commitdiff | tree | snapshot |
2021-12-07 |
kub | core vdp, fix FIFO DMA wait, improve save/load |
commit | commitdiff | tree | snapshot |
2021-12-07 |
kub | core, some test code for team player and 4way play |
commit | commitdiff | tree | snapshot |
2021-12-07 |
kub | platform, fix pad setting from configs files |
commit | commitdiff | tree | snapshot |
2021-12-04 |
kub | platform, fix pad not set from config when loading... |
commit | commitdiff | tree | snapshot |
2021-11-28 |
kub | 32x, improve cartridge mapping, BIOS replication |
commit | commitdiff | tree | snapshot |
2021-11-26 |
kub | linux+psp, improve sw upscaling |
commit | commitdiff | tree | snapshot |
2021-11-26 |
kub | core, improve pad compatibility (6btn, mcd32x) |
commit | commitdiff | tree | snapshot |
2021-11-26 |
kub | 32x, fix poll detection regression (mars check) |
commit | commitdiff | tree | snapshot |
2021-11-23 |
kub | platform, improve 32x handling for h32 (all supported... |
commit | commitdiff | tree | snapshot |
2021-11-22 |
kub | 32x, add support for h32 mode rendering |
commit | commitdiff | tree | snapshot |
2021-11-19 |
kub | sound, fix ym2612 ladder effect, add option |
commit | commitdiff | tree | snapshot |
2021-11-18 |
kub | 32x, fix DMA mem-2-mem copying for big endian |
commit | commitdiff | tree | snapshot |
2021-11-17 |
kub | sound, add ym2612 channel clipping, ladder effect |
commit | commitdiff | tree | snapshot |
2021-11-15 |
kub | sms, set non-TMR images to region Japan |
commit | commitdiff | tree | snapshot |
2021-11-15 |
kub | core, fix libretro toolchain bug on wiiu |
commit | commitdiff | tree | snapshot |
2021-11-14 |
kub | release 1.99 |
commit | commitdiff | tree | snapshot |
2021-11-14 |
kub | sh2 drc, fix arm32 ld/st offset for -256 |
commit | commitdiff | tree | snapshot |
2021-11-14 |
kub | core, some type issues |
commit | commitdiff | tree | snapshot |
2021-11-12 |
kub | sms, no nmi generation for start button on gg |
commit | commitdiff | tree | snapshot |
2021-11-12 |
kub | sms, fix pause button (cz80 nmi) |
commit | commitdiff | tree | snapshot |
2021-11-12 |
kub | sound, fix ym2612 arm assembly (ssg-eg) |
commit | commitdiff | tree | snapshot |
2021-11-11 |
irixxxx | Merge pull request #44 from jdgleaver/core-options-v2 |
commit | commitdiff | tree | snapshot |
2021-11-11 |
kub | platform, fix horizontal upscaling for 8bit renderers |
commit | commitdiff | tree | snapshot |
2021-11-11 |
kub | libretro, fix sms options |
commit | commitdiff | tree | snapshot |
2021-11-11 |
jdgleaver | (libretro) Update core options to v2 format |
commit | commitdiff | tree | snapshot |
2021-11-10 |
kub | platform, include current dir in bios search path |
commit | commitdiff | tree | snapshot |
2021-11-10 |
kub | libretro, various fixes (input handling, aspect ratio) |
commit | commitdiff | tree | snapshot |
2021-11-10 |
kub | platform, fix vertical scaling, aspect ratio handling... |
commit | commitdiff | tree | snapshot |
2021-11-10 |
kub | core+gp2x+psp, fix handling mid-frame palette changes |
commit | commitdiff | tree | snapshot |
2021-11-10 |
kub | sms renderer, fix unaligned bg-filled tiles |
commit | commitdiff | tree | snapshot |
2021-11-08 |
kub | platform, show Mark III as name for japanese SMS |
commit | commitdiff | tree | snapshot |
2021-11-08 |
kub | core, fix typo |
commit | commitdiff | tree | snapshot |
2021-11-08 |
kub | sms, fix gg always zeroing ram |
commit | commitdiff | tree | snapshot |
2021-11-08 |
kub | sms, set to mark iii according to tmr info |
commit | commitdiff | tree | snapshot |
2021-11-08 |
kub | mcd, fix type for memory setup (fixes LLP64 platforms) |
commit | commitdiff | tree | snapshot |
2021-11-06 |
kub | sound, fix buffer overrun |
commit | commitdiff | tree | snapshot |
2021-11-06 |
kub | sms vdp, separate SAT parsing |
commit | commitdiff | tree | snapshot |
2021-11-04 |
kub | sms, add ghosting for GG LCD (generic+libretro only) |
commit | commitdiff | tree | snapshot |
2021-11-04 |
kub | libretro, fix memory leak |
commit | commitdiff | tree | snapshot |
2021-11-02 |
kub | sms, autodetect for 50Hz |
commit | commitdiff | tree | snapshot |
2021-11-02 |
kub | sms renderer, fix for zoomed sprites |
commit | commitdiff | tree | snapshot |
2021-10-31 |
kub | mcd, fix pcm looping (1st sample lost) |
commit | commitdiff | tree | snapshot |
2021-10-29 |
kub | sms, improve cycle counting, fix vcounter for 224/240... |
commit | commitdiff | tree | snapshot |
2021-10-28 |
kub | sms, improved mapper support (more, menu option) |
commit | commitdiff | tree | snapshot |
2021-10-28 |
kub | sms, renderer fixes (sprite y wrap, bg in 1st col,... |
commit | commitdiff | tree | snapshot |
2021-10-26 |
kub | libretro, add FM unit setting |
commit | commitdiff | tree | snapshot |
2021-10-26 |
kub | libretro, add FM unit setting |
commit | commitdiff | tree | snapshot |
2021-10-26 |
kub | sms, some cleanup |
commit | commitdiff | tree | snapshot |
2021-10-25 |
kub | sms, fix pad TH, some BIOS init, korean 32k mapper |
commit | commitdiff | tree | snapshot |
2021-10-25 |
kub | sms, fix some minor vdp bugs |
commit | commitdiff | tree | snapshot |
2021-10-25 |
kub | z80, fix for cz80 handling of A register |
commit | commitdiff | tree | snapshot |
2021-10-25 |
kub | libretro, enable drc usage on WiiU |
commit | commitdiff | tree | snapshot |
2021-10-24 |
kub | sms, minor fixes (vdp mode switch, zram init) |
commit | commitdiff | tree | snapshot |
2021-10-24 |
kub | sms, improve compatibility (vdp reset init, pad TH/TR) |
commit | commitdiff | tree | snapshot |
2021-10-23 |
kub | sms, fix irq cleared in same instruction as asserted |
commit | commitdiff | tree | snapshot |
2021-10-23 |
kub | sms, improve save/load + gg compatibility |
commit | commitdiff | tree | snapshot |
2021-10-23 |
kub | sms, improve save/load + gg compatibility |
commit | commitdiff | tree | snapshot |
2021-10-23 |
kub | sound, remove hysteresis (lessens distortion, increases... |
commit | commitdiff | tree | snapshot |
2021-10-21 |
kub | psp, fix suspend/resume |
commit | commitdiff | tree | snapshot |
2021-10-21 |
kub | sms, revisit FM settings |
commit | commitdiff | tree | snapshot |
2021-10-21 |
kub | sms, minor fixes |
commit | commitdiff | tree | snapshot |
2021-10-20 |
kub | sms, fix system setting on config file reading |
commit | commitdiff | tree | snapshot |
2021-10-20 |
kub | sms, memory mapping changes |
commit | commitdiff | tree | snapshot |
2021-10-20 |
kub | sms, improve vdp (mode 1, collision code cleanup) |
commit | commitdiff | tree | snapshot |
2021-10-19 |
kub | sms, add system select option |
commit | commitdiff | tree | snapshot |
2021-10-18 |
kub | sms, improve vdp (sprite collision, hcounter latch) |
commit | commitdiff | tree | snapshot |
2021-10-17 |
kub | sms, add vdp midframe cram change handling for 8bit... |
commit | commitdiff | tree | snapshot |
2021-10-17 |
kub | sms, improve vdp (read buffer, h counter) |
commit | commitdiff | tree | snapshot |
2021-10-17 |
kub | sms, fix core timing |
commit | commitdiff | tree | snapshot |
2021-10-16 |
kub | core, fix rendering copy buffer overlap reported from... |
commit | commitdiff | tree | snapshot |
2021-10-15 |
kub | sms, vdp rendering optimisation |
commit | commitdiff | tree | snapshot |
2021-10-15 |
kub | opendingux, add gg to desktop files |
commit | commitdiff | tree | snapshot |
2021-10-15 |
kub | libretro, fix aspect ratio handling |
commit | commitdiff | tree | snapshot |
next |