Matthijs van Duin

Results 4 issues of Matthijs van Duin

They were apparently quite broken... before: ``` > unmarshall(marshall("vv", [ ['i', 42], ['s', 'foo'] ]), "vv") [ [ [ [Object] ], [ 42 ] ], [ [ [Object] ], [...

Parameters of the form `?1`, `?2`, etc aren't named parameters, you're explicitly specifying the parameter index, allowing indexed (i.e. unnamed) parameters to be explicitly ordered, reused, or skipped. Somewhat oddly...

### Issue Summary The [documentation for `Database#run` states](https://github.com/TryGhost/node-sqlite3/wiki/API#runsql--param---callback): > ```javascript > db.run("UPDATE tbl SET name = ?5 WHERE id = ?", { > 1: 2, > 5: "bar" > });...

bug

Added makefile that can build all five ROM versions, as smc (with header) and sfc (headerlesss), and which verifies the ROMs using known sha1sum values. Tested only on linux but...