Browse Source

Merge pull request #3 from wwarthen/dev

Dev
pull/278/head
b1ackmai1er 4 years ago
committed by GitHub
parent
commit
288dd99f44
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. BIN
      Doc/Contrib/How to Make Disk Images in Linux with DD Command.pdf
  2. 1
      Source/Apps/VGM/Makefile
  3. 1043
      Source/RomDsk/ROM_1024KB/ZDE.DOC
  4. 2
      Source/ver.inc
  5. 2
      Source/ver.lib

BIN
Doc/Contrib/How to Make Disk Images in Linux with DD Command.pdf

Binary file not shown.

1
Source/Apps/VGM/Makefile

@ -1,6 +1,7 @@
OBJECTS = VGMPLAY.COM
DEST = ../../../Binary/Apps
TOOLS = ../../../Tools
OTHERS = *.LST
include $(TOOLS)/Makefile.inc

1043
Source/RomDsk/ROM_1024KB/ZDE.DOC

File diff suppressed because it is too large

2
Source/ver.inc

@ -2,4 +2,4 @@
#DEFINE RMN 1
#DEFINE RUP 1
#DEFINE RTP 0
#DEFINE BIOSVER "3.1.1-pre.140"
#DEFINE BIOSVER "3.1.1-pre.141"

2
Source/ver.lib

@ -3,5 +3,5 @@ rmn equ 1
rup equ 1
rtp equ 0
biosver macro
db "3.1.1-pre.140"
db "3.1.1-pre.141"
endm

Loading…
Cancel
Save