0
0
Fork 0
mirror of https://git.sr.ht/~rabbits/uxn synced 2024-11-16 11:15:06 +00:00
Commit graph

146 commits

Author SHA1 Message Date
neauoire
6bd58375f7 Ported nasu to new vectors 2021-04-05 13:30:26 -07:00
neauoire
2e3cfff210 Porter more examples to the new vectors 2021-04-05 13:27:43 -07:00
neauoire
364ba49da8 Ported screen example to new vectors 2021-04-05 13:14:37 -07:00
neauoire
3f98a2a832 Ported keys example to new vectors 2021-04-05 13:00:55 -07:00
neauoire
4c370d96d1 Started porting examples to new vectors 2021-04-05 11:58:26 -07:00
neauoire
3d8ddc143a Each device now has its own vector 2021-04-05 11:39:08 -07:00
neauoire
818ade6db1 Fixed emulator frame bug 2021-04-04 20:58:47 -07:00
neauoire
3dafa868cb Minor cleanup 2021-04-04 20:35:52 -07:00
neauoire
7529e119cd Removed status byte in CPU 2021-04-04 20:24:11 -07:00
neauoire
3ca4fb6b42 Clamp at 60fps 2021-04-04 11:47:13 -07:00
neauoire
98da3cbe31 Tiny optimization 2021-04-04 10:03:20 -07:00
neauoire
edd7abdca5 Ported examples to new audio api 2021-04-03 20:58:42 -07:00
neauoire
da338aade1 Added channel selection to dev.audio 2021-04-03 09:52:56 -07:00
neauoire
77e2f0eea9 Started channel selector 2021-04-02 20:40:53 -07:00
neauoire
eb3026cde0 Adding notes to audio track is working 2021-04-02 19:19:31 -07:00
neauoire
7275dbd131 Added visuals to the datetime device example 2021-04-01 11:46:41 -07:00
neauoire
409ba7ef1a Improved left 2021-03-30 20:36:41 -07:00
neauoire
c91bf304e6 Ported all examples 2021-03-28 11:20:36 -07:00
neauoire
47866bbe87 Ported the software to the new disk location 2021-03-28 11:12:00 -07:00
neauoire
ebdb079cae Fixed issue with assembler segfault 2021-03-28 10:20:24 -07:00
neauoire
06e0835c94 Fixed interface bug in Noodle 2021-03-27 12:18:03 -07:00
neauoire
f740ec3feb Minor cleanup 2021-03-27 11:04:05 -07: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
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
bdaca53a7c Improving noodle 2021-03-24 16:30:52 -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
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
e860fc8932 Add emulator without SDL window. 2021-03-22 20:36:38 +00: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
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
f4423ad629 Fixed issue with label length in pass2 2021-03-21 10:38:46 -07:00