Skip to content
Snippets Groups Projects
Verified Commit 66c0c872 authored by João Magalhães's avatar João Magalhães :rocket:
Browse files

docs: small comment tune

parent 402fb63b
No related branches found
No related tags found
1 merge request!19Initial tentative audio support 🔉
Pipeline #2259 failed
......@@ -56,7 +56,7 @@ impl Apu {
pub fn read(&mut self, addr: u16) -> u8 {
match addr {
0xff26 => 1 as u8, // todo implement this
0xff26 => 1 as u8, // @todo implement this
_ => {
warnln!("Reading from unknown APU location 0x{:04x}", addr);
0xff
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment