mirror of
https://github.com/sethm/symon.git
synced 2025-03-13 13:30:37 +00:00
Fixed typo
+ Fixed typo in Acia.java statusReg declaration
This commit is contained in:
parent
f2ced29979
commit
356822df71
@ -101,7 +101,7 @@ public abstract class Acia extends Device {
|
||||
/**
|
||||
* @return The contents of the status register.
|
||||
*/
|
||||
public abstract int statusReg(boolean statusReg);
|
||||
public abstract int statusReg(boolean cpuAccess);
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user