Gopher2600/hardware
JetSetIlly 84ad23c03e moved Patch() from CartMapper to CartPatchable interface
this means that a mapper only needs to implement the Patch() if it makes
sense

mappers that don't need it have had the Patch function removed.
implemented function for SCABS and UA

corrected error messages for atari mappers - some messages weren't
referencing the correct atari mapper and simply stated "atari"
2023-11-26 09:32:28 +00:00
..
cpu corrected placement of cycle callback in JSR instruction 2023-11-06 20:46:22 +00:00
input simplified input package by removing AllowPushedEvents() 2023-08-03 06:53:35 +01:00
memory moved Patch() from CartMapper to CartPatchable interface 2023-11-26 09:32:28 +00:00
peripherals removed lazy update components. made savekey rewind safe 2023-08-26 09:14:40 +01:00
preferences moved coprocessor/developer illegalAccesses into dedicated faults package 2023-07-28 06:03:58 +01:00
riot environment correctly propogated after Plumb() event 2023-04-17 17:07:03 +01:00
television TV rotation 2023-10-07 16:06:56 +01:00
tia added CPU interface to TIA package 2023-07-17 15:50:06 +01:00
doc.go updated copyright notice in all files 2020-07-26 20:18:56 +01:00
run.go television.Signal() logs error rather than returning 2023-02-19 21:22:22 +00:00
step.go television.Signal() logs error rather than returning 2023-02-19 21:22:22 +00:00
vcs.go simplified input package by removing AllowPushedEvents() 2023-08-03 06:53:35 +01:00