Changeset 224


Ignore:
Timestamp:
Nov 9, 2017, 11:25:55 PM (8 years ago)
Author:
Ben Rietbroek
Message:

Removed 'Cooper Bars' option from the SETUP [v1.1.3-testing]

As can be read in 'special/fx.asm' around line 26:
; There you go. Some nice old-school demo coder effects :)
; If you rip this code, I will ./ your ass. =]
this removal may have severe consequences for me.

So, if no new AiR-BOOT releases appear, then you know I have been
'./'-ted, which most probably will be something completely different
from being 'slash-dotted' ... ;)

CAUTION:
This is a testbuild !
AirBoot uses the BIOS to access disks and a small coding error can trash
partition tables or other vital disk structures. You are advised to make
backups of TRACK0 and EBRs before using this testbuild. More info at:
https://rousseaux.github.io/netlabs.air-boot/pdf/AirBoot-v1.1.2-manual.pdf

Location:
trunk/bootcode
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/bootcode/airboot.md5

    r223 r224  
    1 1e8db9084198aa43164cf74b424f10e8  airboot.bin
     153d5f738855ec00ba50a1d892cdaa09c  airboot.bin
  • trunk/bootcode/setup/menus.asm

    r57 r224  
    154154                dw      offset TXT_SETUP_MakeSounds, offset TXT_SETUPHELP_MakeSounds
    155155                dw      6 dup (0)
     156
     157; While the FX-module is excluded from newer versions, we want to retain
     158; the option of enabling it.
     159IFDEF   FX_ENABLED
    156160                dw      offset SETUPMAGIC_EnableDisable, offset CFG_CooperBars
    157161                dw      offset TXT_SETUP_CooperBars, offset TXT_SETUPHELP_CooperBars
    158162                dw      6 dup (0)
     163ELSE
     164                dw      0, 0    ; added for removal of cooper-bars
     165                dw      0, 0    ; added for removal of cooper-bars
     166ENDIF
    159167
    160168SETUP_AdvancedOptions:
Note: See TracChangeset for help on using the changeset viewer.