Changelog:
r45680 | gpz | 2025-05-15 16:30:56 +0000 (Thu, 15 May 2025) | 1 line
fix lightpen logic, require RMB to be pressed and held down for 'PEN' type devices to produce lightpen events (via 'fireÄ)
------------------------------------------------------------------------
r45678 | rhialto | 2025-05-14 18:45:28 +0000 (Wed, 14 May 2025) | 2 lines
Fix some typos in comments.
------------------------------------------------------------------------
r45677 | rhialto | 2025-05-14 18:18:26 +0000 (Wed, 14 May 2025) | 8 lines
On the 8296 we do not (invert the screen by clearing MA12).
The CRTC code (crtc.c) which tests vaddr_revswitch (as it is called there) has no
explicit value for "we do not have the reverse feature at all", but it is clever
enough to use an uninverted screen if the toggle bit is part of the "normal"
screen addressing bits. So we just use the video address mask (vaddr_mask) bits
as the vaddr_revswitch to disable inverting.
------------------------------------------------------------------------
r45676 | gpz | 2025-05-14 11:47:56 +0000 (Wed, 14 May 2025) | 1 line
disable debug msg
------------------------------------------------------------------------
r45673 | gpz | 2025-05-12 15:33:17 +0000 (Mon, 12 May 2025) | 1 line
some minimon fixes, better handling of the case when no rom image is attached at startup
------------------------------------------------------------------------