BIOSF VIDEOEN: Difference between revisions
Jump to navigation
Jump to search
m (2 revisions: Import from wikkii) |
No edit summary |
||
Line 1: | Line 1: | ||
== BIOSF_VIDEOEN ($ | == BIOSF_VIDEOEN ($C00570): Enable/disable video layers == | ||
All used registers are preserved. | |||
The parameters are in bits 0~2 of D0: | |||
{{8BitRegister|Don't care|5|Enable video output (locks up ?)|1|Enable [[sprites]]|1|Enable [[fix layer]]|1}} | |||
Enabling doesn't seem to work on real hardware ? (one way disable ?) | |||
This function internaly uses the '''$FF0115''', '''$FF0111''' and '''$FF0119''' [[memory mapped registers]]. | |||
[[Category:BIOS calls]] | [[Category:BIOS calls]] |
Revision as of 16:43, 3 September 2011
BIOSF_VIDEOEN ($C00570): Enable/disable video layers
All used registers are preserved.
The parameters are in bits 0~2 of D0:
Bit | 7 | 6 | 5 | 4 | 3 | 2 | 1 | 0 |
Def | Don't care | Enable video output (locks up ?) | Enable sprites | Enable fix layer |
Enabling doesn't seem to work on real hardware ? (one way disable ?)
This function internaly uses the $FF0115, $FF0111 and $FF0119 memory mapped registers.