Lua: add register s and p.

This commit is contained in:
gocha 2009-10-19 04:07:30 +00:00
parent 4e4013993d
commit 0ed6811c8c
2 changed files with 3 additions and 1 deletions

View File

@ -781,10 +781,12 @@ struct registerPointerMap
#define RPM_ENTRY(name,var) {name, (unsigned int*)&var, sizeof(var)},
registerPointerMap regPointerMap [] = {
RPM_ENTRY("pc", _PC)
RPM_ENTRY("a", _A)
RPM_ENTRY("x", _X)
RPM_ENTRY("y", _Y)
RPM_ENTRY("pc", _PC)
RPM_ENTRY("s", _S)
RPM_ENTRY("p", _P)
{}
};

Binary file not shown.