14 lines
254 B
Plaintext
Raw Normal View History

2021-12-15 17:13:21 +01:00
{
"extension": "prg",
"link": "apple1.ld",
"start_address": "0x280",
2022-01-06 18:57:15 +01:00
"cpu": "MOS6502",
2021-12-15 17:13:21 +01:00
"interrupt": "hardware_all",
2021-12-22 15:11:55 +01:00
"emulator": "echo",
"defines": {
"__APPLE1__": 1,
"APPLE1": 1,
"__KICKC__": 1
}
2021-12-15 17:13:21 +01:00
}