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

3 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
96f9605ce4 Test and implement Memory interface explicitly. 2014-08-21 10:02:38 +02:00
Ariejan de Vroom
0e1d9eaa8f Add ROM Memory 2014-08-17 16:20:30 +02:00