Gopher2600/hardware
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
..
clocks moved clock constants to new clocks package 2024-12-22 17:53:32 +00:00
cpu small refactor of register package 2025-02-01 07:56:41 +00:00
input fixed searching for PAL60 in filename and PAL60 sizing 2025-02-23 17:39:08 +00:00
memory fixed searching for PAL60 in filename and PAL60 sizing 2025-02-23 17:39:08 +00:00
peripherals added lint target to Makefile 2024-11-23 14:56:36 +00:00
preferences simplified VSYNC and screen roll 2025-01-10 17:46:41 +00:00
riot user input recorded for rewind system 2024-12-14 09:09:58 +00:00
television fixed searching for PAL60 in filename and PAL60 sizing 2025-02-23 17:39:08 +00:00
tia changed signal.VideoBlack to signal.ZeroBlack for clarity 2025-02-21 16:53:43 +00:00
doc.go updated copyright notice in all files 2020-07-26 20:18:56 +01:00
run.go marginal improvement to TIA audio performance 2024-11-23 14:56:36 +00:00
snapshot.go simplification of the memory sub-system 2024-11-23 14:56:37 +00:00
step.go added CYCLE quantum 2023-11-27 07:47:30 +00:00
vcs.go fixed searching for PAL60 in filename and PAL60 sizing 2025-02-23 17:39:08 +00:00