252 Commits (b78d9e1446d80a56c94de02be07df98e629fd1a7)

Author SHA1 Message Date
Andrew Alderwick 693742a7a4 Fixed label alignment 5 years ago
Andrew Alderwick ea69dff8a8 Updated SFT2 to take byte for shift amount 5 years ago
Andrew Alderwick 9abcca773b Made simple load/save examples composable 5 years ago
Andrew Alderwick 85a33c6b03 Added simple File/load example 5 years ago
Andrew Alderwick 8766eb1a11 Added simple File/save example 5 years ago
neauoire 386b477611 Link to 9front from README 5 years ago
Andrew Alderwick 3baad0adc1 Added proportional font example 5 years ago
neauoire 3b9519d945 Created within-rect routine 5 years ago
neauoire e289b359d8 Ported automata 5 years ago
Andrew Alderwick 72dd7d5a87 Optimized some MOD operations 5 years ago
neauoire 8845a326d8 Fixed hello world 5 years ago
Andrew Alderwick bceed46348 Optimised #0000 NEQ2 when used with JCN 5 years ago
Andrew Alderwick f407f1b426 Optimized out #00 NEQ when used with JCN 5 years ago
neauoire a4c8066043 Cleaned example files 5 years ago
neauoire 0c188ef3fa Minor optimizations to the examples 5 years ago
neauoire a206ed0b10 Renamed PEK/POK to LDZ/STZ 5 years ago
neauoire 8630028e97 JNZ is now JCN 5 years ago
neauoire b99cc32ba6 Added Game Of Life 5 years ago
neauoire f5fb9714e4 * 5 years ago
neauoire 993719818a Removed LTS/GTS opcodes 5 years ago
neauoire 49182d1335 Added mirroring to the PPU 5 years ago
neauoire ec3c5a691b Cleaned a few examples 5 years ago
Andrew Alderwick d343865471 Added position readout to audio devices 5 years ago
neauoire 67dfbc1a63 Ported audio examples to 4 channels 5 years ago
Andrew Alderwick 53329c8eff Removed unused devices 5 years ago
Andrew Alderwick 833f0acc20 Made room for multiple audio devices 5 years ago
Andrew Alderwick 8c958d94a7 Moved from Uint16 to Sint8 audio sample data type 5 years ago
Andrew Alderwick d892f29ea1 Implemented sample-based synth for APU 5 years ago
neauoire 72b0458745 Removed refresh port in datetime 5 years ago
neauoire 2eb18b06a2 Device events can now fire on read 5 years ago
neauoire 5c5b767eaf Working toward bidirectional talk between devices and program 5 years ago
Andrew Alderwick 268ccd0519 Moved printing routines from tests/opcodes to console example 5 years ago
neauoire 2880f59821 Sorted examples in devices/ and gui/ 5 years ago
Andrew Alderwick 3c758b734b Ported projects to new assembler syntax 5 years ago
Andrew Alderwick e065b8015a Renamed files about to be ported to new assembler 5 years ago
neauoire 8ca9e6d4de Afterall, I decided to not use the fancy new macros, I think pek/pok is more readable than glyphs in the end 5 years ago
neauoire 1b4623be1b Templated examples 5 years ago
neauoire dad55324aa Progress on macros experiments 5 years ago
neauoire f58ce2882f Templated the mouse example 5 years ago
neauoire 62e3d75883 Added better templating 5 years ago
neauoire b752f5f2bc Added drawing to the mouse example 5 years ago
Andrew Alderwick 3dbe34ecaa Filled out blank.usm 5 years ago
Andrew Alderwick 1335c21192 Moved old assembly files into attic directory 5 years ago
Andrew Alderwick e7f234f55b Reinstated check for labels in zero page 5 years ago
neauoire 3474b3a4f1 Minor cleanup 5 years ago
neauoire b86049925a Ported nihils dev audio example 5 years ago
neauoire c0b337e933 ported dvd animation 5 years ago
neauoire 928ed1e1c9 Simplified the file example 5 years ago
neauoire 743eaef47a Ported some of the examples to the new accessors 5 years ago
neauoire 276e5086db Implemented PEK/POK/GET/PUT 5 years ago