Skip to content

Commit

Permalink
Moved code modules into lib folder
Browse files Browse the repository at this point in the history
  • Loading branch information
simondotm committed Jun 26, 2016
1 parent 0239f0d commit 62c3e24
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions beebtrk.6502
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
\ ******************************************************************

\\ Common global defines
INCLUDE "bbc.h.6502"
INCLUDE "lib/bbc.h.6502"

\ ******************************************************************
\ * Define compilation flags
Expand Down Expand Up @@ -44,9 +44,9 @@ GUARD &9F ; user ZP + econet ZP


\\ Any includes here can declare ZP vars from the pool using SKIP
INCLUDE "exomiser.h.6502"
INCLUDE "vgmplayer.h.6502"
INCLUDE "beebtracker.h.6502"
INCLUDE "lib/exomiser.h.6502"
INCLUDE "lib/vgmplayer.h.6502"
INCLUDE "lib/beebtracker.h.6502"



Expand All @@ -64,9 +64,9 @@ GUARD MODE7_base_addr ; ensure code size doesn't hit start of screen memory
\ * Code entry
\ ******************************************************************

INCLUDE "exomiser.s.6502"
INCLUDE "vgmplayer.s.6502"
INCLUDE "beebtracker.s.6502"
INCLUDE "lib/exomiser.s.6502"
INCLUDE "lib/vgmplayer.s.6502"
INCLUDE "lib/beebtracker.s.6502"

\ ******************************************************************
\ * Main loop including high-level state machine
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 62c3e24

Please sign in to comment.