apple2js/json/disks/index.js

12 lines
225 B
JavaScript
Raw Normal View History

disk_index = [
{
2019-03-03 06:46:37 +00:00
"filename": "json/disks/dos33master.json",
"name": "DOS 3.3 Master",
"category": "System"
2014-01-05 18:33:35 +00:00
},
{
2019-03-03 06:46:37 +00:00
"filename": "json/disks/prodos.json",
"name": "ProDOS",
"category": "System"
}
2019-03-03 06:46:37 +00:00
];