mirror of
https://github.com/sethm/symon.git
synced 2025-01-29 21:31:21 +00:00
Removed unused constant
This commit is contained in:
parent
0c40cd325c
commit
fce0dad2a9
@ -55,10 +55,6 @@ public class Cpu implements InstructionTable {
|
||||
public static final int IRQ_VECTOR_L = 0xfffe;
|
||||
public static final int IRQ_VECTOR_H = 0xffff;
|
||||
|
||||
// The delay in microseconds between steps.
|
||||
// TODO: Make configurable
|
||||
private static final int CLOCK_IN_NS = 1000;
|
||||
|
||||
/* Simulated behavior */
|
||||
private static CpuBehavior behavior;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user