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