-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for writing file in TAP format #29
Comments
In my opinion, GoSpeccy should feature "I/O devices". Tape I/O is one of them. Other I/O devices are: border color, sound, keyboard, joystick. So, we would have 5 device types in total. The idea is that a device is something that:
In Go, a device would be an interface type. |
So, according to this view, the tape device would be on a separate goroutine, right? A border color device... I'm not persuaded about that. |
Q: So, according to this view, the tape device would be on a separate goroutine, right? Q: A border-color device ... In the meantime, I am slowly working on a project trying to solve the Makefile overkill (http://github.com/remogatto/gospeccy/issues#issue/28). The solution will be similar to GOFR (http://bitbucket.org/kylelemons/gofr/wiki/Home). Technically, even now we could use GOFR to build gospeccy, although there would be some issues. Anyway, I will finish this project (maybe by the next week), at the very least we will see whether it is better or worse than GOFR. |
TAP support for loading was added a couple of month ago. GoSpeccy can't save in TAP format though. I'm renaming this issue according and I'm removing the "next release" label. |
We really need this.
Reference: http://www.worldofspectrum.org/formats.html
The text was updated successfully, but these errors were encountered: