mirror of
https://github.com/zellyn/diskii.git
synced 2024-11-21 08:32:21 +00:00
Add data/ directory and go-bindata generate cmds
This commit is contained in:
parent
dc35096652
commit
118944b512
12
data/README.md
Normal file
12
data/README.md
Normal file
@ -0,0 +1,12 @@
|
||||
# Embedded data files for diskii
|
||||
|
||||
## List of files
|
||||
- ProDOS_2_4_1.dsk
|
||||
John Brooks' update to ProDOS, released September 2016.
|
||||
[Announcement on Call-A.P.P.L.E](http://www.callapple.org/vintage-apple-computers/apple-ii/announcing-prodos-2-4-1-for-all-apple-ii-and-compatible-computers/)
|
||||
|
||||
- prodos-old-boot0.bin
|
||||
The old ProDOS sector 0, used before the IIGS System 4.0 system disk.
|
||||
- prodos-new-boot0.bin
|
||||
The new ProDOS sector 0, used on and after the IIGS System 4.0
|
||||
system disk. Understands sparse PRODOS.SYSTEM files.
|
BIN
data/boot/prodos-new-boot0.bin
Normal file
BIN
data/boot/prodos-new-boot0.bin
Normal file
Binary file not shown.
BIN
data/boot/prodos-old-boot0.bin
Normal file
BIN
data/boot/prodos-old-boot0.bin
Normal file
Binary file not shown.
285
data/data.go
Normal file
285
data/data.go
Normal file
File diff suppressed because one or more lines are too long
8
generate.go
Normal file
8
generate.go
Normal file
@ -0,0 +1,8 @@
|
||||
// This file contains the list of commands to run to re-generate
|
||||
// generated files.
|
||||
|
||||
// Use go-bindata to embed static assets that we need.
|
||||
//go:generate go-bindata -pkg data -prefix "data/" -o data/data.go data/disks data/boot
|
||||
//go:generate goimports -w data/data.go
|
||||
|
||||
package main
|
Loading…
Reference in New Issue
Block a user