Commit Graph

  • a3ce59fa93 Improved clock neauoire 2021-04-01 21:44:23 -0700
  • 656484b4e1 Fixed redraw and 12 hours format with clock neauoire 2021-04-01 17:21:13 -0700
  • 7275dbd131 Added visuals to the datetime device example neauoire 2021-04-01 11:46:41 -0700
  • 6b24c002a7 Add beginnings of assembler project. Andrew Alderwick 2021-03-31 23:55:02 +0100
  • 40e5f2b539 Optimized various drawing routines in left neauoire 2021-03-31 11:20:32 -0700
  • 23521c5a4f Rewrote ctrl parser for left neauoire 2021-03-31 10:00:32 -0700
  • 409ba7ef1a Improved left neauoire 2021-03-30 20:36:41 -0700
  • d5ae0cf76c Improved presentation mode neauoire 2021-03-30 19:35:34 -0700
  • d4783214a4 Fixed issue with emulator colors neauoire 2021-03-30 12:21:00 -0700
  • 0b1d8efb86 Added blank file neauoire 2021-03-30 09:28:11 -0700
  • 59cf8edeca Various optimization to noodle neauoire 2021-03-28 20:50:32 -0700
  • c7644f90c1 Clamp name erase neauoire 2021-03-28 16:52:34 -0700
  • d5a18c6cd1 Implemented save/load to noodle neauoire 2021-03-28 16:43:32 -0700
  • 7543b0453d Removed old debugging code. Andrew Alderwick 2021-03-28 20:57:16 +0100
  • 12552c51a7 Removed FLAG_RETURN. Andrew Alderwick 2021-03-28 20:38:43 +0100
  • 44157aae5b Removed redundant modulo operations. Andrew Alderwick 2021-03-28 20:37:37 +0100
  • 296d4c5070 Removed offset from assembly export size neauoire 2021-03-28 12:20:54 -0700
  • e02a0e440f Tiny fix, condensed things a bit neauoire 2021-03-28 12:14:37 -0700
  • 09f4352161 Cleaned up screen colors code neauoire 2021-03-28 12:09:21 -0700
  • c91bf304e6 Ported all examples neauoire 2021-03-28 11:20:36 -0700
  • 47866bbe87 Ported the software to the new disk location neauoire 2021-03-28 11:12:00 -0700
  • a2370ed4e3 Disks are now loaded at 0x0200 neauoire 2021-03-28 11:06:36 -0700
  • 2783e2945f Write the color on RESET neauoire 2021-03-28 11:02:11 -0700
  • b522da962e Merge branch 'master' of git.sr.ht:~rabbits/uxn neauoire 2021-03-28 10:20:34 -0700
  • ebdb079cae Fixed issue with assembler segfault neauoire 2021-03-28 10:20:24 -0700
  • 9d8989627d Removed compiler warning about unused variable. Andrew Alderwick 2021-03-28 18:19:36 +0100
  • dad540651e Hard-code vectors. Andrew Alderwick 2021-03-28 18:19:06 +0100
  • c2a5c8cac2 Assembler will now use a single byte when on the zero-page neauoire 2021-03-28 09:48:00 -0700
  • 823e0e8cda Written manual tests for LITr and LIT2r. Andrew Alderwick 2021-03-28 12:09:41 +0100
  • cc89595aeb Fixed test suite. Andrew Alderwick 2021-03-28 12:07:16 +0100
  • abc5670a43 Finished first draft of neralie. Andrew Alderwick 2021-03-28 11:51:37 +0100
  • 0c26811277 Fix LITr and LIT2r. Andrew Alderwick 2021-03-28 11:50:53 +0100
  • 8b4301ce42 Switched to plain ASCII for decorating arguments. Andrew Alderwick 2021-03-27 22:59:46 +0000
  • 8ebf499715 Added corners to rectangle. Andrew Alderwick 2021-03-27 22:55:59 +0000
  • 03f3d05c82 Implemented new-file neauoire 2021-03-27 21:22:51 -0700
  • 6656b20d80 Added resize buttons to noodle neauoire 2021-03-27 16:58:25 -0700
  • 633c593a51 Fixed wrong numbers in date handling. Andrew Alderwick 2021-03-27 22:32:47 +0000
  • da54bf506c More progress on neralie. Andrew Alderwick 2021-03-27 22:32:15 +0000
  • 06e0835c94 Fixed interface bug in Noodle neauoire 2021-03-27 12:18:03 -0700
  • f740ec3feb Minor cleanup neauoire 2021-03-27 11:04:05 -0700
  • 0d86ff78d7 Renamed time device to datetime. Andrew Alderwick 2021-03-27 11:33:56 +0000
  • ff57a463d2 Corrected mentions of NEQU2. Andrew Alderwick 2021-03-27 11:30:23 +0000
  • ca0dcd8b11 Added beginnings of neralie. Andrew Alderwick 2021-03-27 11:23:20 +0000
  • 0442d7e625 Added time device and example. Andrew Alderwick 2021-03-26 21:01:51 +0000
  • b60fa9d6dd Stopped matching non-opcode tokens that start with an opcode. Andrew Alderwick 2021-03-26 20:16:14 +0000
  • a5ec692b0a Removed CLN neauoire 2021-03-26 20:16:48 -0700
  • fcd4fa6da2 Optimized Left neauoire 2021-03-26 19:55:18 -0700
  • 13fe5135c5 Optimized noodle neauoire 2021-03-26 19:41:19 -0700
  • 72f045cc63 Optimized Nasu neauoire 2021-03-26 18:18:16 -0700
  • f3e920c54d Optimized examples to use relative jumping whenever available neauoire 2021-03-26 11:45:10 -0700
  • 8e2a8df848 JNZ now uses the flag last neauoire 2021-03-26 11:19:19 -0700
  • 47a57952e8 Ported the examples neauoire 2021-03-26 10:35:00 -0700
  • 7761c3ee94 Remove FLAG_SHORT. Andrew Alderwick 2021-03-26 17:02:14 +0000
  • a0f54f118b Removed special case in JNZ neauoire 2021-03-26 09:53:17 -0700
  • 4d478833d3 Removed conditional mode neauoire 2021-03-26 08:35:45 -0700
  • 7e5779cfc3 Fixed mouse pickin g for noodle neauoire 2021-03-25 09:24:26 -0700
  • 11a299778a Minor optimizations to noodle neauoire 2021-03-24 20:00:34 -0700
  • b345ec7b84 Noodle: Patternize fill-rect routine neauoire 2021-03-24 17:22:03 -0700
  • a646d34cf4 Merge branch 'master' of git.sr.ht:~rabbits/uxn neauoire 2021-03-24 16:32:32 -0700
  • bdaca53a7c Improving noodle neauoire 2021-03-24 16:30:52 -0700
  • 865bdd63e8 Make types consistent across PEK/POK and LDR/STR. Andrew Alderwick 2021-03-24 23:17:18 +0000
  • 008ccf4e76 Get test suite running in SDL Uxn. Andrew Alderwick 2021-03-24 23:15:42 +0000
  • 217b5f88f3 Started audio device neauoire 2021-03-24 11:14:41 -0700
  • 16f9b92d4a Progress toward migrating to proper peek/load neauoire 2021-03-24 10:50:55 -0700
  • 1f9155400d Added zoom toggle controls to emulator neauoire 2021-03-24 09:39:19 -0700
  • fe5aa44816 Add example for enhanced file device. Andrew Alderwick 2021-03-23 20:10:35 +0000
  • 88fb08c2b2 Add offset and append switch to file device. Andrew Alderwick 2021-03-23 19:40:03 +0000
  • 2e90428b0c Added color picker for screen example neauoire 2021-03-23 11:44:36 -0700
  • 6df5a1a767 Starting Theme app neauoire 2021-03-22 20:04:04 -0700
  • 2c8ce4970e Print stack in debugger neauoire 2021-03-22 19:24:05 -0700
  • 82674a1484 Created a debugger neauoire 2021-03-22 19:04:31 -0700
  • 1db61376a2 Starting cleanup neauoire 2021-03-22 16:51:12 -0700
  • 118afe5fb4 Add debug device. Andrew Alderwick 2021-03-22 23:22:47 +0000
  • 52eb7f11af Pass Uxn *u to poke routines instead of Uint8 *m. Andrew Alderwick 2021-03-22 21:22:06 +0000
  • ecc50fd9f2 Add test suite skeleton. Andrew Alderwick 2021-03-22 09:21:19 +0000
  • e860fc8932 Add emulator without SDL window. Andrew Alderwick 2021-03-22 09:20:49 +0000
  • f884031c2d Repaired dev.keys example neauoire 2021-03-22 12:33:15 -0700
  • 15435a7302 Fixed picking issue in Noodle neauoire 2021-03-22 09:56:33 -0700
  • c191c7ea3d Added circle to shapes neauoire 2021-03-22 09:42:48 -0700
  • 5eedfea8e6 Optimized noodle neauoire 2021-03-21 16:33:34 -0700
  • d7f355b0be Fix issue in stack balance neauoire 2021-03-21 14:37:39 -0700
  • 6cea4d8c4a Ported examples to new devices addr neauoire 2021-03-21 14:16:19 -0700
  • 8fd39ecf7e Update opr[][4] for new opcodes. Andrew Alderwick 2021-03-21 21:09:54 +0000
  • 3d59eafa3b Moved devices to second page neauoire 2021-03-21 13:58:32 -0700
  • 465b85d579 About to move the device page neauoire 2021-03-21 13:52:38 -0700
  • c60dbfe872 Started implementing peek/poke neauoire 2021-03-21 11:28:59 -0700
  • 5661eb2a2b Cleanup neauoire 2021-03-21 11:04:20 -0700
  • 1fa0c5b686 Added alderwicks fix neauoire 2021-03-21 10:42:50 -0700
  • f4423ad629 Fixed issue with label length in pass2 neauoire 2021-03-21 10:38:46 -0700
  • 5610b9eb77 Cleanup neauoire 2021-03-21 10:30:43 -0700
  • c9a64edf7b Reorganizing operators, again neauoire 2021-03-21 10:24:44 -0700
  • ac76a7ca8b Added bresenham to noodle neauoire 2021-03-21 09:18:52 -0700
  • 195a54c6d6 Experimenting with signed cmp neauoire 2021-03-20 21:46:52 -0700
  • ea8fa6e1ed Improved nasu mouse controls neauoire 2021-03-20 12:25:26 -0700
  • 0d6f81570b Added extra keyboard controls to Noodle neauoire 2021-03-20 11:37:01 -0700
  • d9aa276b13 Better op order for SFT neauoire 2021-03-19 21:22:51 -0700
  • 0c18938e9f Removed SHL for SFT neauoire 2021-03-19 21:13:09 -0700
  • d4a5d9e9cb Progress on merging shifts neauoire 2021-03-19 21:00:41 -0700
  • 9f7e0edb84 Renamed SHR for SFT neauoire 2021-03-19 20:41:45 -0700
  • 39c47c9571 Fixed broken example neauoire 2021-03-19 20:38:20 -0700