Gopher2600/hardware/television
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
..
colourgen changed signal.VideoBlack to signal.ZeroBlack for clarity 2025-02-21 16:53:43 +00:00
coords user input recorded for rewind system 2024-12-14 09:09:58 +00:00
frameinfo fixed searching for PAL60 in filename and PAL60 sizing 2025-02-23 17:39:08 +00:00
limiter television limiter moved to separate package 2024-11-23 14:56:37 +00:00
signal changed signal.VideoBlack to signal.ZeroBlack for clarity 2025-02-21 16:53:43 +00:00
specification fixed searching for PAL60 in filename and PAL60 sizing 2025-02-23 17:39:08 +00:00
adjustment.go added CYCLE quantum 2023-11-27 07:47:30 +00:00
doc.go added simple television to television package 2024-06-11 13:58:14 +01:00
protocol.go fixed searching for PAL60 in filename and PAL60 sizing 2025-02-23 17:39:08 +00:00
resizer.go fixed searching for PAL60 in filename and PAL60 sizing 2025-02-23 17:39:08 +00:00
television.go fixed searching for PAL60 in filename and PAL60 sizing 2025-02-23 17:39:08 +00:00
television_test.go remove Television interface / renamed Reference to Television 2020-10-23 15:35:39 +01:00
vblank.go simplified VSYNC and screen roll 2025-01-10 17:46:41 +00:00
vsync.go committed to VSYNC counting on HSYNC end 2025-01-10 19:22:36 +00:00