ph00524: add emulator
This commit is contained in:
parent
7c663f42ca
commit
be255f2e6f
8 changed files with 605 additions and 0 deletions
10
modules/ph00524/emu/go.mod
Normal file
10
modules/ph00524/emu/go.mod
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
module git.fa-fo.de/fafo/jeol-t330a/modules/ph00524/emu
|
||||
|
||||
go 1.22.3
|
||||
|
||||
require (
|
||||
github.com/koron-go/z80 v0.10.1
|
||||
golang.org/x/term v0.23.0
|
||||
)
|
||||
|
||||
require golang.org/x/sys v0.23.0 // indirect
|
||||
Loading…
Add table
Add a link
Reference in a new issue