apple2js/json/disks/index.js
2019-03-02 22:46:37 -08:00

12 lines
225 B
JavaScript

disk_index = [
{
"filename": "json/disks/dos33master.json",
"name": "DOS 3.3 Master",
"category": "System"
},
{
"filename": "json/disks/prodos.json",
"name": "ProDOS",
"category": "System"
}
];