Difference between revisions of "OSBYTE &B9"
(Initial page from mdfs.net.) |
|||
Line 1: | Line 1: | ||
[[Category:OSBYTE]] | [[Category:OSBYTE]] | ||
− | OSBYTE &B9 (185) - Read MOS copy of palette register | + | OSBYTE &B9 (185) - Read/Write MOS copy of palette register/ROM polling semaphore |
− | + | On the BBC, B+ and Master, this contains the MOS's copy of the palette | |
− | + | register in the video ULA. | |
− | + | ||
+ | On the Electron there is no video ULA, and this location contains the ROM | ||
+ | polling semaphore. When the semaphore is non-zero the 100Hz ROM service | ||
+ | call &15 is sent to ROMs. The semaphore is normally accessed with *FX23 | ||
+ | to increment it and *FX24 to decrement it. | ||
==See Also== | ==See Also== | ||
− | * | + | * [[OSBYTE &16|OSBYTE &16]] - Increment ROM polling semaphore |
+ | * [[OSBYTE &17|OSBYTE &17]] - Decrement ROM polling semaphore | ||
+ | * [[OSBYTE &B3|OSBYTE &B3]] - Master ROM polling semaphore location | ||
+ | * [[Paged ROM service calls]] | ||
− | [[User:Jgharston|Jgharston]] 22: | + | [[User:Jgharston|Jgharston]] 22:30, 26 May 2009 (UTC) |
Revision as of 01:40, 15 December 2013
OSBYTE &B9 (185) - Read/Write MOS copy of palette register/ROM polling semaphore
On the BBC, B+ and Master, this contains the MOS's copy of the palette register in the video ULA. On the Electron there is no video ULA, and this location contains the ROM polling semaphore. When the semaphore is non-zero the 100Hz ROM service call &15 is sent to ROMs. The semaphore is normally accessed with *FX23 to increment it and *FX24 to decrement it.
See Also
- OSBYTE &16 - Increment ROM polling semaphore
- OSBYTE &17 - Decrement ROM polling semaphore
- OSBYTE &B3 - Master ROM polling semaphore location
- Paged ROM service calls
Jgharston 22:30, 26 May 2009 (UTC)