Wykres commitów

6 Commity (main)

Autor SHA1 Wiadomość Data
Matt Evans 5d23667c8e Update README with info on memory configs
Bumps to v0.21
2024-08-27 01:11:39 +01:00
Matt Evans 1ada25b956 README: bump version/date 2024-08-18 17:45:54 +01:00
Matt Evans 854e89e162 Add disc read/write callbacks
Instead of relying on the disc data being directly mapped, and
accessing blocks by memcpy'ing from it, provide op_read/op_write
callbacks so that the host can do disc ops itself (e.g. access SD).

The disc_descr_t describes the callbacks (and an opaque pointer
passed as an argument when they are invoked), per-disc.
2024-08-18 17:45:54 +01:00
Matt Evans f0ff05081c Add MEMSIZE build-time parameter to set memory size
By default, this is 128 (for 128KB).  Usable values are 128, 512,
1024, 2048, 4096.
2024-08-18 17:45:54 +01:00
Matt Evans fda1246f63 Update README 2024-07-15 23:41:20 +01:00
Matt Evans 563626a382 First public release
Squashed for release at v0.1
2024-06-15 21:10:48 +01:00