@ECHO OFF dmess\cwsdpmi -p -s- :MAINMENU command /c cd \ CLS echo. echo The Chuckie Egg Professional's Resource Kit: Bootable CD-ROM echo http://www.bagshot-row.org/chuckie-egg/ echo ------------------------------------------------------------ echo. echo The following MESS drivers can be loaded using FreeDOS echo with an image of their respective CHUCKIE EGG ports: echo. echo a) BBC 32K SPECIAL GUESTS! echo b) DRAGON echo c) SPECTRUM 48K RETRO REMAKE echo d) ELECTRON for Nintendo echo e) MSX (32K) GameBoy Color echo f) Tatung Einstein m) Chuckie Egg DX echo g) AMSTRAD echo h) ATARI BBC 32K COLOUR UPGRADE echo i) PC (CGA/EGA/TGA) n) BBC 32K Extra Colours Loader echo. echo or CHUCKIE EGG 2 (CHOCCY EGG) ports: echo. echo j) AMSTRAD echo k) COMMODORE CM64 echo l) SPECTRUM 48K echo. CHOICE /C:NMLKJIHGFEDCBA /N "Choose system to load: " echo. cd \dmess IF ERRORLEVEL 14 GOTO CE1BBC32K IF ERRORLEVEL 13 GOTO CE1DRAGON32 IF ERRORLEVEL 12 GOTO CE1SPECTRUM48K IF ERRORLEVEL 11 GOTO CE1ELECTRON IF ERRORLEVEL 10 GOTO CE1MSX32K IF ERRORLEVEL 9 GOTO CE1EINSTEIN IF ERRORLEVEL 8 GOTO CE1AMSTRAD IF ERRORLEVEL 7 GOTO CE1ATARI IF ERRORLEVEL 6 GOTO CE1PC IF ERRORLEVEL 5 GOTO CE2AMSTRAD IF ERRORLEVEL 4 GOTO CE2COMMODORE64 IF ERRORLEVEL 3 GOTO CE2SPECTRUM IF ERRORLEVEL 2 GOTO CE1GAMEBOYCOLOR IF ERRORLEVEL 1 GOTO CE1BBC32KEXTRACOLOURS :CE1BBC32K CLS echo. echo CHUCKIE EGG: BBC 32K echo -------------------- echo. echo To start Chuckie Egg from the disk image, once MESS has loaded: echo. echo At the BASIC prompt type *CAT and hit Enter to catalogue the disk. echo. echo The file to run is the one listed as CHUCKIE. Type CHAIN "CHUCKIE" echo and hit Enter to load the original version of Chuckie Egg. echo. echo Note: there is no sound because DOS requires custom sound drivers echo for each specific soundcard installed. There is no generic DOS echo sound driver. echo. pause echo. echo Loading... echo. dmess bbcb -noscanlines -soundcard 0 -floppydisk \dmess\software\bbca\CHUCKIE_.ZIP GOTO MAINMENU :CE1DRAGON32 CLS echo. echo CHUCKIE EGG: DRAGON echo ------------------- echo. echo To start Chuckie Egg from the disk image, once MESS has loaded: echo. echo Optionally, type DIR to list the contents of the games disk and then echo type RUN "CHUCKIE.BAS" to load Chuckie Egg into memory. A message will echo appear asking you to reset the machine. echo. echo Press Scroll Lock to toggle the Keyboard Emulation Status to Partial echo Emulation Mode, and then press Tab to access the configuration menu. echo Select Reset System and press Enter, before selecting Return to System echo and pressing Enter. This will reset the machine and disable DRAGON DOS. echo Press Scroll Lock to toggle the Keyboard Emulation Status back to Full echo Emulation Mode. echo. echo Type EXEC16640 to run Chuckie Egg from memory. echo. echo Note: there is no sound because DOS requires custom sound drivers echo for each specific soundcard installed. There is no generic DOS echo sound driver. echo. pause echo. echo Loading... echo. dmess dragon32 -noscanlines -soundcard 0 -floppydisk \dmess\software\dragon32\vdk\CHUCKIE_.ZIP GOTO MAINMENU :CE1SPECTRUM48K CLS echo. echo CHUCKIE EGG: SPECTRUM 48K echo ------------------------- echo. echo Chuckie Egg will start from a memory snapshot automatically, once MESS echo has loaded. echo. echo Note: there is no sound because DOS requires custom sound drivers echo for each specific soundcard installed. There is no generic DOS echo sound driver. echo. pause echo. echo Loading... echo. dmess spectrum -noscanlines -soundcard 0 -snapshot \dmess\software\spectrum\z80\CHUCKIE_.ZIP GOTO MAINMENU :CE1ELECTRON CLS echo. echo CHUCKIE EGG: ELECTRON echo --------------------- echo. echo To start Chuckie Egg from the disk image, once MESS has loaded: echo. echo At the BASIC prompt type *CAT and hit Enter to catalogue the disk. echo. echo The file to run is the one listed as CHUCKIE. Type CHAIN "CHUCKIE" echo and hit Enter to load the original version of Chuckie Egg. echo. echo Note: there is no sound because DOS requires custom sound drivers echo for each specific soundcard installed. There is no generic DOS echo sound driver. echo. pause echo. echo Loading... echo. dmess bbcb -noscanlines -soundcard 0 -floppydisk \dmess\software\bbca\CHUCK002.ZIP GOTO MAINMENU :CE1MSX32K CLS echo. echo CHUCKIE EGG: MSX (32K) echo --------------------- echo. echo To start Chuckie Egg from the disk image, once MESS has loaded: echo. echo The disk will automatically boot. echo. echo MESS will complain twice that it cannot read the disk image correctly echo but if you press R it will retry and finish loading Chuckie Egg. echo. echo Note: there is no sound because DOS requires custom sound drivers echo for each specific soundcard installed. There is no generic DOS echo sound driver. echo. pause echo. echo Loading... echo. dmess msx2 -noscanlines -soundcard 0 -floppydisk \dmess\software\msx\CHUCKIE_.ZIP GOTO MAINMENU :CE1EINSTEIN CLS echo. echo CHUCKIE EGG: Tatung Einstein echo ---------------------------- echo. echo To start Chuckie Egg from the disk image, once MESS has loaded: echo. echo The disk will automatically boot. echo. echo At the 0: menu prompt, press F3 (which is mapped to the Tatung echo Einstein's F2 key) to load Chuckie Egg. echo. echo Note: there is no sound because DOS requires custom sound drivers echo for each specific soundcard installed. There is no generic DOS echo sound driver. echo. pause echo. echo Loading... echo. dmess einstein -noscanlines -soundcard 0 -floppydisk \dmess\software\einstein\games.zip GOTO MAINMENU :CE1AMSTRAD CLS echo. echo CHUCKIE EGG: AMSTRAD echo -------------------- echo. echo To start Chuckie Egg from the disk image, once MESS has loaded: echo. echo At the Ready prompt type CAT and hit Enter to catalogue the disk. echo. echo The file to run is listed as CHUCKIE. Type RUN "CHUCKIE" and hit echo Enter to load Chuckie Egg. echo. echo Note: there is no sound because DOS requires custom sound drivers echo for each specific soundcard installed. There is no generic DOS echo sound driver. echo. pause echo. echo Loading... echo. dmess cpc464 -noscanlines -nothrottle -soundcard 0 -floppydisk \dmess\software\cpc464\CHUCK002.ZIP GOTO MAINMENU :CE1ATARI CLS echo. echo CHUCKIE EGG: ATARI echo ------------------ echo. echo The disk will automatically boot, once MESS has loaded. echo. echo Note: there is no sound because DOS requires custom sound drivers echo for each specific soundcard installed. There is no generic DOS echo sound driver. echo. pause echo. echo Loading... echo. dmess a800 -noscanlines -soundcard 0 -floppydisk \dmess\software\a800\CHUCKIE_.ZIP GOTO MAINMENU :CE1PC CLS echo. echo CHUCKIE EGG: PC (CGA/EGA/TGA) echo ----------------------------- echo. echo To start Chuckie Egg from the disk image, once MESS has loaded: echo. echo The disk will automatically boot. echo. echo Ignore the 50146 error - ROM NEEDS REDUMP. The image will automatically echo boot FreeDOS and start up Chuckie Egg. The initial loading period can be echo slow, so the driver could be unthrottled until the title screen is displayed. echo. echo Ensure you select the TANDY 16 colors mode, when the menu appears. echo. echo Note: there is no sound because DOS requires custom sound drivers echo for each specific soundcard installed. There is no generic DOS echo sound driver. echo. pause echo. echo Loading... echo. dmess t1000hx -throttle -noscanlines -soundcard 0 -floppydisk \dmess\software\ibmpc\CHUCKIE_.ZIP GOTO MAINMENU :CE2AMSTRAD CLS echo. echo CHUCKIE EGG 2 (CHOCCY EGG): AMSTRAD echo ----------------------------------- echo. echo To start Chuckie Egg from the disk image, once MESS has loaded: echo. echo At the Ready prompt type CAT and hit Enter to catalogue the disk. The file echo to run is listed as CHUCKIE2. Type RUN "CHUCKIE2" and hit Enter. echo When prompted in French, press SPACE. Answer the trainer questions with N(o) echo and D(isk) to load Chuckie Egg 2 (Choccy Egg) without any hacks. echo. echo Note: there is no sound because DOS requires custom sound drivers echo for each specific soundcard installed. There is no generic DOS echo sound driver. echo. pause echo. echo Loading... echo. dmess cpc464 -noscanlines -nothrottle -soundcard 0 -floppydisk \dmess\software\cpc464\CHUCK000.ZIP GOTO MAINMENU :CE2COMMODORE64 CLS echo. echo CHUCKIE EGG 2 (CHOCCY EGG): COMMODORE 64 echo ---------------------------------------- echo. echo To start Chuckie Egg, once MESS has loaded: echo. echo At the READY prompt, type RUN to load Chuckie Egg 2 (Choccy Egg). echo. echo Note: there is no sound because DOS requires custom sound drivers echo for each specific soundcard installed. There is no generic DOS echo sound driver. echo. pause echo. echo Loading... echo. dmess c64 -noscanlines -soundcard 0 -quickload \dmess\software\c64\CHUCK000.ZIP GOTO MAINMENU :CE2SPECTRUM CLS echo. echo CHUCKIE EGG 2 (CHOCCY EGG): SPECTRUM 48K echo ---------------------------------------- echo. echo Chuckie Egg will start from a memory snapshot automatically, once MESS echo has loaded. echo. echo Note: there is no sound because DOS requires custom sound drivers echo for each specific soundcard installed. There is no generic DOS echo sound driver. echo. pause echo. dmess spectrum -noscanlines -soundcard 0 -snapshot \dmess\software\spectrum\z80\CHUCK002.ZIP GOTO MAINMENU :CE1GAMEBOYCOLOR CLS echo. echo CHUCKIE EGG DX: Nintendo GameBoy Color echo -------------------------------------- echo. echo Note: there is no sound because DOS requires custom sound drivers echo for each specific soundcard installed. There is no generic DOS echo sound driver. echo. pause echo. echo Loading... echo. dmess gbcolor -noscanlines -soundcard 0 -cart \dmess\software\gameboy\CHUCKIE_.ZIP GOTO MAINMENU :CE1BBC32KEXTRACOLOURS CLS echo. echo CHUCKIE EGG EXTRA COLOURS LOADER: BBC 32K echo ----------------------------------------- echo. echo To start Chuckie Egg from the disk image, once MESS has loaded: echo. echo At the BASIC prompt type *EXEC !BOOT and hit Enter to load the echo extra colours version of Chuckie Egg. echo. echo Note: there is no sound because DOS requires custom sound drivers echo for each specific soundcard installed. There is no generic DOS echo sound driver. echo. pause echo. echo Loading... echo. dmess bbcb -noscanlines -soundcard 0 -floppydisk \dmess\software\bbca\CHUCK00C.ZIP GOTO MAINMENU