apple1-videocard-lib/kickc/apple1.tgt

14 lines
254 B
Plaintext
Raw Permalink Normal View History

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