1
0
mirror of https://github.com/sethm/symon.git synced 2024-06-15 08:29:27 +00:00
symon/src
2014-07-26 18:55:51 +02:00
..
assets Finally handling key presses in the console! (Took long enough, huh?) Added a dead simple console echo example program in 6502 assembly, as well. 2012-10-11 16:08:04 -07:00
main fix a possible NPE 2014-07-26 18:55:51 +02:00
test/java/com/loomcom/symon enforce that the address range of devices falls within the address range of the bus. Turned out that the CPU tests instantiate memory with the last parameter as memory size, not end address (fixed now). Also make sure that the address lookup array takes the offset caused by non-zero starting addresses into account. 2014-07-25 21:24:16 +02:00