symlink rom instead of copying it

This commit is contained in:
Gwenhael Le Moine 2024-08-11 13:49:17 +02:00
parent 624d4e9f5d
commit f1b08f7b40
No known key found for this signature in database
GPG key ID: FDFE3669426707A7

View file

@ -17,7 +17,7 @@ make get-roms
cd ~/"${DOTX48NG}" || exit 1
[ -e rom ] && mv rom rom.orig
cp "$ROM" rom
ln -s "$ROM" rom
PORT1_SIZE=128K
PORT2_SIZE=4M