Commit Graph

  • 73d2af846a cleaned up some console code main JJ Bliss 2026-05-14 10:43:19 -04:00
  • 1c13f607ee More cleaning up screen.ha JJ Bliss 2026-05-13 12:16:45 -04:00
  • c2e995b5f7 Clean up screen.ha JJ Bliss 2026-05-13 12:10:30 -04:00
  • be55c2be5e Fixed console input, Left works now to load files JJ Bliss 2026-05-08 15:20:57 -04:00
  • 9c60296d21 Improved file/stat JJ Bliss 2026-05-08 12:48:24 -04:00
  • 7d48d5824c Updated README JJ Bliss 2026-05-08 08:40:41 -04:00
  • 93277e760d Updated README JJ Bliss 2026-05-08 08:40:01 -04:00
  • 25eba04907 Updated README JJ Bliss 2026-05-08 08:39:25 -04:00
  • c2a8dc96c6 Use common uxn module for cli and gui JJ Bliss 2026-05-07 16:48:22 -04:00
  • bcdd877bf7 Clean up code JJ Bliss 2026-05-07 16:41:08 -04:00
  • 1831a1fee5 Cleaned up code JJ Bliss 2026-05-07 16:01:38 -04:00
  • 752102d0b6 Remove sdl3-ttf dependency JJ Bliss 2026-05-07 11:30:28 -04:00
  • c2d700f95d Adjusted README JJ Bliss 2026-05-07 11:28:43 -04:00
  • 0b03ace306 Adjusted README JJ Bliss 2026-05-07 11:28:08 -04:00
  • 4ee7b9405e Cleaning up project structure JJ Bliss 2026-05-07 11:10:27 -04:00
  • 67ce6c5d58 screen updates on color change alone JJ Bliss 2026-05-06 20:34:40 -04:00
  • 70430dc828 file.rom test no longer crashes the emulator JJ Bliss 2026-05-06 19:55:47 -04:00
  • 116ca2a1b7 fixed expansion fill JJ Bliss 2026-05-06 18:33:38 -04:00
  • 5bcfdbffc7 Cleaning up project JJ Bliss 2026-05-06 18:24:10 -04:00
  • fa0e4edda8 Fixed screen bug not accounting for flipx in mult-sprite draw JJ Bliss 2026-05-06 17:40:12 -04:00
  • 789e72ba55 improved expansion bus cpyr handling JJ Bliss 2026-05-06 16:54:11 -04:00
  • a98819e759 Fixed dotw JJ Bliss 2026-05-06 12:55:52 -04:00
  • e8df70a387 Fixed sprites when base coordinate is off-screen JJ Bliss 2026-05-05 18:25:38 -04:00
  • 9ef1543cd0 Fixed keycode issue and cleaned up code JJ Bliss 2026-05-05 16:13:46 -04:00
  • 34defe4bbe Filter keyboard input events JJ Bliss 2026-05-05 12:03:28 -04:00
  • f69c0c9039 Add Fkey handling JJ Bliss 2026-05-05 11:16:28 -04:00
  • f5b5f76979 SDL Errors don't always crash the emulator. Fixed JMP relative address handling. JJ Bliss 2026-05-05 10:27:47 -04:00
  • fcf42a5b4a Clean up code using pop_or_peek JJ Bliss 2026-05-02 10:05:02 -04:00
  • 30f9c86c22 Cleaned up store and load instructions JJ Bliss 2026-04-30 16:13:49 -04:00
  • 09779e9134 Spliting UXN devices into seperate files JJ Bliss 2026-04-30 15:30:26 -04:00
  • c2b83959c4 Fixed STAk and STRk bugs JJ Bliss 2026-04-29 16:46:40 -04:00
  • 31b6beae5c moved file device to seperate file JJ Bliss 2026-04-28 18:59:24 -04:00
  • af7c1a40d1 Files much more complete. Needs a lot of cleanup though JJ Bliss 2026-04-28 16:22:09 -04:00
  • cd93921b41 Basic reading and writing files. Still need to implement stat JJ Bliss 2026-04-28 15:03:42 -04:00
  • 5f6bc2fc86 Extremely rough file reading working JJ Bliss 2026-04-27 21:21:01 -04:00
  • a6d9603b51 Cleaned up commented out sections JJ Bliss 2026-04-27 18:24:29 -04:00
  • 3e0c4b394c Fixed blocking on console input JJ Bliss 2026-04-27 18:23:23 -04:00
  • 5a80fb5d13 Better Keyboard Handling JJ Bliss 2026-04-27 17:04:00 -04:00
  • 3a32a4dec0 Fixed color modes JJ Bliss 2026-04-27 16:32:13 -04:00
  • 3061973f1a added datetime device JJ Bliss 2026-04-26 19:49:14 -04:00
  • aba1bbb4fd System/wsr rst and state now work JJ Bliss 2026-04-26 18:35:41 -04:00
  • 1a4408cadf Proper color handling JJ Bliss 2026-04-26 17:54:32 -04:00
  • 56490a754f passing auto and flip sprite tests JJ Bliss 2026-04-26 16:00:08 -04:00
  • fc5f41910e Basic mouse hover support and sprite auto work more properly JJ Bliss 2026-04-26 11:15:19 -04:00
  • b18dd94a06 got basic 2bpp sprites working. need to test 1bpp again with new system. John Bliss 2026-04-25 23:46:23 -04:00
  • a070e1f719 added sprites.tal John Bliss 2026-04-25 22:50:51 -04:00
  • caf345df15 progress on sprites JJ Bliss 2026-04-25 22:07:55 -04:00
  • c94e19c434 Got the basics of sprites working JJ Bliss 2026-04-25 19:43:13 -04:00
  • 81abb061b3 got basic screen working with pixel drawing and filling JJ Bliss 2026-04-25 14:47:54 -04:00
  • 623e01d169 progress towards working screen device JJ Bliss 2026-04-24 22:21:26 -04:00
  • 45fe345074 creating uxn implementation without global state. JJ Bliss 2026-04-24 16:33:09 -04:00
  • b11227d947 Initial commit with working cli uxnmin.ha JJ Bliss 2026-04-24 12:43:03 -04:00
  • 4453448a13 Initial commit jj 2026-04-21 13:55:36 +00:00