BIOSF CDDACMD: Difference between revisions

From NeoGeo Development Wiki
Jump to navigation Jump to search
m (2 revisions: Import from wikkii)
mNo edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
==BIOSF_CDDACMD ($C0056A): Issue CDDA command ==
==BIOSF_CDDACMD ($C0056A): Issue CDDA command ==


Command.b/track.b pair in D0. Hooks the [[68k interrupts|VBL interrupt]] for a while.
Command.b/track.b pair in D0. Can hook the [[68k interrupts|VBL interrupt]] for a while, depending on command.


See [[CDDA]].
See [[CDDA]].


[[Category:BIOS calls]]
[[Category:BIOS calls]]

Latest revision as of 16:25, 10 July 2019

BIOSF_CDDACMD ($C0056A): Issue CDDA command

Command.b/track.b pair in D0. Can hook the VBL interrupt for a while, depending on command.

See CDDA.