mirror of
https://github.com/romychs/Ocean-240.2-Emulator.git
synced 2026-04-21 11:03:21 +03:00
11 lines
141 B
Modula-2
11 lines
141 B
Modula-2
module z80em
|
|
|
|
go 1.25
|
|
|
|
require (
|
|
github.com/sirupsen/logrus v1.9.4
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|
|
|
|
require golang.org/x/sys v0.13.0 // indirect
|