Skip to content

Commit

Permalink
updated rom_symbols.h
Browse files Browse the repository at this point in the history
  • Loading branch information
mist64 committed May 7, 2022
1 parent a29dd9a commit 9d7fd06
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions build_rom_debug.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ set -e
cp ../x16-rom/build/x16/rom_labels.h src
cp ../x16-rom/build/x16/rom_lst.h src

# update ROM symbols (for keyboard injection)
sh rom_symbols.sh

# always force re-build of main.c because of updated rom_labels.h
rm -f build/main.o

Expand Down
4 changes: 2 additions & 2 deletions src/rom_symbols.h
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#define NDX 0x00A60A
#define KEYD 0x00A600
#define NDX 0x00A80A
#define KEYD 0x00A800

0 comments on commit 9d7fd06

Please sign in to comment.