LogiBOOT 2005

by snout on 05-01-2006, 01:23
Topic: Software
Tags: Utilities
Languages:

KdL of GNO~GNI has released a new, freeware version of LogiBOOT, a tool with which you can alter the bootsector of any MSX compatible floppy disk, in order to change some settings during system boot, such as video mode (PAL/NTSC) or a nice quick disk feature.

Relevant link: LogiBOOT

Comments (9)

By KdL

Paragon (1451)

KdL's picture

05-01-2006, 10:12

LogiBOOT 2005 Freeware for MSX2/2+/tR

Allows to integrate in every magnetic support new functions
that are not conceived on mnemonic BASIC commands.

Last Updates:
------------------
Corrected minor bugs.
Added all copyright messages and greatings.
Added warning message for MSX1 users.
Optimized XSA installer file.

Map of Keys:
----------------
<F5> to disable NTSC at MSX boot on european manchines

<Up/Down> to move up/down arrow cursor
<Left/Right> to change status of ‘Manual Video mode’ only (*)
<Space> to change status of any other options
<Return> to enable/disable background music
<F6> backup of boot sector from drive A: to B:
<F10> restore of boot sector from drive B: to A:
<Esc> to change status of ‘LogiBOOT (startup) key’
<Select> to change type of ‘LogiBOOT (startup) key’
<Ctrl+Grph+Code> soft-reset

(*) ‘Manual Video mode’ is equal to this BASIC command: VDP(10)=&b0000xyz0

Tested by Ikeda!!!

LOL!

By KdL

Paragon (1451)

KdL's picture

08-02-2006, 06:31

UNDEADLINE @ 60Hz - Patch for PAL Machines

10 A = PEEK ( &HF351 ) + 256 * PEEK ( &HF352 )
20 A$ = DSKI$ ( 0 , 0 )
30 POKE A + &H1E , &HC3
40 POKE A + &H1F , &HE7
50 POKE A + &H20 , &HC0
60 FOR I = 1 TO 25 : READ A$ : POKE A + I + &HE6 , VAL( "&H" + A$ ) : NEXT
70 DSKO$ 0 , 0 : END
80 DATA F5 , 3E , 80 , 32 , E8 , FF , 3E , D0 , 32 , 1E , C0 , 3E , 36
90 DATA 32 , 1F , C0 , 3E , 19 , 32 , 20 , C0 , F1 , C3 , 1E , C0

(from LogiBOOT v1.0)
LOL!

By KdL

Paragon (1451)

KdL's picture

08-02-2006, 06:41

Metal Gear 2 English Edition with R800 ROM Enabled

10 ON ERROR GOTO 21 : CLS
11 PRINT "MSXtR CPU Selection Patch 1.0" : PRINT
12 PRINT "------------ for ------------" : PRINT
13 PRINT "Metal Gear 2 - Solid Snake"
14 PRINT " English Disk 1.21 " : PRINT
15 PRINT "-------- by KdL 2004 --------" : PRINT
16 PRINT "Please insert source disk in "
17 PRINT "drive A: and press any key " : PRINT
18 IF INKEY$ = "" THEN 18 ELSE A$ = DSKI$ (1,1088)
19 IF PEEK (60346!) = 128 THEN POKE 60346!,129 : A$ = "R800" : GOTO 23
20 IF PEEK (60346!) = 129 THEN POKE 60346!,128 : A$ = "Z80" : GOTO 23
21 PRINT "Error! Sorry, it isn't possible"
22 PRINT "apply this patch on source disk" : END
23 DSKO$ 1,1088 : PRINTA$; " Mode enabled successfully!"

LOL!

By KdL

Paragon (1451)

KdL's picture

08-02-2006, 07:37

Trick for games on disk:

< You will have more possibility to apply options selected with minimal options enabled!! >

Examples:

- PUYO PUYO with any options: "NORMAL LABEL"
- GOLVELLIUS MSX2 @ 60Hz: "NTSC" with "DESTRUCTIVE"
- AKIN / BURAI @ 60Hz: "MANUAL: 0000b" video mode with "DESTRUCTIVE" and all other options disabled
- MSXDOS2 memory patch: "NEW MAP DOS2"

Tongue

By KdL

Paragon (1451)

KdL's picture

09-02-2006, 00:51

(I'm sorry for this correction! eheh)

Trick for games on disk:

< You will have more possibility to apply options selected with minimal options used!! >

Examples:

- PUYO PUYO with any options: "NORMAL LABEL"
- GOLVELLIUS MSX2 @ 60Hz: "NTSC" with "DESTRUCTIVE"
- AKIN / BURAI @ 60Hz: "MANUAL: 0000b" video mode with "DESTRUCTIVE" and all other options unused
- MSXDOS2 memory patch: "NEW MAP DOS2"

Wink

By KdL

Paragon (1451)

KdL's picture

26-08-2006, 07:58

HDD interfaces support:
^^^^^^^^^^^^^^^

Crying Sunrise IDE: does not supported!

Question ESE Artists' Factory - Mega SCSI: does not tested!

LOL! Novaxis SCSI: supported!
Copy all LogiBOOT files into a sub-directory of hard disk:
RUN"AUTOEXEC.BAS" from this sub-directory to start it.

By KdL

Paragon (1451)

KdL's picture

26-08-2006, 08:44

HDD interfaces support (1st update):
^^^^^^^^^^^^^^^^^^^^^^^

Evil Sunrise IDE: supported! (testing it again)
Copy all LogiBOOT files into a sub-directory of hard disk:
RUN"AUTOEXEC.BAS" from this sub-directory to start it
+ "SURE" mode for optimal results.
"NORMAL LABEL" mode does not supported!

Question ESE Artists' Factory - Mega SCSI: does not tested!

LOL! Novaxis SCSI: supported!
Copy all LogiBOOT files into a sub-directory of hard disk:
RUN"AUTOEXEC.BAS" from this sub-directory to start it
+ "SURE" mode for optimal results.

NOTE:
If you have a copy problem with MSXDOS2 then you can send
all files from original disk to an other in MSXDOS1 before!!

By kuuno

Master (231)

kuuno's picture

31-08-2006, 12:02

Nice.. but we've had such a program already before the harddisk galore ('93?) Wink
As soon as a disc would boot you would have the option:
50 / 60 Hz
Sony disk speed thingy
Save boot on an other disc
And an other option...
When an option was selected, the disc would start as usual.

Nice that such a proggy now is extended with more options

By Manuel

Ascended (19465)

Manuel's picture

01-09-2006, 20:12

Cheat Master by MSX-ENGINE?