Vendor hardware.inc
This commit is contained in:
committed by
Eldred Habert
parent
a74131c1be
commit
1d49826117
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -1,3 +0,0 @@
|
|||||||
[submodule "src/include/hardware.inc"]
|
|
||||||
path = include/hardware.inc
|
|
||||||
url = https://github.com/gbdev/hardware.inc.git
|
|
||||||
|
|||||||
Submodule include/hardware.inc deleted from df1c5ae1ce
1114
include/hardware.inc
Normal file
1114
include/hardware.inc
Normal file
File diff suppressed because it is too large
Load Diff
6
scripts/update_hardware_inc.sh
Normal file
6
scripts/update_hardware_inc.sh
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
HARDWARE_INC_URL='https://raw.githubusercontent.com/gbdev/hardware.inc/refs/heads/master/hardware.inc'
|
||||||
|
GIT_ROOT=$(git rev-parse --show-toplevel)
|
||||||
|
|
||||||
|
curl "${HARDWARE_INC_URL}" -o "${GIT_ROOT}/include/hardware.inc"
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
INCLUDE "hardware.inc/hardware.inc"
|
INCLUDE "hardware.inc"
|
||||||
rev_Check_hardware_inc 4.0
|
rev_Check_hardware_inc 4.0
|
||||||
|
|
||||||
SECTION "Header", ROM0[$100]
|
SECTION "Header", ROM0[$100]
|
||||||
|
|||||||
Reference in New Issue
Block a user