mirror of
https://github.com/RyuKojiro/apple1.git
synced 2024-12-29 17:31:03 +00:00
Removed old instruction length definiton
git-svn-id: svn+ssh://svn.phoenixbox.net/svn/apple1/trunk@27 64f78de7-aa59-e511-a0e8-0002a5492df0
This commit is contained in:
parent
d2a680bdf7
commit
9e84116826
@ -17,7 +17,6 @@
|
||||
#define ROM_START 0xF000
|
||||
#define ROM_SIZE 0x00FF
|
||||
#define RESET_VECTOR 0xFF00
|
||||
#define MAX_INSTRUCTION_LEN 32
|
||||
|
||||
void fault(void *ctx, const char *e) {
|
||||
(*(int *)ctx)++;
|
||||
|
Loading…
Reference in New Issue
Block a user