LCD emulation
This commit is contained in:
@@ -46,6 +46,7 @@ from .cpu import CPUState
|
||||
from .errors import EmulatorError, UnsupportedInstruction
|
||||
from .fast_paths import P9FastPath, P9FastPathConfig, P9FastPathEvent
|
||||
from .memory import MemoryAccess, MemoryMap, describe_regions
|
||||
from .peripherals import LCD
|
||||
from .runner import H8536Emulator, RunReport
|
||||
from .sci import SCI1, SciTxEvent
|
||||
|
||||
@@ -63,6 +64,7 @@ __all__ = [
|
||||
"IPRA",
|
||||
"IPRC",
|
||||
"IPRE",
|
||||
"LCD",
|
||||
"MemoryAccess",
|
||||
"MemoryMap",
|
||||
"ON_CHIP_RAM_END",
|
||||
|
||||
Reference in New Issue
Block a user