Commit graph

455 commits

Author SHA1 Message Date
Gwenhael Le Moine
98165ee6a9
use more bool 2024-04-09 19:50:29 +02:00
Gwenhael Le Moine
437315deef
comment out unused parts of device_t 2024-04-09 19:49:26 +02:00
Gwenhael Le Moine
82f6e7a842
make pretty-code 2024-04-09 19:47:49 +02:00
Gwenhael Le Moine
10bae56104
convert many booleans to actual bool 2024-04-09 16:45:56 +02:00
Gwenhael Le Moine
f2d2c32437
[ui_text] remove draw_nibble(); plug ui_refresh_LCD() 2024-04-09 15:51:34 +02:00
Gwenhael Le Moine
35f3cd2098
re-arrange code 2024-04-09 15:51:18 +02:00
Gwenhael Le Moine
923bcabc5c
set refresh to 64Hz as the real HP 48 2024-04-09 14:32:45 +02:00
Gwenhael Le Moine
9b18c615cc
organize and comment main() 2024-04-09 14:26:18 +02:00
Gwenhael Le Moine
98dec7387b
use a bool 2024-04-09 14:23:10 +02:00
Gwenhael Le Moine
12f2c44904
got_alarm is now a bool 2024-04-09 14:22:47 +02:00
Gwenhael Le Moine
14a7d63fb5
+\n 2024-04-03 17:31:19 +02:00
Gwenhael Le Moine
7b4e9893e2
minor code fiddling 2024-04-03 15:51:43 +02:00
Gwenhael Le Moine
11b5b8ea66
conf_tab_sx and conf_tab_gx are identical ⇒ conf_tab 2024-04-03 15:40:32 +02:00
Gwenhael Le Moine
69e70b70ce
ui_x11 use press_key() and release_key() too now 2024-04-02 22:45:36 +02:00
Gwenhael Le Moine
091556e9ad
ui_* can use saturn.annunc directly, no need to copy it in display 2024-04-02 21:42:59 +02:00
Gwenhael Le Moine
1057a1471a
renamed saturn.intenable to saturn.interruptable 2024-04-02 21:42:05 +02:00
Gwenhael Le Moine
6a358490d4
add --inhibit-shutdown as a quick and crude temporary fix for #15 2024-04-02 16:16:29 +02:00
Gwenhael Le Moine
ecc2c22712
[ui_text] fall through case to avoid duplicating code 2024-04-02 16:15:45 +02:00
Gwenhael Le Moine
8e1f843c28
clang-format decided to align things better 2024-04-02 16:14:02 +02:00
Gwenhael Le Moine
13aa0c47a8
Merge branch 'main' of ssh://src.le-moine.org:38172/gwh/x48ng 2024-03-31 22:45:45 +02:00
Gwenhael Le Moine
276cc721a0
state filename in comments 2024-03-20 13:48:37 +01:00
Gwenhael Le Moine
66a76e25fd
typo 2024-03-11 08:09:10 +01:00
Gwenhael Le Moine
d4e7923a69
Merge branch 'main' of ssh://src.le-moine.org:38172/gwh/x48ng 2024-02-23 23:38:48 +01:00
Gwenhael Le Moine
49c2139b4c
prepare code to clean signatures 2024-02-23 23:37:39 +01:00
Gwenhael Le Moine
bf49e00c37
correct path 2024-02-23 23:37:05 +01:00
Gwenhael Le Moine
023dbc6684
groups deprecated options 2024-02-23 23:36:40 +01:00
Gwenhael Le Moine
59ff50c339
Rephrase message in case of missing config file, see #16 2024-02-23 23:25:19 +01:00
Gwenhael Le Moine
ff07e63095
bit of rationalizing UI codebases 2023-12-21 16:18:04 +01:00
Gwenhael Le Moine
194b8d6ab9
unify naming in ui_* 2023-12-21 14:28:59 +01:00
Gwenhael Le Moine
b4dddbd542
initialize emulator display and lcd_nibbles_buffer in one place only 2023-12-21 13:48:40 +01:00
Gwenhael Le Moine
dda20068bd
deprecate --tiny and --small in favor of --tui-tiny and --tui-small 2023-11-04 23:05:18 +01:00
Gwenhael Le Moine
7624a3afc2
[tui] show name and version 2023-11-02 10:33:21 +01:00
Gwenhael Le Moine
158c165e07
S 2023-11-02 10:21:00 +01:00
Gwenhael Le Moine
428be5d88e
[tui] add a Fx keybindings reminder on screen 2023-11-02 10:19:49 +01:00
Gwenhael Le Moine
2ecd7d5386
remap Fx keys in tui and standardize them across all 3 UIs (x11, sdl and tui) 2023-11-02 10:04:40 +01:00
Gwenhael Le Moine
0a899ecdc5
add a --leave-shift-keys, remove DONT_SHADOW_SHIFTS. refine #13 2023-11-01 17:49:50 +01:00
Gwenhael Le Moine
1183b16888
missing ) 2023-10-31 14:08:57 +01:00
Gwenhael Le Moine
2c1596478d
defaults UI to those compiled in: x11 > sdl > tui 2023-10-31 14:04:07 +01:00
Gwenhael Le Moine
fd2ba567b0
avoid segfault when compiled WITH_X11=no WITH_SDL=no and trying --x11 or --sdl 2023-10-31 13:17:45 +01:00
Gwenhael Le Moine
5f9f551b34
attempt to be more tolerant to older lua 2023-10-29 20:37:07 +01:00
Gwenhael Le Moine
93030325bf
make DONT_SHADOW_SHIFTS=yes makes a binary that doesn´t use Shift keys 2023-10-22 18:28:43 +02:00
Gwenhael Le Moine
833baaa5ba
naming 2023-10-19 13:22:18 +02:00
Gwenhael Le Moine
2f19cb8a40
it always was a wchar_t 2023-10-19 13:19:32 +02:00
Gwenhael Le Moine
8be22aecec
[ui_text] Wow, --tui --tiny was much easier then I feared! 2023-10-19 11:11:34 +02:00
Gwenhael Le Moine
70b2177950
[ui_text] tidy UI 2023-10-19 07:31:52 +02:00
Gwenhael Le Moine
50896cf4b7
fix redundant .config/ in default value of configDir 2023-10-18 17:28:44 +02:00
Gwenhael Le Moine
91e9942d7d
compact conditional 2023-10-18 16:41:32 +02:00
Gwenhael Le Moine
53aa80e1b5
add --small TUI drawing 4 pixels per character 2023-10-18 16:35:07 +02:00
Gwenhael Le Moine
3ef0dc150c
[ui_text] draw line by line 2023-10-18 12:37:50 +02:00
Gwenhael Le Moine
4524353015
. 2023-10-04 09:33:52 +02:00
Gwenhael Le Moine
6f17b32564
clean some warnings 2023-10-01 22:50:53 +02:00
Gwenhael Le Moine
67168cd1db
$XDG_CONFIG_HOME 2023-10-01 21:03:26 +02:00
Gwenhael Le Moine
1227573d10
rollback 2023-10-01 13:17:57 +02:00
Gwenhael Le Moine
3a976c9af7
config.lua and its consequences looks good 2023-10-01 12:47:42 +02:00
Gwenhael Le Moine
b24cee83c6
(WIP) --config=<f> param, read it, set values from it 2023-09-30 10:52:40 +02:00
Gwenhael Le Moine
07a2aaa9ee
reintroduce conditional front-ends at build, try to auto-detect them. 2023-09-27 16:26:27 +02:00
Gwenhael Le Moine
3e3f046ee6
unicode 2023-09-27 15:17:06 +02:00
Gwenhael Le Moine
8d0c1eb7f3
fiddling and naming 2023-09-27 15:01:34 +02:00
Gwenhael Le Moine
5f2d935462
« rien » 2023-09-27 14:52:05 +02:00
Gwenhael Le Moine
c4903e8395
naming 2023-09-27 14:43:40 +02:00
Gwenhael Le Moine
c7f714bc82
[ui_text] draw LCD directly from lcd_nibbles_buffer 2023-09-27 14:38:26 +02:00
Gwenhael Le Moine
6ef4667e54
comment 2023-09-27 14:05:43 +02:00
Gwenhael Le Moine
466e0217b9
comment unused #define 2023-09-27 14:04:23 +02:00
Gwenhael Le Moine
924d9d2fff
enclose UIs more in themselves 2023-09-27 14:01:23 +02:00
Gwenhael Le Moine
6efae7530b
optimization 2023-09-27 13:51:05 +02:00
Gwenhael Le Moine
07d611172f
typo 2023-09-27 13:36:16 +02:00
Gwenhael Le Moine
dd9608f4c7
eliminate disp_buf from ui_sdl (may be sub-optimal) 2023-09-27 13:30:02 +02:00
Gwenhael Le Moine
12fe0791e4
(big refactoring) eliminate disp_buf everywhere except ui_sdl 2023-09-27 13:16:45 +02:00
Gwenhael Le Moine
40a48bc013
(big refactoring) move annunciators bits from ui to emulator 2023-09-27 12:52:09 +02:00
Gwenhael Le Moine
2e8b1d3e9f
(big refactoring) move actual keyboard management from ui_* to emulator 2023-09-27 12:37:24 +02:00
Gwenhael Le Moine
a740c97db6
refactoring tui 2023-09-27 11:11:38 +02:00
Gwenhael Le Moine
ec1d3bd4b9
(WIP) refactoring UIs 2023-09-27 10:58:41 +02:00
Gwenhael Le Moine
c6b5539852
monoline for 2023-09-26 15:11:47 +02:00
Gwenhael Le Moine
b3a993b2a1
Merge branch 'main' of ssh://src.le-moine.org:38172/gwh/x48ng 2023-09-26 13:19:19 +02:00
Gwenhael Le Moine
0b9eec4aef
F! and F7
Signed-off-by: Gwenhael Le Moine <gwenhael.le.moine@gmail.com>
2023-09-26 13:19:13 +02:00
Gwenhael Le Moine
b04aa42e31
harmonize between 3 ui 2023-09-26 13:17:51 +02:00
Gwenhael Le Moine
97d9b78c1b
-comments 2023-09-26 13:17:15 +02:00
Gwenhael Le Moine
183ccc7bee
keep just --mono and --gray 2023-09-26 13:16:53 +02:00
Gwenhael Le Moine
ba36e6d180
meaning of c & r 2023-09-26 11:28:48 +02:00
Gwenhael Le Moine
30fd67d0f0
eliminate duplicate code 2023-09-26 11:28:32 +02:00
Gwenhael Le Moine
4c469e9457
unicode strings for indicators 2023-09-24 22:29:45 +02:00
Gwenhael Le Moine
123efa0762
esthetics 2023-09-24 09:27:02 +02:00
Gwenhael Le Moine
4ca96f12b9
[tui] show wire and IR devices in UI 2023-09-23 20:43:43 +02:00
Gwenhael Le Moine
658fbdf036
we know there's 6 annunciators 2023-09-23 20:32:12 +02:00
Gwenhael Le Moine
44e5cdfcdb
[tui] draw annunciators in their place 2023-09-23 19:31:26 +02:00
Gwenhael Le Moine
6e24208d70
[tui] more keybindings in --tui, update README and manpage 2023-09-23 18:56:39 +02:00
Gwenhael Le Moine
09345afd98
[tui] use "colors" for mono too, use characters in last resort 2023-09-23 18:19:51 +02:00
Gwenhael Le Moine
8844c382d5
ncurses UI has colors too now! 2023-09-23 18:16:16 +02:00
Gwenhael Le Moine
b908c50979
Fully functional ncurses UI!! 2023-09-23 17:16:43 +02:00
Gwenhael Le Moine
8c546a6279
draw annunciators 2023-09-23 13:40:28 +02:00
Gwenhael Le Moine
07e8a47d27
successfully draw LCD with ncurses 2023-09-23 12:03:37 +02:00
Gwenhael Le Moine
28d46cbfb3
update .clang-format and format all the code 2023-09-22 09:44:23 +02:00
Gwenhael Le Moine
7979ebe5c4
button.extra deemed unused 2023-09-21 10:32:54 +02:00
Gwenhael Le Moine
72d0ae2c88
won't use bitmaps for annunciators 2023-09-21 09:41:55 +02:00
Gwenhael Le Moine
380e192d87
Merge branch 'main' into tui 2023-09-21 09:40:46 +02:00
Gwenhael Le Moine
29a5ae530d
0.26.1 C needs booleans 2023-09-20 17:22:14 +02:00
Gwenhael Le Moine
2a5d68dc80
try to be resilient and helpful when dealing with files 2023-09-20 16:26:24 +02:00
Gwenhael Le Moine
d83c6c4302
normalize all filenames to absolute at init 2023-09-20 16:05:42 +02:00
Gwenhael Le Moine
f515cc09f7
initialize automatically if needed ans conditions are met 2023-09-20 13:33:16 +02:00
Gwenhael Le Moine
0f5b59afb0
add missing state variables from verbose output 2023-09-20 12:24:23 +02:00
Gwenhael Le Moine
2adba37461
bring back configurable X "visual" with --x11-visual=XX 2023-09-20 11:17:53 +02:00
Gwenhael Le Moine
b73090d017
dename disp to lcd for clarity, use less variables 2023-09-20 10:34:53 +02:00
Gwenhael Le Moine
15c764f93c
Merge branch 'main' into tui 2023-09-20 09:52:41 +02:00
Gwenhael Le Moine
c1bf95b9dc
add direct params for front-ends 2023-09-20 09:52:16 +02:00
Gwenhael Le Moine
c864a16bd7
[tui] manage keyboard 2023-09-20 09:34:23 +02:00
Gwenhael Le Moine
a4aec0607b
explicit -u 2023-09-19 19:25:54 +02:00
Gwenhael Le Moine
babc1d14dc
prepare for implementing text UI (ncurses most likely) 2023-09-19 19:21:55 +02:00
Gwenhael Le Moine
29347b27c5
[#12] use display.offset and display.lines directly instead of their disp.* proxy 2023-09-19 16:50:31 +02:00
Gwenhael Le Moine
69b6da3ef5
cull X code 2023-09-19 15:57:56 +02:00
Gwenhael Le Moine
f6ad529be1
un-static some things 2023-09-19 15:48:31 +02:00
Gwenhael Le Moine
7d701cb51d
use FIRST_BUTTON 2023-09-19 15:01:18 +02:00
Gwenhael Le Moine
d836123ddf
static ALL THE THINGS!!! 2023-09-19 14:59:49 +02:00
Gwenhael Le Moine
20e8fc0e56
merge ui_bitmaps.h into ui_inner.h 2023-09-19 14:49:56 +02:00
Gwenhael Le Moine
b239fbde2a
eliminate need of prototypes in ui_x11.c 2023-09-19 14:14:50 +02:00
Gwenhael Le Moine
7595b39c13
all parameters are handled through getopt_long, no more X resources 2023-09-19 14:01:12 +02:00
Gwenhael Le Moine
eed26cded9
chasing #12 2023-09-19 09:48:25 +02:00
Gwenhael Le Moine
aeea54e59b
chasing #12, refactoring 2023-09-19 07:50:34 +02:00
Gwenhael Le Moine
aa0706d819
add --netbook to options 2023-09-19 07:50:12 +02:00
Gwenhael Le Moine
d7a5472d22
renaming 2023-09-18 17:50:09 +02:00
Gwenhael Le Moine
a6fa514d3d
refactor setup_frontend() 2023-09-18 16:45:43 +02:00
Gwenhael Le Moine
e2b815c5ff
function pointer are sexy 2023-09-18 16:32:22 +02:00
Gwenhael Le Moine
90b8035654
Both sdl and x11 front-ends are compiled, selectable at runtime 2023-09-18 15:25:35 +02:00
Gwenhael Le Moine
2b4607c5af
factor common stuff from both ui_{sdl,x11}.c into ui_inner.h 2023-09-18 13:30:57 +02:00
Gwenhael Le Moine
455d384b8a
brought back x11 GUI, fix #11 2023-09-18 12:09:25 +02:00
Gwenhael Le Moine
3638a43cfa
inline SDLUIFeedback() 2023-09-18 11:19:32 +02:00
Gwenhael Le Moine
bb0771e97f
WIP #11 : brought back x11 UI, tweaking ui_sdl.c
- x11:
  - crashes on start somehow, looking for the cause.
  - compile it passing GUI=x11 to make.
2023-09-18 10:52:47 +02:00
Gwenhael Le Moine
3d70c997a4
split "private" parts of emulator.h into emulator_inner.h 2023-09-17 15:51:04 +02:00
Gwenhael Le Moine
fd11a9fa08
code fiddling 2023-09-17 14:57:34 +02:00
Gwenhael Le Moine
49893c6082
refactor/optimize SDLCoordinateToKey() trying to fix issue #11
and I prefer my solution over looping over an array
2023-09-17 10:53:21 +02:00
Gwenhael Le Moine
95b62b7b3d
optimize SDLKeyToKey 2023-09-17 10:16:38 +02:00
Gwenhael Le Moine
6df4d4a31c
merge debugger c in one big file, clean dead code, fiddling 2023-09-16 19:07:39 +02:00
Gwenhael Le Moine
a8724da1b7
cleaning more dead or commented code 2023-09-16 17:50:37 +02:00
Gwenhael Le Moine
fbf0180114
that whole disp_t is actually useless dead code?! 2023-09-16 17:23:36 +02:00
Gwenhael Le Moine
8f93bb2121
renaming stuff 2023-09-16 15:40:24 +02:00
Gwenhael Le Moine
d56ef5cf8b
[ui_sdl] eliminate functions' prototypes declaration, inline code 2023-09-16 15:23:19 +02:00
Gwenhael Le Moine
eddc56d0ed
remove help popup and dead code 2023-09-16 14:12:43 +02:00
Gwenhael Le Moine
c1e242caf7
future simplification? 2023-09-16 13:42:42 +02:00
Gwenhael Le Moine
655ea11d85
add --fulscreen option, useful when combined with --no-chrome for example 2023-09-16 11:22:26 +02:00
Gwenhael Le Moine
e4aef06805
add a --no-chrome option to only show the LCD 2023-09-16 11:07:34 +02:00
Gwenhael Le Moine
0c69a47dd2
"unify" debugger header 2023-09-16 09:20:46 +02:00
Gwenhael Le Moine
8037dad330
fatal_exit(); was part of x11 code 2023-09-16 09:18:51 +02:00
Gwenhael Le Moine
5ba6943af6
code-shuffling++ 2023-09-15 17:59:13 +02:00
Gwenhael Le Moine
de336e4821
another big code-shuffling files-renaming moment 2023-09-15 17:42:29 +02:00
Gwenhael Le Moine
5bf401d8c9
rename x48* ⇒ ui*; move SDL specific code from ui.h ⇒ ui_sdl.c 2023-09-15 16:26:23 +02:00
Gwenhael Le Moine
4fd2511451
Add back the debugger
This reverts commit 3e78821d4a.
2023-09-15 09:53:39 +02:00
Gwenhael Le Moine
9c25485487
Revert "without debugger no reason to manage SIGINT"
This reverts commit 2f45a02a10.
2023-09-15 09:24:23 +02:00
Gwenhael Le Moine
295e82f684
prettify and exit after --version 2023-09-14 16:39:16 +02:00
Gwenhael Le Moine
598ab1ef72
files params accept absolute or relative-to-config-dir pathes 2023-09-14 16:12:10 +02:00
Gwenhael Le Moine
b49326a243
finish params parsing, make all filenames overridable 2023-09-14 15:57:12 +02:00
Gwenhael Le Moine
9dcfb47402
try to keep headers clean 2023-09-14 13:42:31 +02:00
Gwenhael Le Moine
abefdc5ec7
fiddlings comments 2023-09-14 13:24:26 +02:00
Gwenhael Le Moine
9bfb6b8acd
use redraw_annunc() in adjust_contrast() 2023-09-14 13:14:40 +02:00
Gwenhael Le Moine
bd45f6ea92
optimize/clarify header files 2023-09-14 12:55:50 +02:00
Gwenhael Le Moine
18f0866921
minor fiddling 2023-09-14 12:55:11 +02:00
Gwenhael Le Moine
87a26533fe
remove SIMPLE_64 (dead code) 2023-09-14 12:53:59 +02:00
Gwenhael Le Moine
b595a19af6
refactor fatal_exit() 2023-09-14 12:52:58 +02:00
Gwenhael Le Moine
268dd34612
more parse_args() into options.{c,h} as its role is to set set options 2023-09-14 12:38:51 +02:00
Gwenhael Le Moine
4a3e4ad027
move bitmaps (back) into their own header 2023-09-14 11:11:23 +02:00
Gwenhael Le Moine
6e254f8322
Document x48 public API; merge x48_lcd.c into x48.c 2023-09-14 09:46:46 +02:00
Gwenhael Le Moine
ef8bce1916
move code around a bit 2023-09-13 16:49:00 +02:00
Gwenhael Le Moine
05faaf6f1a
document what SDL_gfx is used for 2023-09-13 16:21:14 +02:00
Gwenhael Le Moine
ea8857d122
remove zoom effect and dependency on SDL_rotozoom.h 2023-09-13 16:13:06 +02:00
Gwenhael Le Moine
8c40f4fdbf
change the zoom to have a key-pressed effect 2023-09-13 15:58:20 +02:00
Gwenhael Le Moine
9d81721c57
move and remove code to try to make sense of it 2023-09-13 15:50:11 +02:00
Gwenhael Le Moine
8708e72fb5
update comments 2023-09-13 15:39:03 +02:00
Gwenhael Le Moine
53b25ec08c
display devices used for communication on UI 2023-09-13 15:38:18 +02:00
Gwenhael Le Moine
0770e3b879
Yay, found the annoying screen-blinking code and killed it!!!!! 2023-09-13 15:18:54 +02:00
Gwenhael Le Moine
b058d5e405
cleaning sdl1 version 2023-09-13 15:07:31 +02:00
Gwenhael Le Moine
5d91092d1a
ripped out X11 code 2023-09-13 13:11:52 +02:00
Gwenhael Le Moine
e8b179534a
parsing parameters with GNU getopt_long 2023-09-13 12:24:04 +02:00
Gwenhael Le Moine
b63db93237
mostly formatting 2023-09-13 09:28:04 +02:00
Gwenhael Le Moine
43ccdf7699
hp48_device.c was mostly GUI code 2023-09-12 17:31:18 +02:00
Gwenhael Le Moine
2136cdc775
inline hp48_device/check_devices() 2023-09-12 14:48:24 +02:00
Gwenhael Le Moine
2f45a02a10
without debugger no reason to manage SIGINT 2023-09-07 16:39:55 +02:00
Gwenhael Le Moine
bfac5fc2a1
prettify all the code 2023-09-07 16:36:44 +02:00
Gwenhael Le Moine
0f6d0a358b
make pretty-code 2023-09-07 16:30:44 +02:00
Gwenhael Le Moine
58a77bde4b
one less ifdef 2023-09-07 16:07:18 +02:00
Gwenhael Le Moine
48cc5e941c
reduce the number of #ifdef X11/SDL1 2023-09-07 16:01:46 +02:00
Gwenhael Le Moine
008077ad4a
drop commented code 2023-09-07 15:04:37 +02:00
Gwenhael Le Moine
1226330375
fatal_exit() isn't so tied to GUI 2023-09-07 14:55:41 +02:00
Gwenhael Le Moine
1f5924b73a
split global and UI-specific options; inline X11's init_nibble_maps() 2023-09-07 14:51:31 +02:00
Gwenhael Le Moine
9cb458ccbc
remove -disasm param related to debugger 2023-09-07 12:57:53 +02:00
Gwenhael Le Moine
329443d29a
we will never implement these 2023-09-07 12:54:57 +02:00
Gwenhael Le Moine
d27fc78f53
remove COMPILE_VERSION 2023-09-07 12:54:21 +02:00
Gwenhael Le Moine
3e78821d4a
[major] entirely removed debugger and realine dependency 2023-09-07 12:40:04 +02:00
Gwenhael Le Moine
5205e2c6d9
drop WITH_DEBUGGER, debugger is always built and embedded 2023-09-06 17:03:14 +02:00
Gwenhael Le Moine
5412d63b72
InitDisplay() is x11 specific 2023-09-06 16:34:22 +02:00
Gwenhael Le Moine
ef5c9ba171
debugger is its own part and not part of GUI 2023-09-06 16:32:56 +02:00
Gwenhael Le Moine
6b671b9b0f
clang echoes some more warnings by default, fixed them 2023-06-17 08:46:19 +02:00
Gwenhael Le Moine
4e1275fbd3
Merge branch 'main' of ssh://src.le-moine.org:38172/gwh/x48ng 2023-05-23 11:18:25 +02:00
Gwenhael Le Moine
eb366ca8b0
don't print SDL version; move code around 2023-05-23 11:18:09 +02:00
Gwenhael Le Moine
5c25e81133
fix #4 : get_stack() needs to return a char*, not 0.
It's most like ly meant to the stack as a string
2023-05-22 08:17:48 +02:00
MatMoul
47c5c22c04 fix sx rom core dump 2023-05-19 21:53:02 +02:00
Gwenhael Le Moine
63412e14d3
make including the debugger a compilation option WITH_DEBUGGER 2023-05-18 23:11:40 +02:00
Gwenhael Le Moine
ffdb73a83d
pretty-code 2023-05-17 16:16:08 +02:00
Gwenhael Le Moine
9c56f4916b
*_bits are *_bitmap 2023-05-17 16:06:46 +02:00
Gwenhael Le Moine
18acd3a9cc
sort functions 2023-05-17 16:02:57 +02:00
Gwenhael Le Moine
a46261994f
ternary 2023-05-17 13:21:02 +02:00
Gwenhael Le Moine
32835225fe
code formatting 2023-05-17 12:57:18 +02:00
Gwenhael Le Moine
b2f360c9e9
one header file for debugger 2023-05-17 12:56:58 +02:00