diff --git a/common/common.asm b/common/common.asm index 72a4fea..df6a7d0 100644 --- a/common/common.asm +++ b/common/common.asm @@ -487,7 +487,3 @@ _END_CMN_DT ; 6502 NMI, Reset and IRQ * = $FFFA ADDR .WORD 0, _INI, 0 - - - - diff --git a/common/macros.h b/common/macros.h index e618ad7..264ae55 100644 --- a/common/macros.h +++ b/common/macros.h @@ -95,4 +95,4 @@ #define BGN(a) a .( #define END(a) .):_END_##a -#endif /* __MACROS_H */ \ No newline at end of file +#endif /* __MACROS_H */ diff --git a/common/page6.src b/common/page6.src index 1ca4d44..5a7817c 100644 --- a/common/page6.src +++ b/common/page6.src @@ -27,4 +27,4 @@ _2 EXT(S0) RTN END(FACTORIAL) -END(DEMO) \ No newline at end of file +END(DEMO) diff --git a/common/rom.h b/common/rom.h index eeba199..e43f840 100644 --- a/common/rom.h +++ b/common/rom.h @@ -8,4 +8,4 @@ CMN_DT = $FF00 ; macros #define CMN JSR CMN_CD -#endif /* __ROM_H */ \ No newline at end of file +#endif /* __ROM_H */ diff --git a/emulator/Makefile b/emulator/Makefile index 3955245..e0d0b78 100644 --- a/emulator/Makefile +++ b/emulator/Makefile @@ -3,4 +3,3 @@ emulator: emulator.h emulator.c main.c clean: rm -f emulator - diff --git a/xa-pre-process/xapp.h b/xa-pre-process/xapp.h index 4c6eebf..c24451e 100644 --- a/xa-pre-process/xapp.h +++ b/xa-pre-process/xapp.h @@ -68,4 +68,4 @@ int tokenizeInput(const char *cursor, TOKEN *tokens); long long parseCommon(const char *input); long long shiftCommon(long long base, long long amount); -#endif /* __XAPP_H */ \ No newline at end of file +#endif /* __XAPP_H */