mirror of
https://github.com/holub/mame
synced 2025-05-13 01:24:20 +03:00
![]() it's related to: 00171: lethalen: mask rom check they all come up bad. in konicdev.c there's in READ8_DEVICE_HANDLER( k053244_r ): addr = (k053244->rombank << 19) | ((k053244->regs[11] & 0x7) << 18) | (k053244->regs[8] << 10) | (k053244->regs[9] << 2) | ((offset & 3) ^ 1 ); for the A10 test and A8 test (GFX2 region of lethalen) we need: ........ | ((offset & 3) ^ 3 ); is there any doc about k053244? |
||
---|---|---|
docs | ||
src | ||
.gitattributes | ||
makefile |