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