Skip to content

Commit

Permalink
Add C64 include paths to mega65 target (#148)
Browse files Browse the repository at this point in the history
* Add C64 include path to mega64 target

The c64 headers are useful also on mega65 which for example also has SID chips.

* Add asm include
  • Loading branch information
mlund authored Aug 4, 2023
1 parent 2b2622c commit 541a8ab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mos-platform/mega65/clang.cfg
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
-isystem <CFGDIR>/../mos-platform/c64/include
-I <CFGDIR>/../mos-platform/c64/asminc
-mlto-zp=110
-D__MEGA65__
-mcpu=mos65ce02

0 comments on commit 541a8ab

Please sign in to comment.