1
0
mirror of https://github.com/rkujawa/rk65c02.git synced 2024-06-01 05:41:27 +00:00

Since this is a library, off with the main function now.

This commit is contained in:
Radosław Kujawa 2017-01-16 23:54:24 +01:00
parent f298eaade0
commit 64e71a081f

View File

@ -115,7 +115,7 @@ rk6502_start(bus_t *b, uint16_t addr) {
r.PC += i.def.size;
}
}
/*
int
main(void)
{
@ -138,4 +138,4 @@ main(void)
bus_finish(&b);
}
*/