Welcome, Guest. Please login or register.

Author Topic: F10 Quitkey on WhdLoad not working  (Read 5334 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline Piru

  • \' union select name,pwd--
  • Hero Member
  • *****
  • Join Date: Aug 2002
  • Posts: 6946
    • Show all replies
    • http://www.iki.fi/sintonen/
Re: F10 Quitkey on WhdLoad not working
« on: February 21, 2012, 08:33:44 PM »
Quote from: dougal;681223
Thats a bugger about the quit key not working on the 68000.

Without actually checking I can only presume the "universal quitkey" (independent of the slave) works by using the vector base register (VBR) and mapping the interrupt vectors outside of the zero page. Then the new interrupt vectors check for the key before continuing to the real interrupt vector pointed by the zero page.

VBR was introduced by the 68010.