mirror of
https://github.com/rkujawa/rk65c02.git
synced 2024-12-11 18:49:16 +00:00
Since this is a library, off with the main function now.
This commit is contained in:
parent
f298eaade0
commit
64e71a081f
@ -115,7 +115,7 @@ rk6502_start(bus_t *b, uint16_t addr) {
|
|||||||
r.PC += i.def.size;
|
r.PC += i.def.size;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
/*
|
||||||
int
|
int
|
||||||
main(void)
|
main(void)
|
||||||
{
|
{
|
||||||
@ -138,4 +138,4 @@ main(void)
|
|||||||
|
|
||||||
bus_finish(&b);
|
bus_finish(&b);
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user