apple2js/json/disks/index.js
Will Scullin 24680b989f
fix typo
2021-03-01 21:06:28 -08:00

18 lines
332 B
JavaScript

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