aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update build system to allow switching roms without make cleanHEADmainBad Diode2023-09-082-9/+9
|
* Add back dvd.rom to avoid error messages on initial makeBad Diode2023-09-071-0/+0
|
* Remove TODO, that's probably better done on the .tal sideBad Diode2023-08-311-2/+0
|
* Update .gitignore to include the roms folderBad Diode2023-08-311-0/+1
| | | | | This way I can still keep the roms around on my working directory while keeping the repo clean.
* Remove the roms from the repositoryBad Diode2023-08-3117-0/+0
| | | | | | I'm a bit tired of having to update these roms when things change. Probably better to pull the most recent versions and test the emu on those.
* Make sure keyboard is consistently coloredBad Diode2023-08-314-10/+31
|
* Fix issue with bank switchingBad Diode2023-08-313-6/+8
|
* Add new changes to screen deo functionBad Diode2023-08-311-23/+19
|
* Fix bank switchingBad Diode2023-08-313-4/+5
|
* Fix dup(2kr) and ovr(2kr) behaviourBad Diode2023-08-316-39/+79
|
* Update READMEBad Diode2023-08-302-9/+11
|
* Remove previous uxn coreBad Diode2023-08-305-719/+291
|
* Fix audio and file indexingBad Diode2023-08-301-4/+5
|
* Reenable soundBad Diode2023-08-301-6/+2
|
* Add file device callbacksBad Diode2023-08-301-7/+76
|
* Ensure we are not executing zero vectorsBad Diode2023-08-303-5/+67
|
* Add back controller supportBad Diode2023-08-302-7/+7
|
* Fix dei behaviour by properly mapping u16 when neededBad Diode2023-08-302-95/+218
|
* Add back input handling functionBad Diode2023-08-304-253/+290
|
* Fix deo ops and add system and screen deo/dei funcsBad Diode2023-08-303-215/+226
|
* Prepare for initial eval timing benchmarkBad Diode2023-08-303-53/+34
|
* Fix jmp and nip instructionsBad Diode2023-08-301-29/+29
|
* Fix k mode instructionsBad Diode2023-08-307-604/+277
|
* Fix DEI/DEO not saving stack pointersBad Diode2023-08-302-24/+111
|
* Fix signed issue with immediate jump opsBad Diode2023-08-292-11/+16
|
* Fix jmi, jsi, jci behaviourBad Diode2023-08-291-3/+3
|
* Fix strh operations on the return stackBad Diode2023-08-292-152/+154
|
* Test and fix DEO with (DEI/DEO2 et al still incorrect)Bad Diode2023-08-293-10/+22
|
* Add OPkr instructions (untested)Bad Diode2023-08-291-276/+784
|
* Add OPk functions (untested)Bad Diode2023-08-292-74/+587
|
* Add OPr ops (untested)Bad Diode2023-08-292-208/+716
|
* Add dei functionsBad Diode2023-08-292-172/+218
|
* Fix DEO to work consistently with existing deo_fnBad Diode2023-08-292-46/+92
|
* Add initial implementation of DEO/DEO2Bad Diode2023-08-292-7/+113
|
* Add immediate jump operations jci/jmi/jsiBad Diode2023-08-292-10/+46
|
* Add div/div2 instructionsBad Diode2023-08-292-12/+40
|
* Add jsr/jsr2 instructionsBad Diode2023-08-292-22/+36
|
* Add conditional jumps jcn/jcn2Bad Diode2023-08-292-1/+15
|
* Add JMP instructionBad Diode2023-08-292-2/+9
|
* Add absolute store instructions sta/sta2Bad Diode2023-08-282-9/+27
|
* Add absolute load instructions lda/lda2Bad Diode2023-08-282-8/+23
|
* Add relative store str/str2 opsBad Diode2023-08-282-8/+29
|
* Add load operations ldr/ldr2Bad Diode2023-08-282-21/+42
|
* Add zero-page load/store LDZ/STZ opsBad Diode2023-08-282-34/+131
|
* Add sft operationsBad Diode2023-08-282-4/+23
|
* Added logic operations and, or, eorBad Diode2023-08-282-262/+295
|
* Replace recurring patterns with macrosBad Diode2023-08-282-162/+133
|
* Add equ, neq, gth, lth instructionsBad Diode2023-08-282-12/+94
|
* Add swp, rot, dup, ovr instructionsBad Diode2023-08-283-4/+68
|
* Add nip instructionsBad Diode2023-08-282-17/+35
|