mirror of
https://gitlab.com/camelot/kickc.git
synced 2025-01-01 13:30:50 +00:00
Updated assembly to include PRG files. Improved target platforms.
This commit is contained in:
parent
7ffeffdb92
commit
617a7a83d9
@ -54,6 +54,7 @@
|
||||
<include>*/*.png</include>
|
||||
<include>*/*.sid</include>
|
||||
<include>*/*.bin</include>
|
||||
<include>*/*.prg</include>
|
||||
</includes>
|
||||
</fileSet>
|
||||
<fileSet>
|
||||
|
@ -3,7 +3,7 @@
|
||||
"extension": "nes",
|
||||
"link": "nes.ld",
|
||||
"cpu": "MOS6502X",
|
||||
"emulator": "nestopia",
|
||||
"emulator": "Nestopia",
|
||||
"zp_reserve": [ ],
|
||||
"defines": {
|
||||
"__NES__": 1
|
||||
|
@ -3,7 +3,6 @@
|
||||
// https://mega.scryptos.com/sharefolder/MEGA/MEGA65+filehost
|
||||
// https://www.forum64.de/index.php?thread/104591-xemu-vic-iv-implementation-update/&postID=1560511#post1560511
|
||||
#pragma target(mega65_c64)
|
||||
#pragma emulator("/Users/jespergravgaard/c64/mega65/xemu-hernandp/build/bin/xmega65.native -prg")
|
||||
#include <mega65.h>
|
||||
#include <string.h>
|
||||
|
||||
|
@ -1,6 +1,5 @@
|
||||
// Hello World for MEGA 65 - putting chars directly to the screen
|
||||
#pragma target(mega65)
|
||||
#pragma emulator("/Users/jespergravgaard/c64/mega65/xemu-hmw/build/bin/xmega65.native -prg")
|
||||
#include <mega65.h>
|
||||
|
||||
char * const SCREEN = 0x0800;
|
||||
|
Loading…
Reference in New Issue
Block a user