1
0
mirror of https://github.com/ariejan/i6502.git synced 2024-05-28 22:41:34 +00:00
Commit Graph

10 Commits

Author SHA1 Message Date
Ariejan de Vroom
8bf1e629e6 Update testify assert methods
`assert.Equal` now tests for type equality as well, which means
256 != 0xff. The alternative is to use `assert.EqualValues`
2015-04-09 09:20:04 +02:00
Ariejan de Vroom
00030d9d45 Properly test ACIA 6551 output channel 2014-08-29 13:49:08 +02:00
Ariejan de Vroom
96f9605ce4 Test and implement Memory interface explicitly. 2014-08-21 10:02:38 +02:00
Ariejan de Vroom
3747d8ce41 Acia Tx return nothing when there is no new data 2014-08-21 10:02:04 +02:00
Ariejan de Vroom
3ab4323f3b Add tests for cpu/acia integration 2014-08-19 22:01:41 +02:00
Ariejan de Vroom
099d6c11bd Implement acia 6551 2014-08-19 16:40:31 +02:00
Ariejan de Vroom
432119f507 Add failing spec with chanels. 2014-08-18 16:37:51 +02:00
Ariejan de Vroom
44738e191f WIP 2014-08-17 22:36:01 +02:00
Ariejan de Vroom
856ff00573 Add ACIA Reset() 2014-08-17 17:18:14 +02:00
Ariejan de Vroom
90e248e745 Add basics for ACIA 6551:w 2014-08-17 16:49:22 +02:00