mirror of
https://github.com/xcat2/xNBA.git
synced 2024-12-14 15:21:32 +00:00
Remove CODE16 as a global define; most files define it themselves
anyway, and I want to be able to use it as a compile-time option for the i386 decompressor.
This commit is contained in:
parent
3d6123e69a
commit
7700b8059c
@ -31,11 +31,6 @@
|
||||
#define TAGGED_IMAGE /* choose at least one */
|
||||
#endif
|
||||
|
||||
#undef CODE16
|
||||
#if defined(PCBIOS)
|
||||
#define CODE16
|
||||
#endif
|
||||
|
||||
#define K_ESC '\033'
|
||||
#define K_EOF '\04' /* Ctrl-D */
|
||||
#define K_INTR '\03' /* Ctrl-C */
|
||||
|
Loading…
Reference in New Issue
Block a user