mirror of
https://github.com/nippur72/apple1-videocard-lib.git
synced 2024-12-22 13:30:38 +00:00
Create bindump.js
This commit is contained in:
parent
81d2feeafd
commit
eedf6aff5b
9
bindump.js
Normal file
9
bindump.js
Normal file
@ -0,0 +1,9 @@
|
||||
const fs = require('fs');
|
||||
|
||||
let prg = fs.readFileSync("test_apple1.prg");
|
||||
|
||||
prg = prg.slice(2);
|
||||
|
||||
fs.writeFileSync("test_apple1.bin",prg);
|
||||
|
||||
console.log("bin written");
|
Loading…
Reference in New Issue
Block a user