Gopher2600/rewind
JetSetIlly 9a99ff7a3e fixed searching for PAL60 in filename and PAL60 sizing
added PAL60 specification. even though it isn't a real specification it
is more convenient and provides better user feedback

moved FrameInfo into frameinfo package, now called Current as in
frameinfo.Current

clarified storage of requested specification by the television:

how the television is probed for the specification has changed, in
particular the current spec is retreived via the GetFrameInfo()
function. in fact, this was how most other packages did it but there
also existed a GetSpecID() which was uncessary

GetReqSpecID() and GetCreationSpecID() removed, replaced with
GetResetSpecID() and IsAutoSpec()

simplified SetSpec(). removed the force argument

removed reset option for vcs.AttachCartridge()
2025-02-23 17:39:08 +00:00
..
comparison.go user input recorded for rewind system 2024-12-14 09:09:58 +00:00
deeppoke.go changing TV SPEC while paused will update the spec as expected 2024-05-21 19:18:12 +01:00
doc.go timeline window now runs the rewind.GetState()/thumbnailer in the main emulation goroutine 2021-11-18 21:51:44 +00:00
preferences.go simplified prefs.Disk.Load() function 2024-12-20 14:05:32 +00:00
rewind.go fixed searching for PAL60 in filename and PAL60 sizing 2025-02-23 17:39:08 +00:00
search.go fixed searching for PAL60 in filename and PAL60 sizing 2025-02-23 17:39:08 +00:00
timeline.go fixed searching for PAL60 in filename and PAL60 sizing 2025-02-23 17:39:08 +00:00
userinput.go user input recorded for rewind system 2024-12-14 09:09:58 +00:00