Rev 530 | Rev 768 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
////// Copyright 2011 TheSeven////// This file is part of emCORE.//// emCORE is free software: you can redistribute it and/or// modify it under the terms of the GNU General Public License as// published by the Free Software Foundation, either version 2 of the// License, or (at your option) any later version.//// emCORE is distributed in the hope that it will be useful,// but WITHOUT ANY WARRANTY; without even the implied warranty of// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.// See the GNU General Public License for more details.//// You should have received a copy of the GNU General Public License along// with emCORE. If not, see <http://www.gnu.org/licenses/>.////.global background_png.global background_png_size.global darkener_png.global darkener_png_size.global disclaimer_png.global disclaimer_png_size.global actions_png.global actions_png_size.global flashscript.global firstinstcost.global firstinstscript.global commoncost.global commonscript.global f_png_emcorelib.global f_ui_emcorelib.global f_mkfat32_emcorelibbackground_png_size:.word background_png_end - background_pngdarkener_png_size:.word darkener_png_end - darkener_pngdisclaimer_png_size:.word disclaimer_png_end - disclaimer_pngactions_png_size:.word actions_png_end - actions_pngflashscript:.byte 0.byte 0.byte 0.byte 1.word f_boot_emcorelib.word f_boot_emcorelib_end - f_boot_emcorelib.ascii "libboot ".byte 0.byte 0.byte 0.byte 1.word f_png_emcorelib.word f_png_emcorelib_end - f_png_emcorelib.ascii "libpng ".byte 0.byte 2.byte 0.byte 1.word f_umsboot_ipodclassic_ucl.word f_umsboot_ipodclassic_ucl_end - f_umsboot_ipodclassic_ucl.ascii "umsboot ".byte 0.byte 12.byte 8.byte 1.word f_emcoreldr_ipodclassic_bin.word f_emcoreldr_ipodclassic_bin_end - f_emcoreldr_ipodclassic_bin.byte 0.byte 2.byte 0.byte 1.word f_emcore_ipodclassic_ucl.word f_emcore_ipodclassic_ucl_end - f_emcore_ipodclassic_ucl.ascii "emcore ".byte 0.byte 0.byte 0.byte 1.word f_ui_emcorelib.word f_ui_emcorelib_end - f_ui_emcorelib.ascii "libui ".byte 0.byte 0.byte 0.byte 1.word f_mkfat32_emcorelib.word f_mkfat32_emcorelib_end - f_mkfat32_emcorelib.ascii "libmkf32".byte 0.byte 0.byte 0.byte 1.word f_bootmenu_ipodclassic_emcoreapp.word f_bootmenu_ipodclassic_emcoreapp_end - f_bootmenu_ipodclassic_emcoreapp.ascii "bootmenu".byte 0.byte 0.byte 0.byte 1.word f_background_png.word f_background_png_end - f_background_png.ascii "backgrnd".byte 0.byte 0.byte 0.byte 1.word f_icons_png.word f_icons_png_end - f_icons_png.ascii "iconset ".byte 0.byte 0.byte 0.byte 1.word f_rockbox_png.word f_rockbox_png_end - f_rockbox_png.ascii "rbxlogo ".byte 0.byte 2.byte 0.byte 1.word f_rockbox_ipod_ucl.word f_rockbox_ipod_ucl_end - f_rockbox_ipod_ucl.ascii "rockbox ".word 0firstinstcost:.word 0firstinstscript:.word 0commoncost:.word 0commonscript:.word 0background_png:.incbin "oobe/background.png"background_png_end:darkener_png:.incbin "oobe/darkener.png"darkener_png_end:disclaimer_png:.incbin "oobe/disclaimer.png"disclaimer_png_end:actions_png:.incbin "oobe/actions.png"actions_png_end:.align 4f_background_png:.incbin "flashfiles/background.png"f_background_png_end:.align 4f_icons_png:.incbin "flashfiles/icons.png"f_icons_png_end:.align 4f_rockbox_png:.incbin "flashfiles/rockbox.png"f_rockbox_png_end:.align 4f_boot_emcorelib:.incbin "flashfiles/boot.emcorelib"f_boot_emcorelib_end:.align 4f_png_emcorelib:.incbin "flashfiles/png.emcorelib"f_png_emcorelib_end:.align 4f_ui_emcorelib:.incbin "flashfiles/ui.emcorelib"f_ui_emcorelib_end:.align 4f_mkfat32_emcorelib:.incbin "flashfiles/mkfat32.emcorelib"f_mkfat32_emcorelib_end:.align 4f_bootmenu_ipodclassic_emcoreapp:.incbin "flashfiles/bootmenu-ipodclassic.emcoreapp"f_bootmenu_ipodclassic_emcoreapp_end:.align 4f_umsboot_ipodclassic_ucl:.incbin "flashfiles/umsboot-ipodclassic.ucl"f_umsboot_ipodclassic_ucl_end:.align 4f_rockbox_ipod_ucl:.incbin "flashfiles/rockbox.ipod.ucl"f_rockbox_ipod_ucl_end:.align 4f_emcore_ipodclassic_ucl:.incbin "flashfiles/emcore-ipodclassic.ucl"f_emcore_ipodclassic_ucl_end:.align 4f_emcoreldr_ipodclassic_bin:.incbin "flashfiles/emcoreldr-ipodclassic.bin"f_emcoreldr_ipodclassic_bin_end:.align 2