mirror of
https://github.com/MoleskiCoder/EightBit.git
synced 2024-12-23 15:29:24 +00:00
Correct warning in 6502 implementation.
Signed-off-by: Adrian.Conlon <adrian.conlon@gmail.com>
This commit is contained in:
parent
2c99e09618
commit
12c9125e9b
@ -331,7 +331,7 @@ namespace EightBit {
|
||||
}
|
||||
}
|
||||
|
||||
uint8_t AM_01(int bbb, uint8_t value) {
|
||||
void AM_01(int bbb, uint8_t value) {
|
||||
switch (bbb) {
|
||||
case 0b000:
|
||||
AM_IndexedIndirectX(value);
|
||||
|
Loading…
Reference in New Issue
Block a user