986 Commits (b78d9e1446d80a56c94de02be07df98e629fd1a7)
 

Author SHA1 Message Date
Andrew Alderwick b78d9e1446 Reimplemented software/asma with reading input filename from Console. 5 years ago
Andrew Alderwick d34ec6584c Added option to write ROM to stdout (when dest-filename is null). 5 years ago
Andrew Alderwick 8a74c3455d Keep track of total lines assembled. 5 years ago
Andrew Alderwick ac2d30cdb9 Redirected asma messages to stderr. 5 years ago
Andrew Alderwick 0f9b03e0cb Skipped reporting of device label values. 5 years ago
Andrew Alderwick 4d6fc06778 Splitted asma into library and piano demo. 5 years ago
Andrew Alderwick 532c1959dc Made asma line numbers start at zero, not one 5 years ago
neauoire d363aad7b5 Improved size report for uxnasm 5 years ago
Andrew Alderwick 10a723f5d6 Fixed line numbers in asma error reports 5 years ago
Andrew Alderwick 0c6b607f91 Extracted string library from asma 5 years ago
Andrew Alderwick be2e01e9b3 Extracted heap library from asma 5 years ago
Andrew Alderwick 7058122d25 Extracted binary tree library from asma 5 years ago
Andrew Alderwick 755ccf5665 Implemented includes in asma 5 years ago
Andrew Alderwick d73d25f2c1 Run asma tests in repo root directory 5 years ago
Andrew Alderwick e8f58aa579 Use file-read-chunks library in asma. 5 years ago
Andrew Alderwick 4525d47699 Fixed year usage in prng.tal, thanks makeworld! 5 years ago
neauoire 08fb3e7f0a Close uxnemu on System/halt 5 years ago
neauoire 243c5866ac Do not overdraw 5 years ago
neauoire 765724d2af Fixed issue where macro size was too large 5 years ago
neauoire 0fe8b39447 Cleaned up PPU 5 years ago
neauoire 9de513ad47 Cleaned up ppu_read 5 years ago
neauoire c02dc5b0e2 Fixed transparency 5 years ago
neauoire c494e42cf2 Drawing is pixel-perfect again 5 years ago
neauoire bac54f1fd9 Progress on new bitpacking 5 years ago
neauoire 253be6f50c Minor cleanup 5 years ago
neauoire 92e44e4314 Merge branch 'main' of git.sr.ht:~rabbits/uxn into ppu-slow 5 years ago
neauoire 7cff22fcc8 Returned zoom functionality 5 years ago
neauoire ecc1d7c416 Experimenting with 2 layers 5 years ago
neauoire f3b3823b0c The PPU require-draw flag is renamed to reqdraw 5 years ago
neauoire 7f3a889771 Removed clamp from within set_zoom 5 years ago
neauoire 8d72c36123 Moved get_pixel to ppu.c 5 years ago
neauoire 08f7ef10e5 Moved neralie to software 5 years ago
neauoire cf5af02e0f Improved calculator 5 years ago
neauoire c105916fb8 Store center position in datetime.tal 5 years ago
neauoire ed8de8df7a Added date to datetime example 5 years ago
neauoire 2b80b85baf Relative labels should not incr references to parent label 5 years ago
Andrew Alderwick 51c6e90754 Erase 00f0-00f3 with first zero-page-loader loop 5 years ago
Andrew Alderwick ad39872f3a Added automated builds for Linux and Windows 5 years ago
Andrew Alderwick 5f636b96c2 Saved a few bytes in load-rom by using STZ, thanks Delta! 5 years ago
Andrew Alderwick 0e96afa8a9 Minor bugfix 5 years ago
neauoire 17d1830d5a Added bitpad to calc.tal 5 years ago
neauoire 7c9cf2d17c Started implemented bit input to calc.tal 5 years ago
neauoire 30c1e4dc6c Keep vectors in memory instead of constantly peek16() 5 years ago
neauoire 0cc717b251 Removed white flash on launch 5 years ago
neauoire 659dea48d8 Renamed update_palette to set_palette 5 years ago
neauoire f2260abed0 Moved mouse-wheel event into domouse 5 years ago
neauoire 5905afc97d Use set_zoom() but test for gWindow before resize 5 years ago
neauoire 718a74641e Removed flickering on initial resize 5 years ago
neauoire 2822e598ed Minor cleanup 5 years ago
neauoire eeeeb90542 Wait for textures and size before default zoom 5 years ago