| Package | Description |
|---|---|
| com.laamella.mpu6502.monitor |
| Modifier and Type | Field and Description |
|---|---|
Mpu6502 |
Monitor.mpu |
| Modifier and Type | Method and Description |
|---|---|
Predicate<Mpu6502> |
Monitor.addBreakpoint(Predicate<Mpu6502> breakpoint) |
Predicate<Mpu6502> |
Monitor.addMemoryValueBreakpoint(int address,
int breakValue) |
Predicate<Mpu6502> |
Monitor.addProgramCounterBreakpoint(int breakAddress) |
| Modifier and Type | Method and Description |
|---|---|
Predicate<Mpu6502> |
Monitor.addBreakpoint(Predicate<Mpu6502> breakpoint) |
void |
Monitor.removeBreakpoint(Predicate<Mpu6502> breakpoint) |
| Constructor and Description |
|---|
Monitor(Mpu6502 mpu) |
Copyright © 2018. All rights reserved.