Vendor hardware.inc
This commit is contained in:
committed by
Eldred Habert
parent
a74131c1be
commit
1d49826117
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"
|
||||
Reference in New Issue
Block a user