MOS6520 looking mostly there.

This commit is contained in:
2025-07-29 13:12:33 -04:00
parent 8f6f9cb64d
commit 7ac8bd86ba
58 changed files with 742 additions and 422 deletions
+1
View File
@@ -18,6 +18,7 @@ use log::debug;
/// 32KByte
pub struct Hm62256 {
pub(crate) offset: u16,
pub(crate) max_offset: u16,
pub(crate) data: Box<[u8]>,
pub(crate) address_bus: u16,
pub(crate) data_bus: u8,