mirror of
https://github.com/nippur72/apple1-videocard-lib.git
synced 2024-11-15 17:05:33 +00:00
15 lines
292 B
Plaintext
15 lines
292 B
Plaintext
{
|
|
"extension": "prg",
|
|
"link": "apple1_jukebox.ld",
|
|
"start_address": "0x4000",
|
|
"cpu": "ROM6502",
|
|
"interrupt": "hardware_all",
|
|
"emulator": "echo",
|
|
"defines": {
|
|
"__APPLE1__": 1,
|
|
"APPLE1": 1,
|
|
"APPLE1_JUKEBOX": 1,
|
|
"__KICKC__": 1
|
|
}
|
|
}
|