forked from KolibriOS/kolibrios
Move ZX Spectrum emulator 'e80' from ramdisk to cd-rom. First and hope the last try.
git-svn-id: svn://kolibrios.org@3094 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
b9f0771d71
commit
7cb4a478ed
@ -244,7 +244,7 @@ CMM_PROGRAMS:=\
|
|||||||
# Spaces should be represented as |.
|
# Spaces should be represented as |.
|
||||||
OTHER_FILES:=autorun.dat:AUTORUN.DAT \
|
OTHER_FILES:=autorun.dat:AUTORUN.DAT \
|
||||||
background.png:background.png default.skn:DEFAULT.SKN \
|
background.png:background.png default.skn:DEFAULT.SKN \
|
||||||
e80:E80 graph:GRAPH hdread:HDREAD \
|
graph:GRAPH hdread:HDREAD \
|
||||||
icons.dat:ICONS.DAT iconstrp.png:ICONSTRP.PNG index_htm:INDEX.HTM \
|
icons.dat:ICONS.DAT iconstrp.png:ICONSTRP.PNG index_htm:INDEX.HTM \
|
||||||
kernel.mnt:KERNEL.MNT kerpack:KERPACK keymap.key:KEYMAP.KEY \
|
kernel.mnt:KERNEL.MNT kerpack:KERPACK keymap.key:KEYMAP.KEY \
|
||||||
kuzkina.mid:KUZKINA.MID lang.inc:LANG.INC lang.ini:LANG.INI \
|
kuzkina.mid:KUZKINA.MID lang.inc:LANG.INC lang.ini:LANG.INI \
|
||||||
@ -270,9 +270,10 @@ OTHER_FILES:=autorun.dat:AUTORUN.DAT \
|
|||||||
|
|
||||||
# Extra targets for LiveCD image in the syntax of mkisofs
|
# Extra targets for LiveCD image in the syntax of mkisofs
|
||||||
MKISOFS_EXTRA:=\
|
MKISOFS_EXTRA:=\
|
||||||
dosbox/=$(PROGS)/emulator/DosBox/dosbox \
|
emu/e80/e80=E80 \
|
||||||
dosbox/=$(PROGS)/emulator/DosBox/dosbox.conf \
|
emu/dosbox/=$(PROGS)/emulator/DosBox/dosbox \
|
||||||
dosbox/=$(PROGS)/emulator/DosBox/readme.txt \
|
emu/dosbox/=$(PROGS)/emulator/DosBox/dosbox.conf \
|
||||||
|
emu/dosbox/=$(PROGS)/emulator/DosBox/readme.txt \
|
||||||
#end of list
|
#end of list
|
||||||
|
|
||||||
# Some macro for convenient work.
|
# Some macro for convenient work.
|
||||||
|
@ -14,7 +14,6 @@ Shutdown /rd/1/end
|
|||||||
#1 **** GAMES ****
|
#1 **** GAMES ****
|
||||||
Logical games > /@2
|
Logical games > /@2
|
||||||
Arcades > /@3
|
Arcades > /@3
|
||||||
Spectrum emulator /rd/1/e80
|
|
||||||
Memory Blocks /rd/1/games/mblocks
|
Memory Blocks /rd/1/games/mblocks
|
||||||
FreeCell /rd/1/games/freecell
|
FreeCell /rd/1/games/freecell
|
||||||
Pipes /rd/1/games/pipes
|
Pipes /rd/1/games/pipes
|
||||||
|
@ -264,7 +264,7 @@ CMM_PROGRAMS:=\
|
|||||||
# Spaces should be represented as |.
|
# Spaces should be represented as |.
|
||||||
OTHER_FILES:=autorun.dat:AUTORUN.DAT \
|
OTHER_FILES:=autorun.dat:AUTORUN.DAT \
|
||||||
background.png:background.png default.skn:DEFAULT.SKN \
|
background.png:background.png default.skn:DEFAULT.SKN \
|
||||||
e80:E80 graph:GRAPH hdread:HDREAD \
|
graph:GRAPH hdread:HDREAD \
|
||||||
icons.dat:ICONS.DAT iconstrp.png:ICONSTRP.PNG index_htm:INDEX.HTM \
|
icons.dat:ICONS.DAT iconstrp.png:ICONSTRP.PNG index_htm:INDEX.HTM \
|
||||||
kernel.mnt:KERNEL.MNT kerpack:KERPACK keymap.key:KEYMAP.KEY \
|
kernel.mnt:KERNEL.MNT kerpack:KERPACK keymap.key:KEYMAP.KEY \
|
||||||
kuzkina.mid:KUZKINA.MID lang.inc:LANG.INC lang.ini:LANG.INI \
|
kuzkina.mid:KUZKINA.MID lang.inc:LANG.INC lang.ini:LANG.INI \
|
||||||
@ -297,9 +297,10 @@ include Makefile.skins
|
|||||||
|
|
||||||
# Extra targets for LiveCD image in the syntax of mkisofs
|
# Extra targets for LiveCD image in the syntax of mkisofs
|
||||||
MKISOFS_EXTRA:=\
|
MKISOFS_EXTRA:=\
|
||||||
dosbox/=$(PROGS)/emulator/DosBox/dosbox \
|
emu/e80/e80=E80 \
|
||||||
dosbox/=$(PROGS)/emulator/DosBox/dosbox.conf \
|
emu/dosbox/=$(PROGS)/emulator/DosBox/dosbox \
|
||||||
dosbox/=$(PROGS)/emulator/DosBox/readme.txt \
|
emu/dosbox/=$(PROGS)/emulator/DosBox/dosbox.conf \
|
||||||
|
emu/dosbox/=$(PROGS)/emulator/DosBox/readme.txt \
|
||||||
/=distr_data/autorun.inf \
|
/=distr_data/autorun.inf \
|
||||||
/=distr_data/KolibriOS_icon.ico \
|
/=distr_data/KolibriOS_icon.ico \
|
||||||
/=distr_data/readme.txt \
|
/=distr_data/readme.txt \
|
||||||
|
@ -14,7 +14,6 @@ Shutdown /rd/1/end
|
|||||||
#1 **** GAMES ****
|
#1 **** GAMES ****
|
||||||
Logical games > /@2
|
Logical games > /@2
|
||||||
Arcades > /@3
|
Arcades > /@3
|
||||||
Spectrum emulator /rd/1/e80
|
|
||||||
Memory Blocks /rd/1/games/mblocks
|
Memory Blocks /rd/1/games/mblocks
|
||||||
FreeCell /rd/1/games/freecell
|
FreeCell /rd/1/games/freecell
|
||||||
Pipes /rd/1/games/pipes
|
Pipes /rd/1/games/pipes
|
||||||
|
@ -258,7 +258,7 @@ CMM_PROGRAMS:=\
|
|||||||
# yogev_ezra: Removed '3dsheart' to free some space on RAMDISK. This demo has 90% in common with VIEW3DS
|
# yogev_ezra: Removed '3dsheart' to free some space on RAMDISK. This demo has 90% in common with VIEW3DS
|
||||||
OTHER_FILES:=autorun.dat:AUTORUN.DAT \
|
OTHER_FILES:=autorun.dat:AUTORUN.DAT \
|
||||||
background.png:background.png default.skn:DEFAULT.SKN \
|
background.png:background.png default.skn:DEFAULT.SKN \
|
||||||
e80:E80 graph:GRAPH hdread:HDREAD \
|
graph:GRAPH hdread:HDREAD \
|
||||||
icons.dat:ICONS.DAT iconstrp.png:ICONSTRP.PNG index_htm:INDEX.HTM \
|
icons.dat:ICONS.DAT iconstrp.png:ICONSTRP.PNG index_htm:INDEX.HTM \
|
||||||
kernel.mnt:KERNEL.MNT kerpack:KERPACK keymap.key:KEYMAP.KEY \
|
kernel.mnt:KERNEL.MNT kerpack:KERPACK keymap.key:KEYMAP.KEY \
|
||||||
kuzkina.mid:KUZKINA.MID lang.inc:LANG.INC lang.ini:LANG.INI \
|
kuzkina.mid:KUZKINA.MID lang.inc:LANG.INC lang.ini:LANG.INI \
|
||||||
@ -293,9 +293,10 @@ include Makefile.skins
|
|||||||
|
|
||||||
# Extra targets for LiveCD image in the syntax of mkisofs
|
# Extra targets for LiveCD image in the syntax of mkisofs
|
||||||
MKISOFS_EXTRA:=\
|
MKISOFS_EXTRA:=\
|
||||||
dosbox/=$(PROGS)/emulator/DosBox/dosbox \
|
emu/e80/e80=E80 \
|
||||||
dosbox/=$(PROGS)/emulator/DosBox/dosbox.conf \
|
emu/dosbox/=$(PROGS)/emulator/DosBox/dosbox \
|
||||||
dosbox/=$(PROGS)/emulator/DosBox/readme.txt \
|
emu/dosbox/=$(PROGS)/emulator/DosBox/dosbox.conf \
|
||||||
|
emu/dosbox/=$(PROGS)/emulator/DosBox/readme.txt \
|
||||||
/=distr_data/autorun.inf \
|
/=distr_data/autorun.inf \
|
||||||
/=distr_data/KolibriOS_icon.ico \
|
/=distr_data/KolibriOS_icon.ico \
|
||||||
/=distr_data/readme.txt \
|
/=distr_data/readme.txt \
|
||||||
|
@ -14,7 +14,6 @@
|
|||||||
#1 **** GAMES ****
|
#1 **** GAMES ****
|
||||||
‹®£¨ç¥áª¨¥ > /@2
|
‹®£¨ç¥áª¨¥ > /@2
|
||||||
€àª ¤ë > /@3
|
€àª ¤ë > /@3
|
||||||
<EFBFBD>¬ã«ïâ®à Spectrum /rd/1/e80
|
|
||||||
Memory Blocks /rd/1/games/mblocks
|
Memory Blocks /rd/1/games/mblocks
|
||||||
FreeCell /rd/1/games/freecell
|
FreeCell /rd/1/games/freecell
|
||||||
’àã¡®¯à®¢®¤ /rd/1/games/pipes
|
’àã¡®¯à®¢®¤ /rd/1/games/pipes
|
||||||
|
Loading…
Reference in New Issue
Block a user