Skip to content

Commit

Permalink
examples: ral1243 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
royaltm committed Feb 25, 2024
1 parent 552020e commit 3b7daa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/ral1243/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ impl<F: Flavour, I: PioStream, O: PioSink,
let mut cpu = Z80::default();
let mut memory = Memory::new(ROM, ramsizekb);
match exroms {
Some(exroms) => memory.attach_exroms(exroms),
Some(exroms) => { memory.attach_exroms(exroms); }
None => {
memory.attach_exrom(Memory::make_rom(EX_ROM001));
memory.attach_exrom(Memory::make_rom(EX_ROM002));
Expand Down

0 comments on commit 3b7daa4

Please sign in to comment.