mirror of
https://github.com/MoleskiCoder/EightBit.git
synced 2025-01-11 02:29:50 +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) {
|
switch (bbb) {
|
||||||
case 0b000:
|
case 0b000:
|
||||||
AM_IndexedIndirectX(value);
|
AM_IndexedIndirectX(value);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user