mirror of
https://gitlab.com/camelot/kickc.git
synced 2025-03-11 06:31:17 +00:00
minor changes
This commit is contained in:
parent
ce28c50d34
commit
0e3f56ead9
@ -56,7 +56,7 @@ public class Compiler {
|
|||||||
return program;
|
return program;
|
||||||
}
|
}
|
||||||
|
|
||||||
void setDisableUplift(boolean disableUplift) {
|
public void setDisableUplift(boolean disableUplift) {
|
||||||
this.disableUplift = disableUplift;
|
this.disableUplift = disableUplift;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -18,7 +18,6 @@
|
|||||||
#pragma link("pacman.ld")
|
#pragma link("pacman.ld")
|
||||||
#pragma start_address(0x0810)
|
#pragma start_address(0x0810)
|
||||||
#pragma interrupt(hardware_clobber)
|
#pragma interrupt(hardware_clobber)
|
||||||
#pragma emulator("C64Debugger")
|
|
||||||
#include <c64.h>
|
#include <c64.h>
|
||||||
#include <6502.h>
|
#include <6502.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user