mirror of
https://github.com/nippur72/apple1-videocard-lib.git
synced 2024-12-22 13:30:38 +00:00
15 lines
319 B
Plaintext
15 lines
319 B
Plaintext
{
|
|
"description": "Commodore VIC 20 8K executable PRG file",
|
|
"extension": "prg",
|
|
"link": "vic20_8k.ld",
|
|
"start_address": "0x120d",
|
|
"cpu": "MOS6502X",
|
|
"interrupt": "rom_min_vic20",
|
|
"emulator": "echo",
|
|
"defines": {
|
|
"__VIC20__": 1,
|
|
"VIC20": 1,
|
|
"__KICKC__": 1
|
|
}
|
|
}
|