Changelog:
r45276 | rhialto | 2024-08-06 20:38:45 +0000 (Tue, 06 Aug 2024) | 4 lines
petmem: add the range 8800-8fff to mem_bank_peek().
This is for the monitor's IO command.
------------------------------------------------------------------------
r45275 | rhialto | 2024-08-06 20:15:48 +0000 (Tue, 06 Aug 2024) | 14 lines
petreu.c: fix bug #2061
The masking of the memory bank number allowed too many bank address bits,
overflowing the allocated memory.
Further improvements:
Added some comments and link to hardware description.
Completely hide the second VIA for the 128 KiB model.
Adjusted register sizes and masking so that the monitor IO command shows
a reasonable number of bytes.
TODO: The monitor's IO command prints nonsense values.
------------------------------------------------------------------------
r45274 | gpz | 2024-08-06 18:33:38 +0000 (Tue, 06 Aug 2024) | 1 line
register userport devices via a centralized function, like in the joyport system.
------------------------------------------------------------------------
r45273 | gpz | 2024-08-06 18:17:12 +0000 (Tue, 06 Aug 2024) | 1 line
fix debug message
------------------------------------------------------------------------
r45272 | gpz | 2024-08-05 22:46:21 +0000 (Mon, 05 Aug 2024) | 1 line
make ane/lxa logging options available in all emus, except scpu
------------------------------------------------------------------------