~d6
5a41189405
Add uxntal manpage.
...
This change adds uxntal.7 [1].
It also updates the makefile to install the executables and man page
in ~/.local (~/.local/bin and ~/.local/share/man respectively). This
can easily be overridden by using PREFIX, for example:
# install into home directory
make PREFIX=$HOME install
# install into /usr/local
make PREFIX=/usr/local install
Finally, it updates the README to describe these things.
[1] Origin: https://git.phial.org/d6/nxu/raw/branch/main/uxntal.7
2024-08-05 19:57:31 -07:00
Devine Lu Linvega
6b335197da
Standardized boot sequence
2024-07-15 11:42:00 -07:00
neauoire
7a9bc710e6
Housekeeping
2023-11-11 09:50:19 -08:00
neauoire
6ef7c605c4
Updated build instructions in README
2023-08-08 17:00:48 -07:00
Devine Lu Linvega
dd107933fe
Fixed issue with links to binaries
2023-06-08 11:17:47 -07:00
Devine Lu Linvega
b8eab1057b
Added links to binaries
2023-06-08 11:11:52 -07:00
Devine Lu Linvega
ed2c625938
Removed the old system mapping docs
2023-04-10 13:18:15 -07:00
Devine Lu Linvega
4020917b2e
(README) Removed link to cheatsheet
2023-01-22 17:41:46 -08:00
Devine Lu Linvega
d7701cb434
File device is now sandboxed
2022-06-21 09:04:37 -07:00
Devine Lu Linvega
48ca266a46
Minor housekeeping
2022-06-13 11:21:15 -07:00
Devine Lu Linvega
53673c2ab4
Updated README
2022-06-13 11:14:17 -07:00
neauoire
9137114bd2
Simplified LIT opcode
2022-04-18 12:32:42 -07:00
neauoire
2a179c94de
Improved build script
2022-04-06 12:38:34 -07:00
neauoire
60b20eaaf7
Added Fn keys controls
2022-04-05 20:06:42 -07:00
neauoire
de3b0246e9
Added mouse scroll
2022-04-05 19:31:53 -07:00
neauoire
725bc38aba
Removed Devices
2022-04-05 11:42:50 -07:00
neauoire
defceb7851
Stacks are mapped in ram
2022-03-30 10:37:47 -07:00
neauoire
a593db30f7
Use the file device load for roms
2022-03-28 11:03:02 -07:00
neauoire
387f3c7e21
Completed file implementation
2022-03-28 09:51:38 -07:00
neauoire
96b49d496e
Fixed issue with controller/key
2022-03-28 09:39:05 -07:00
neauoire
c58fecb85e
Started file, fixed issue with mouse
2022-03-27 10:01:06 -07:00
neauoire
ea1ce67d05
Cleanup
2022-03-27 09:11:14 -07:00
neauoire
7d42770957
Added TODO
2022-03-27 08:46:50 -07:00
neauoire
59886ce34b
New build script
2022-03-26 21:07:01 -07:00
neauoire
ac45af6746
Updated screen device to latest specs
2022-03-26 18:32:46 -07:00
neauoire
b88531dd75
Init
2022-03-26 17:23:52 -07:00