mirror of
https://github.com/stid/woz64.git
synced 2025-08-07 22:25:01 +00:00
Minor version up
This commit is contained in:
@@ -123,7 +123,7 @@ _ply: {
|
||||
|
||||
* = * "Pseudo Data"
|
||||
module_type: .byte Module.TYPES.CORE
|
||||
version: .byte 1, 0, 0
|
||||
version: .byte 1, 0, 1
|
||||
|
||||
.encoding "screencode_mixed"
|
||||
module_name:
|
||||
|
@@ -295,7 +295,7 @@ screenNewLine: {
|
||||
|
||||
* = * "Screen Lib Data"
|
||||
module_type: .byte Module.TYPES.LIB
|
||||
version: .byte 1, 0, 0
|
||||
version: .byte 1, 0, 1
|
||||
module_name:
|
||||
.text "screen"
|
||||
.byte 0
|
||||
|
Reference in New Issue
Block a user