; all the texts for the flasher ... ;========================================================== invrom ; "0123456789012345678901234567890123456789" .text "No header found, Unknown ROM" .db 13 .text "Don't worry, just means that:" .db 13,0 novars .db 13 .text "We continue without changing the ROM" novars2 .db 13 .text "No editable variables on this ROM" .db 13,13,0 ;========================================================== prgrom .text "PrgFlasher-header found. Rev: " .db 0 headerok .text "RR-header found. Rev: " .db 0 owner .db 13,13 .text "Owner: " .db 0 val1 .db 13,13 .text "Setup for " .db rvson .text "start-menu/power-on screen" .db rvsoff,13 .text "Key 1 and 2 should be normal keys." .db 13,13 .text "Fillvalue 1 (F1, F8 & Key 1): $" .db 0 key1 .db 13 .text "Key 1 : " .db 0 val2 .db 13,13 .text "Fillvalue 2 (F2, F6 & Key 2): $" .db 0 key2 .db 13 .text "Key 2 : " .db 0 fastloadonoff .db 13,13 .text "Fastload setting" .db 13 .text "Say N if you want to use your Speed DOS" .db 13 .text "or other ROM-Speeders. Say Y if unsure." .db 13,13 .text "Fastloader enabled ? Y" .db crsrleft,0 ;========================================================== ta_found .db 13,13 .text "TASS Header found-Options added whenever" .text "the ROM has fully implemented TASS." .db 13,13 .text "Spc." .db 0 ta_notfound .db 13,13 .text "No TASS Header found." .db 13 .text "Proceeding ..." .db 0 ;========================================================== doctxt .db 147 .text " Cyberpunx Flash Utility Docs!" .db 13 .db 192,192,192,192,192,192,192,192,192,192 .db 192,192,192,192,192,192,192,192,192,192 .db 192,192,192,192,192,192,192,192,192,192 .db 192,192,192,192,192,192,192,192,192,192 ;0123456789012345678901234567890123456789 .text "Please grab the latest version from:" .db 13 .text "https://svn.icomp.de/svn/replay/trunk/" .db 13,13 .text "This is version " .db hversion .text "." .db mversion,lversion .text " (r" .text SVNREVISION .text ")" .text " to be used" .db 13 .text "with Retro Replay and Nordic Replay!" .db 13,13 .text "Make sure to read the README file which" .db 13 .text "can be found in the same archive." .db 13,13 .text "Again - Read the README file! RTFM..." .db 13,13 .text "Credits:" .db 13,13 .text "Coding - Count Zero" .db 13 .text "Serial - Groepaz" .db 13 .text "Network - DocBacardi" .db 13 .text "Hardware - Jens Schoenfeld" .db 13,13 .text "Email us - count0" .db $40 .text "c64.org and" .db 13 .text " tobias" .db $40 .text "icomp.de" .db 13,13,crsrleft,crsrleft,crsrleft,crsrleft,crsrleft .text "Space" .db 0 prgmenu: .db 13,13 .text " C - Create new PrgFlasher-ROM" .db 0 editprgfl: .db 13 .text " E - Edit existing PrgFlasher-ROM" .db 13,13,0 creatbank: .db 13,13 .text "Create a PrgFlasher Menu for Bank (1/2)?" ;0123456789012345678901234567890123456789 .db 0 editwhichbank: .db 13,13 .text "Edit which Bank (1/2)?" .db 13,13,0 editing: .text "Editing Bank - " .text 0 noofprogs: .db 147 ; home .text "programs on menu: " .db 0 deladdmenu: .db 13,13 .text " a - add prg" .db 13 .text " d - del prg" .db 13 .text " s - add prg from serial" .db 13 .text " x - write menu & exit" .db 13 .text " f1 - inc bordercol" .db 13 .text " f3 - inc bgcol" .db 13 .text " f5 - inc crsrcol" #ifdef DEVEL .db 13 .text " f7 - edit header" #endif .db 0 updmenu: .db 13,13 .text "Updating menu..." .db 13,0 slotsfull: .db 13,13 .text "no more than 9 programs!" .db 13,13 .text "- space -" .db 0 settinup: .db 13,13 .text "Parameters for " .db 0 serinup: .text "serial input." .db 13,13,13 .text "Start serial transfer with:" .db 13 .text "rr load " .db 13,13 .text "Space left on ROM: $" .db 0 suredel: .db 13,13 .text "Delete the option" .db 13,13,0 toofull .db 13,13 .text "Sorry, ROM too full. Space." .db 0 ;--------------------------------------- ; file select menu ;--------------------------------------- crtex .db ltgray .text "Disk: " .db $9e .text "Files:" .db 13,13,ltgreen ;0123456789012345678901234567890123456789 .text "Select ONE file with CRSR & Y/N & return" ; .db 0 .text " Only files with 130 and 259 blocks" .db 13 .text " can be selected ! Read the docs !" .db 13,13 .db 13 .text " Blocks Filename" .text " Y/N" .db 0 prgflashtxt: ;0123456789012345678901234567890123456789 .text " Only files up to ABOUT 000 blocks " .db 0 yesno .db $20,$7a,$20 .text " . " dirname .text "$0:*=p" ;========================================================= menutext: .db 13 .text " - F1 - Docs" .db 13,13 .text " - F3 - Dump Flashrom to Disk" .db 13,13 .text " - F5 - Clear Flashrom" .db 13,13 .text " - F7 - Flash the ROM" .db 13,13 .text " - F8 - Directory" .db 13,13 .text " - D - Device:" .db 13,13 .text " - E - Edit/Create ProgramFlash-ROM" .db 13,13 .text " - S - Flash the ROM from Serial" #ifdef DEVEL .db 13,13 .text " -Sh&S- Xpert Serial Flash !" #endif ;0123456789012345678901234567890123456789 .db 0 ;========================================================= filename .db $0D,13 .text "Filename Please: " .db 0 topheader: .db 147 header .db 8,19,14,ltgray #ifdef DEVEL .text "Cyberpunx Flash Utility V" #else .text " Cyberpunx Flash Utility V" #endif .db hversion .text "." .db mversion,lversion .text " (r" .text SVNREVISION .text ")" #ifdef DEVEL .text " DEVEL" #endif ;0123456789012345678901234567890123456789 .db 13,13 .text " For Retro- & Nordic Replay Hardware. " ;.db 13 .db 192,192,192,192,192,192,192,192,192,192 .db 192,192,192,192,192,192,192,192,192,192 .db 192,192,192,192,192,192,192,192,192,192 .db 192,192,192,192,192,192,192,192,192,192 headerend1 .db 13 .db 13,13,13,13,13 .text " " .db 176 .db 192,192,192,192,192,192,192,192,192,192 .db 192,192,192,192,192,192,192,192,192,192 .db 192,192,192,192,192,192,192,192,192,192 .db 192,192,192,192,192,192,192,192,192 .db 189 .db 0 ramchck .db 13,13 .text "Checking for Replay RAM - " .db 0 nocart .text "Nothing found?" endtxt .db 13 .text "Exiting..." .db 0 achtxt .text "8kb found." .db 13,13 ;0123456789012345678901234567890123456789 .text "Action Replay or compatible found." .db 13 .text "Dump ROM to disc or go for RAM test?" .db 13 .text "(D/R) ?" .db 0 zweintxt .text "32kb found." .db 13,0 strange .text "something strange" .db 0 checknram8 .db 13,13 .text "Screenflicker now on AR - don't worry!" checknram .db 13,13 .text "Deep Checking Ram - " .db 0 ramok .text "RAM Check OK" .db 13,13 .text "SPACE to continue! - colorchars=errors!" .db 0 flashromchk .db 13 .text "Checking FlashROM - " .db 0 flashfound .db 13 .text "- AMD FlashROM found." .db 0 flash2found .db 13 .text "- ST FlashROM found." .db 0 flashnotfound .db 13,13 .text "- No FlashROM found!" .db 13 .text " Check that BOTH jumpers are SET" .db 13 .text " and restart this program !" .db 0 jnotset .db 13,13 .text "- The Flashmode jumper is not set!" .db 13 #ifdef dumbmode .db 13 .text "DUMBMODE active - space to continue.." #else .text " Please set BOTH jumpers and restart." .db 13 .text " NOW it will run ramtest and quit!" #endif .db 0 jset .db 13 .text "- Flashmode jumper is set." .db 0 fivefiveerr .db 13,13 .text "$55 error at: $" .db 0 aaerr .db 13,13 .text "$aa error at: $" .db 0 bank .text " - bank " .db 0 adress .db 13,13 .text "Checking Adresslines -" .db 0 addyok .text " Adresslines ok." .db 0 warning .text "Make sure that BOTH jumpers are set now!" .db 13,13,0 cont .text " ... and always remember:" .db 13,13 .text " Bank 1 = Bankjumper SET" .db 13 .text " Bank 2 = Bankjumper NOT SET" .db 13,13,13 .text " --- RUN/STOP continues ---" .db 0 freshdisk .db 13,13,white .text "Insert a FORMATTED EMPTY disk please!" .db ltgray,0 ;0123456789012345678901234567890123456789 Ramtest_Text0: .pet "Err: Time:00:00 bsy" .db 0 ; ============================= startscreen end whichbank .db 13,13 .text "Bank to dump (1/2 - R/S aborts) : " .db 0 clrwhichbank .db 13,13 .text "Bank to clear (1/2 - R/S aborts) : " .db 0 emptyalready emptybank: .db 13,13 .text "This Bank is empty!" .db 0 notemptybank: .db 13,13 .text "This Bank is " blaehemptay .text "NOT empty!" .db 0 saving .db 13,13 .text "Saving - Bytes left : $" .db 0 clearing .db 13,13,ltred .text "About to clear FlashROM !" .db ltgray,0 finwarn .db 13,13,ltred .text "Are you REALLY sure you want to go on ?" .db 13 .text "Do you have the utilities and the ROM" .db 13 .text "on atleast two working disks ? (Y/N)" .db ltgray,0 clrwork .db 13,13 .text "Clearing FlashROM Bank : " .db 0 flashfile .db 13,13 .text "Flashing file : " .db 0 whichflashbank .db 13,13 .text "Flash Bank ? (1/2) " .db 0 areyousure .db 13,13 .text "Are you sure ? " .db 0 notempty .db 13,13,ltgreen .text "This bank is not empty !" .db 13 .text "Clear it and try again !" .db ltgray,0 opening .db 13,13 .text "Opening file ..." loadleft .db 13,13 .text "Loading - Expected bytes left : $" .db 0 flsh32k .db 13 .text "Flashing 32kb - Sector " .db 0 sectext .text " - $8000" .db 0 flsh8k .db 13 .text "Flashing 8kb - Sector " .db 0 flsh64k .db 13 .text "Flashing 64kb - Sector " .db 0 verifyerrorx .db 13,13 .text "VerifyError - " .db 0 fileshort .db 13,13 .text "Internal counter did not reach its specs" .text "The file appears to be too short." .db 13 .text "Please mail to count0" .db $40 .text "c64.org with:" .db 13,0 flashbank1 .db 13,13 .text "Checking FlashROM contents -" .db 13,13 .text "Bank 1: " .db 13,0 flashbank2 .db 13,13 .text "Bank 2: " .db 13,0 empty .text "- Empty -" .db 13,0 smallrom .text "- 32kb ROM -" .db 13,0 largerom .text "- 64kb ROM -" .db 13,0 garbledempty .text "- Appears garbled -" .db 13,0 flashrec .db 147,13,13 .text "Start transfer - RESET & Restart if" .db 13 .text "transfer fails. If all fails - mail us!" ;0123456789012345678901234567890123456789 loadleft2 .db 13,13 .text "Receiving - Expected bytes left : $" .db 0 ss_txt1 .db 13,13 .text "SilverSurfer enabled - 115200 baud set" .db 13,13,0 ;Baccy rrnetInit_txt .db 13 .text "RRNet enabled - stupid defaults set" .db 13,0 noExtensionFound_txt .db 13 .text "no SilverSurfer or RRNet found" .db 13,0 ;/Baccy