Mirror of CollapseOS
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
Virgil Dupras b60252e330 emul/hw/(ti|sms): detect window being closed 4 роки тому
..
.gitignore emul/hw: add TI-84+ emulator 4 роки тому
Makefile emul/hw/(ti|sms): fix compilation with gcc 4 роки тому
README.md emul/hw: add TI-84+ emulator 4 роки тому
kbd.c emul/hw: add TI-84+ emulator 4 роки тому
kbd.h emul/hw: add TI-84+ emulator 4 роки тому
t6a04.c emul/hw: add TI-84+ emulator 4 роки тому
t6a04.h emul/hw: add TI-84+ emulator 4 роки тому
ti84.c emul/hw/(ti|sms): detect window being closed 4 роки тому

README.md

TI-84+ emulator

This emulates a TI-84+ with its screen and keyboard. This is suitable for running the ti84 recipe.

Build

You need xcb and pkg-config to build this. If you have them, run make. You'll get a ti84 executable.

Usage

Launch the emulator with ./ti84 /path/to/rom (you can use the binary from the ti84 recipe. Use the small one, not the one having been filled to 1MB).

This will show a window with the LCD screen's content on it. Most applications, upon boot, halt after initialization and stay halted until the ON key is pressed. The ON key is mapped to the tilde (~) key.

Press ESC to quit.

As for the rest of the mappings, they map at the key level. For example, the ‘Y’ key maps to ‘1’ (which yields ‘y’ when in alpha mode). Therefore, ‘1’ and ‘Y’ map to the same calculator key. Backspace maps to DEL.

Left Shift maps to 2nd. Left Ctrl maps to Alpha.