mirror of
https://github.com/fadden/6502bench.git
synced 2024-11-29 10:50:28 +00:00
Split C64 system def into .PRG/.BIN
One starts with a 16-bit load address, one does not. Not sure this is the right way to go, but it's worth a try. (issue #33)
This commit is contained in:
parent
96ee33ae8c
commit
eec37b684e
@ -164,11 +164,11 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"Name" : "Commodore 64",
|
||||
"Name" : "Commodore 64 (PRG)",
|
||||
"GroupName" : "Commodore",
|
||||
"Cpu" : "6510",
|
||||
"Speed" : "1.023",
|
||||
"Description" : "Commodore 64 home computer.",
|
||||
"Description" : "Commodore 64 home computer. The first two bytes hold the load address.",
|
||||
"SymbolFiles" : [
|
||||
"RT:Commodore/C64-Kernal.sym65"
|
||||
],
|
||||
@ -178,6 +178,20 @@
|
||||
"first-word-is-load-addr":"true"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Name" : "Commodore 64 (BIN)",
|
||||
"GroupName" : "Commodore",
|
||||
"Cpu" : "6510",
|
||||
"Speed" : "1.023",
|
||||
"Description" : "Commodore 64 home computer. General binary file.",
|
||||
"SymbolFiles" : [
|
||||
"RT:Commodore/C64-Kernal.sym65"
|
||||
],
|
||||
"ExtensionScripts" : [
|
||||
],
|
||||
"Parameters" : {
|
||||
}
|
||||
},
|
||||
{
|
||||
"Name" : "Commodore 128",
|
||||
"GroupName" : "Commodore",
|
||||
@ -191,7 +205,6 @@
|
||||
"ExtensionScripts" : [
|
||||
],
|
||||
"Parameters" : {
|
||||
"first-word-is-load-addr":"true"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user