diff options
Diffstat (limited to 'src/video/signetics.c')
-rw-r--r-- | src/video/signetics.c | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/src/video/signetics.c b/src/video/signetics.c index 4a996d8..09e9836 100644 --- a/src/video/signetics.c +++ b/src/video/signetics.c @@ -1,8 +1,6 @@ -// signetics.h +// signetics.c // Signetics refers to the various Signetics brand chips which the Apple I came with, including a character ROM, and a shift-register based video memory. - -#include"../cpu/core.h" -#include"stdlib.h" +// Intended to be included during pre-processing into the .c of the used video library. const byte CharacterROM[0x40] = { '@' , 'A' , 'B' , 'C' , 'D' , 'E' , 'F' , 'G' , 'H' , 'I' , 'J' , 'K' , 'L' , 'M' , 'N' , 'O' , @@ -15,4 +13,4 @@ const byte* TerminalShiftRegister; byte* TerminalShiftRegisterPosition; -int TerminalShiftRegisterOffset; +int TerminalShiftRegisterOffset;
\ No newline at end of file |