Commit graph

7 commits

Author SHA1 Message Date
JetSetIlly 1f23e7217f simplified cartridge loader package
loader is opened at creation time which allows us to remove the
needlessly complicated pointer-to-pointer mechanism
2024-04-16 10:18:13 +01:00
JetSetIlly 732c433cd2 tidied and simplified test package 2023-07-06 13:49:18 +01:00
JetSetIlly 178f05f17b updated go minimum version to 1.20
applied gofmt to source tree to update the documentation comments
2023-02-12 13:09:07 +00:00
JetSetIlly 2475f07979 added CartROMDump interface. atari cartridges only for now
implemented CARTRIDGE DUMP command
2022-06-07 08:43:55 +01:00
JetSetIlly 997411743d abstract filepath.Abs() in fs package (for wasm target) 2022-05-22 21:45:51 +01:00
JetSetIlly a376a59a1d fixed JoinPath() in resources packages so that it is safe to call repeatdely
running resources.JoinPath() on the results of a previous call caused
the OS/build base path to be prepended again. the function now checks to
see if the base path already exists.
2021-12-23 10:22:41 +00:00
JetSetIlly e5bd938b41 renamed paths package to resources package
ResourcePath() is now called JoinPath()

UniqueFilename() moved to a new package named unique and renamed to
Filename()
2021-10-03 13:32:08 +01:00