apple2js/json/disks/index.js

12 lines
225 B
JavaScript
Raw Normal View History

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