Add support for Advanced Rogue 5.

This commit is contained in:
John "Elwin" Edwards 2012-08-11 19:48:25 -07:00
parent 85708c5810
commit e4ce0b48a3
2 changed files with 11 additions and 0 deletions

View file

@ -53,6 +53,13 @@ var games = {
"suffix": ".srsav",
"path": "/bin/srogue",
"clear": new Buffer([27, 91, 72, 27, 91, 74]) // CSI H CSI J
},
"arogue5": {
"name": "Advanced Rogue 5",
"uname": "arogue5",
"suffix": ".ar5sav",
"path": "/bin/arogue5",
"clear": new Buffer([27, 91, 72, 27, 91, 50, 74]) // CSI H CSI 2J
}
};