public interface VideoDriver extends AudioDriver, Consumer<int[]>
| Modifier and Type | Method and Description |
|---|---|
void |
accept(int[] bgraData)
Propagates VIC pixel data for video drivers.
|
void accept(int[] bgraData)
CPUClock.getScreenRefresh()Copyright © 2018 Ken Händel. All rights reserved.