include buildmoment
This commit is contained in:
parent
7e9c21dee6
commit
f764c01947
1 changed files with 4 additions and 0 deletions
4
main.cpp
4
main.cpp
|
@ -226,6 +226,10 @@ int main(int argc, char *argv[])
|
||||||
{
|
{
|
||||||
//setlocale(LC_ALL, "");
|
//setlocale(LC_ALL, "");
|
||||||
|
|
||||||
|
fprintf(stderr, "This PDP-11 emulator is called \"kek\" (reason for that is forgotten) and was written by Folkert van Heusden.\n");
|
||||||
|
|
||||||
|
fprintf(stderr, "Build on: " __DATE__ " " __TIME__ "\n");
|
||||||
|
|
||||||
bus *b = new bus();
|
bus *b = new bus();
|
||||||
cpu *c = new cpu(b, &event);
|
cpu *c = new cpu(b, &event);
|
||||||
b->add_cpu(c);
|
b->add_cpu(c);
|
||||||
|
|
Loading…
Add table
Reference in a new issue