diff options
author | 2010-08-29 22:55:27 +0000 | |
---|---|---|
committer | 2010-08-29 22:55:27 +0000 | |
commit | 52482340042fda882cfe1db3733169ed18f8ebb5 (patch) | |
tree | b9a979497acc261f77d63a6fb0f2d83d56581e11 /src/emu/output.c | |
parent | 9d60dac4355ff27b9a8e18789555e4f46033fd41 (diff) |
lethalen: hooked up some k053244 register; [Roberto Zandona']
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?
Diffstat (limited to 'src/emu/output.c')
0 files changed, 0 insertions, 0 deletions