davervw / ch64edit

C64 Character Set Editor
https://techwithdave.davevw.com/2024/04/edit-vic-20-programmable-characters.html
MIT License
2 stars 0 forks source link

Should uninstall scanline IRQ at program exit, reinstall every start #8

Closed davervw closed 2 months ago

davervw commented 2 months ago

when program exits, memory may be cleared, reused by user for other purposes. Would be bad if IRQ handler, which is useful only for displaying character sets at specific portions of the screen, gets overwritten causing system to crash.