Type alias IOWriteHandler

IOWriteHandler: ((context: KSSPlay, adr: number, data: number) => void)

Type declaration

    • (context: KSSPlay, adr: number, data: number): void
    • I/O write handler

      Parameters

      • context: KSSPlay

        current context

      • adr: number

        address

      • data: number

        data

      Returns void

Generated using TypeDoc