T32: Updated to recent T32 API.

This commit is contained in:
Martin Hoffmann
2013-03-05 17:29:48 +01:00
parent 4686c27d3d
commit 010137cf54
6 changed files with 772 additions and 426 deletions

View File

@ -82,6 +82,19 @@ void T32Connector::showMemoryRegions(const memory_map_t& map) const {
}
}
void T32Connector::go() {
err(T32_Go());
}
void T32Connector::brk() {
err(T32_Break());
}
#include "sal/t32/T32Constants.hpp"
void T32Connector::test() {
}
/* Default T32 error handler */
bool T32Connector::err(int errornum) const {