Initial commit
This commit is contained in:
commit
65ee0cd1f4
80 changed files with 27856 additions and 0 deletions
7
tridoraemu/IOHandler.go
Normal file
7
tridoraemu/IOHandler.go
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
// Copyright 2021-2024 Sebastian Lederer. See the file LICENSE.md for details
|
||||
package main
|
||||
|
||||
type IOHandler interface {
|
||||
read(byteaddr word) (word, error)
|
||||
write(value word, byteaddr word) (error)
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue