Commit graph

4 commits

Author SHA1 Message Date
JetSetIlly
3340e5cc8d cartridge will reload when HUP signal is received 2024-01-28 10:41:08 +00:00
JetSetIlly
420268ad54 better segment management for DPC+ and CDF
apart from better organisation, these changes fix a bug in CDF that
could cause a crash caused by the ARM program accessing a memory address
that is not represented in the emulation
2024-01-22 08:10:30 +00:00
JetSetIlly
3aa5885ebe removed curated pacakge. replaced with wrapped errors
curated package predated the standard errors package introduced in
go1.13

the standard package does a better job of what curated attempted to do

the change of package also gave me a opportunity to clean up the error
messages a little bit
2023-02-13 21:58:39 +00:00
JetSetIlly
abd96b298b renamed PushRawEvent() to PushFunction(). related elements renamed similarly
identified the functions in the debugger package that are used by the
lazyvalues package. it is planned that the lazyvalues system will be
replaced by a Borrow() mechanism so this is a change with a limited life
expectancy
2022-09-02 19:24:12 +01:00
Renamed from debugger/events.go (Browse further)