mirror of
https://github.com/mre/mos6502.git
synced 2026-04-25 08:16:57 +00:00
Remove println to make compatible with no_std
This commit is contained in:
@@ -119,8 +119,6 @@ fn main() {
|
||||
cpu.registers.program_counter = Address(0x4000);
|
||||
|
||||
cpu.run();
|
||||
|
||||
println!("{:?}", cpu);
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
@@ -106,6 +106,4 @@ fn main() {
|
||||
cpu.registers.program_counter = Address(0x4000);
|
||||
|
||||
cpu.run();
|
||||
|
||||
println!("{:?}", cpu);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user