File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -416,12 +416,12 @@ void nwktr_state::sysreg_w(offs_t offset, uint8_t data)
416
416
m_konppc->set_cgboard_id ((data >> 4 ) & 0x3 );
417
417
418
418
/*
419
- Racing Jam sets both EXID bits when writing to the tilemap chip before POST. This means
419
+ Racing Jam enables both EXID bits when writing to the tilemap chip before POST. This means
420
420
writing to both CG boards at the tilemap chip simultaneously. However, broadcasting
421
- read/write handlers currently isn 't supported and likely will never be for preventing
422
- possible race conditions. Due to the way Konami configured this hardware in such an
423
- illegal manner , we'll cheat by only using one K001604 instead to show all the tilemap
424
- graphics can properly display during POST (and pass "both" tilemap IC tests).
421
+ read/write handlers in this kind of manner wouldn 't be very ideal and could cause undefined
422
+ values and/or race conditions. Due to the way Konami configured this hardware in such an
423
+ unorthodox way , we'll cheat by only using one K001604 instead so POST can properly display
424
+ its tilemap graphics (and pass "both" tilemap IC tests in the process ).
425
425
*/
426
426
427
427
// cg_view_select((data >> 4) & 0x3); This normally selects which CG board to read/write to (see above note)
You can’t perform that action at this time.
0 commit comments