class
VideoRAM extends RAM with Device
Instance Constructors
-
new
VideoRAM(start: Int, keyPress: KeyPress, width: Int, height: Int, square: Int, cpu: CPU, palette: Seq[Int])
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
clear: Unit
-
def
clone(): AnyRef
-
val
colors: Array[Color]
-
def
disable: Unit
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
val
frame: Frame
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
def
init: Unit
-
def
isDevice: Boolean
-
final
def
isInstanceOf[T0]: Boolean
-
def
isRAM: Boolean
-
def
isROM: Boolean
-
val
mem: Array[Byte]
-
val
name: String
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
val
panel: Panel
-
def
program(addr: Int, value: Int): Unit
-
def
readByte(addr: Int): Int
-
def
readWord(addr: Int): Int
-
val
size: Int
-
val
start: Int
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
def
writeByte(addr: Int, value: Int): Unit
-
def
writeWord(addr: Int, value: Int): Unit
Inherited from AnyRef
Inherited from Any