Commit Graph

1882 Commits

Author SHA1 Message Date
Andrew Alderwick 0442d7e625 Added time device and example. 2021-03-27 11:24:02 +00:00
Andrew Alderwick b60fa9d6dd Stopped matching non-opcode tokens that start with an opcode. 2021-03-27 11:23:40 +00:00
neauoire a5ec692b0a Removed CLN 2021-03-26 20:16:48 -07:00
neauoire fcd4fa6da2 Optimized Left 2021-03-26 19:55:18 -07:00
neauoire 13fe5135c5 Optimized noodle 2021-03-26 19:41:19 -07:00
neauoire 72f045cc63 Optimized Nasu 2021-03-26 18:18:16 -07:00
neauoire f3e920c54d Optimized examples to use relative jumping whenever available 2021-03-26 11:45:10 -07:00
neauoire 8e2a8df848 JNZ now uses the flag last 2021-03-26 11:19:19 -07:00
neauoire 47a57952e8 Ported the examples 2021-03-26 10:35:00 -07:00
Andrew Alderwick 7761c3ee94 Remove FLAG_SHORT. 2021-03-26 17:02:14 +00:00
neauoire a0f54f118b Removed special case in JNZ 2021-03-26 09:53:17 -07:00
neauoire 4d478833d3 Removed conditional mode 2021-03-26 08:35:45 -07:00
neauoire 7e5779cfc3 Fixed mouse pickin g for noodle 2021-03-25 09:24:26 -07:00
neauoire 11a299778a Minor optimizations to noodle 2021-03-24 20:00:34 -07:00
neauoire b345ec7b84 Noodle: Patternize fill-rect routine 2021-03-24 17:22:03 -07:00
neauoire a646d34cf4 Merge branch 'master' of git.sr.ht:~rabbits/uxn 2021-03-24 16:32:32 -07:00
neauoire bdaca53a7c Improving noodle 2021-03-24 16:30:52 -07:00
Andrew Alderwick 865bdd63e8 Make types consistent across PEK/POK and LDR/STR. 2021-03-24 23:17:18 +00:00
Andrew Alderwick 008ccf4e76 Get test suite running in SDL Uxn. 2021-03-24 23:15:42 +00:00
neauoire 217b5f88f3 Started audio device 2021-03-24 11:14:41 -07:00
neauoire 16f9b92d4a Progress toward migrating to proper peek/load 2021-03-24 10:50:55 -07:00
neauoire 1f9155400d Added zoom toggle controls to emulator 2021-03-24 09:39:19 -07:00
Andrew Alderwick fe5aa44816 Add example for enhanced file device. 2021-03-23 20:10:35 +00:00
Andrew Alderwick 88fb08c2b2 Add offset and append switch to file device. 2021-03-23 20:10:08 +00:00
neauoire 2e90428b0c Added color picker for screen example 2021-03-23 11:44:36 -07:00
neauoire 6df5a1a767 Starting Theme app 2021-03-22 20:04:04 -07:00
neauoire 2c8ce4970e Print stack in debugger 2021-03-22 19:24:05 -07:00
neauoire 82674a1484 Created a debugger 2021-03-22 19:04:31 -07:00
neauoire 1db61376a2 Starting cleanup 2021-03-22 16:51:12 -07:00
Andrew Alderwick 118afe5fb4 Add debug device.
Writing to Debug.stack prints a stack dump; writing to Debug.snapshot
makes a snapshot of the running VM and compares it to a previous one if
it exists; writing to Debug.exit terminates the VM; and writing to
Debug.test_mode activates features handy for automated testing.
test_mode is certainly subject to change.
2021-03-22 23:22:47 +00:00
Andrew Alderwick 52eb7f11af Pass Uxn *u to poke routines instead of Uint8 *m. 2021-03-22 21:22:06 +00:00
Andrew Alderwick ecc50fd9f2 Add test suite skeleton. 2021-03-22 20:36:38 +00:00
Andrew Alderwick e860fc8932 Add emulator without SDL window. 2021-03-22 20:36:38 +00:00
neauoire f884031c2d Repaired dev.keys example 2021-03-22 12:33:15 -07:00
neauoire 15435a7302 Fixed picking issue in Noodle 2021-03-22 09:56:33 -07:00
neauoire c191c7ea3d Added circle to shapes 2021-03-22 09:42:48 -07:00
neauoire 5eedfea8e6 Optimized noodle 2021-03-21 16:33:34 -07:00
neauoire d7f355b0be Fix issue in stack balance 2021-03-21 14:37:39 -07:00
neauoire 6cea4d8c4a Ported examples to new devices addr 2021-03-21 14:16:19 -07:00
Andrew Alderwick 8fd39ecf7e Update opr[][4] for new opcodes. 2021-03-21 21:09:54 +00:00
neauoire 3d59eafa3b Moved devices to second page 2021-03-21 13:58:32 -07:00
neauoire 465b85d579 About to move the device page 2021-03-21 13:52:38 -07:00
neauoire c60dbfe872 Started implementing peek/poke 2021-03-21 11:28:59 -07:00
neauoire 5661eb2a2b Cleanup 2021-03-21 11:04:20 -07:00
neauoire 1fa0c5b686 Added alderwicks fix 2021-03-21 10:42:50 -07:00
neauoire f4423ad629 Fixed issue with label length in pass2 2021-03-21 10:38:46 -07:00
neauoire 5610b9eb77 Cleanup 2021-03-21 10:30:43 -07:00
neauoire c9a64edf7b Reorganizing operators, again 2021-03-21 10:24:44 -07:00
neauoire ac76a7ca8b Added bresenham to noodle 2021-03-21 09:18:52 -07:00
neauoire 195a54c6d6 Experimenting with signed cmp 2021-03-20 21:46:52 -07:00