mirror of
https://github.com/nippur72/apple1-videocard-lib.git
synced 2025-01-04 05:30:42 +00:00
14 lines
254 B
Plaintext
14 lines
254 B
Plaintext
{
|
|
"extension": "prg",
|
|
"link": "apple1.ld",
|
|
"start_address": "0x280",
|
|
"cpu": "MOS6502",
|
|
"interrupt": "hardware_all",
|
|
"emulator": "echo",
|
|
"defines": {
|
|
"__APPLE1__": 1,
|
|
"APPLE1": 1,
|
|
"__KICKC__": 1
|
|
}
|
|
}
|