Add support for Advanced Rogue 5.
This commit is contained in:
parent
85708c5810
commit
e4ce0b48a3
2 changed files with 11 additions and 0 deletions
|
|
@ -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
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue