December 25, 2021
View d8667dc

emu event loop: peek for a key up only on key down event

Sigrid Solveig Haflínudóttir authored on 25/12/2021 21:58:10
View 8d4e7d5

emu: use SDL_Quit directly and let SDL handle shutdown itself

Sigrid Solveig Haflínudóttir authored on 25/12/2021 20:44:19
View 2f7bfd4

emu: set_zoom: window is always there, remove useless check

Sigrid Solveig Haflínudóttir authored on 25/12/2021 20:37:22
View a967525

emu: use SDL_clamp

Sigrid Solveig Haflínudóttir authored on 25/12/2021 20:28:02
View f436ebf

emu: shut up -Wtypedef-redefinition with SDL headers when using clang

Sigrid Solveig Haflínudóttir authored on 25/12/2021 20:27:23
View 927fdb4

ppu: unite 1bpp and 2bpp into one - ppu_blit

Sigrid Solveig Haflínudóttir authored on 25/12/2021 12:50:34
December 24, 2021
View 8a25a5e

Renamed layer.p to layer.pixels

neauoire authored on 24/12/2021 20:01:10
View f79b092

ppu: separate reqdraw for fg and bg

Sigrid Solveig Haflínudóttir authored on 24/12/2021 19:45:31
View 3fb4d40

Split pixels into fg/bg

neauoire authored on 24/12/2021 17:59:18
View 250e338

Redraw is now part of the PPU

neauoire authored on 24/12/2021 17:46:21
View 0794070

Palette is now part of the PPU

neauoire authored on 24/12/2021 17:39:51
December 20, 2021
View 4d2b55c

Removed stdio from ppu

neauoire authored on 20/12/2021 17:45:56
December 19, 2021
View 6c64678

Merge branch 'main' of git.sr.ht:~rabbits/uxn

neauoire authored on 19/12/2021 20:20:21
View c4d9e52

(uxnemu) Clear debugger on toggle

neauoire authored on 19/12/2021 20:20:13
View 1e22407

emu: when both key down and key up are generated on the same frame, skip the up until the next one

Sigrid Solveig Haflínudóttir authored on 19/12/2021 19:40:20