-
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
122 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,91 @@ | ||
name = "ZX Spectrum 48K" | ||
|
||
[MEMORY] | ||
schemaPoint = "220,60" | ||
path = "byte-mem.jar" | ||
name = "byte-mem" | ||
id = "1e13a25d-fb23-4061-853a-5fe996b03281" | ||
type = "MEMORY" | ||
|
||
[MEMORY.settings] | ||
#memorySize = 49152 | ||
banksCount = 0 | ||
ROMfrom0 = 0 | ||
imageName0 = "/home/vbmacher/tmp/emuStudio/z80full.out" | ||
imageName1 = "/home/vbmacher/tmp/emuStudio/examples/zxspectrum-48k/48.rom" | ||
imageAddress1 = 0 | ||
imageBank1 = 0 | ||
imageBank0 = 0 | ||
commonBoundary = 0 | ||
imageAddress0 = 32768 | ||
ROMto0 = 16383 | ||
|
||
# memorySize = 65536 | ||
# ROM areas are stored as pairs ROMfromN and ROMtoN, where N is 0-based counter. There can be multiple rom areas. | ||
# ROMfromN = someAddress | ||
# ROMtoN = someAddress | ||
# Memory "images" (files) will be loaded at startup into memory. They are stored here as triplet: | ||
# - imageNameN (file name), | ||
# - imageAddressN (address where the file will be loaded), | ||
# - imageBankN (if memory has >1 banksCount, then number of bank; 0 otherwise) | ||
# | ||
# where N is a 0-based counter | ||
# imageNameN = imageFileName # if the suffix ends with ".hex", the format will be Intel HEX; otherwise it will be binary | ||
# imageAddressN = ... | ||
# imageBankN = 0 | ||
[COMPILER] | ||
schemaPoint = "80,60" | ||
path = "as-z80.jar" | ||
settings = {} | ||
name = "as-z80" | ||
id = "9233e0c2-b53c-41e7-9eca-bbb264fcd9da" | ||
type = "COMPILER" | ||
|
||
[CPU] | ||
schemaPoint = "220,180" | ||
path = "z80-cpu.jar" | ||
settings = {} | ||
name = "z80-cpu" | ||
id = "b86d4bc2-632c-46e3-bba1-c088c9177983" | ||
type = "CPU" | ||
|
||
[CPU.settings] | ||
frequency_khz = 3500 | ||
|
||
# Uncomment the following for specific settings (and remove settings = {} above) | ||
# [CPU.settings] | ||
# printCode = true | ||
# printCodeUseCache = true | ||
# printCodeFileName = "syserr" # Or custom path to a file | ||
[[DEVICE]] | ||
schemaPoint = "380,180" | ||
path = "zxspectrum-display.jar" | ||
settings = {} | ||
name = "zxspectrum-display" | ||
id = "1436ac2d-982f-4a52-b7c6-ecb6f2a0440d" | ||
type = "DEVICE" | ||
|
||
[[connections]] | ||
bidirectional = true | ||
from = "9233e0c2-b53c-41e7-9eca-bbb264fcd9da" | ||
to = "1e13a25d-fb23-4061-853a-5fe996b03281" | ||
points = [] | ||
|
||
[[connections]] | ||
bidirectional = true | ||
from = "1e13a25d-fb23-4061-853a-5fe996b03281" | ||
to = "b86d4bc2-632c-46e3-bba1-c088c9177983" | ||
points = [] | ||
|
||
[[connections]] | ||
bidirectional = true | ||
from = "b86d4bc2-632c-46e3-bba1-c088c9177983" | ||
to = "1436ac2d-982f-4a52-b7c6-ecb6f2a0440d" | ||
points = [] | ||
|
||
[[connections]] | ||
bidirectional = true | ||
from = "1e13a25d-fb23-4061-853a-5fe996b03281" | ||
to = "1436ac2d-982f-4a52-b7c6-ecb6f2a0440d" | ||
points = ["360,60"] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters