jrsharp / pcd68

PCD-68: a 68000-based virtual retro computer (inspired by the Macintosh, Canon Cat, etc.)
MIT License
1 stars 0 forks source link

Create 68000 data/address bus abstraction/data model #1

Closed jrsharp closed 2 years ago

jrsharp commented 2 years ago

Create a data model / abstraction for data and address bus interactions for objects representing peripheral devices. These "Peripheral" objects should be able to register for access to the system buses. Callbacks, Events, etc., may need to be provided for data writes/reads. Additional provision must be made for any additional bus signals that would be necessary to implement a real 68000-interfaced peripheral device.