|
DotNet6502
|
Public Member Functions | |
| Bus (M6502Core core) | |
| void | AttachDevice (IDevice device) |
| byte | Read (ushort address, bool?forcedRw=null) |
| byte | ReadDebug (ushort address) |
| void | Write (ushort address, byte value, bool?forcedRw=null) |
| void | WriteDebug (ushort address, byte value) |
| M6502.IO.Bus.Bus | ( | M6502Core | core | ) |
| void M6502.IO.Bus.AttachDevice | ( | IDevice | device | ) |
| byte M6502.IO.Bus.Read | ( | ushort | address, |
| bool? | forcedRw = null |
||
| ) |
| byte M6502.IO.Bus.ReadDebug | ( | ushort | address | ) |
| void M6502.IO.Bus.Write | ( | ushort | address, |
| byte | value, | ||
| bool? | forcedRw = null |
||
| ) |
| void M6502.IO.Bus.WriteDebug | ( | ushort | address, |
| byte | value | ||
| ) |