diff options
| author | 2025-07-26 11:37:01 +0200 | |
|---|---|---|
| committer | 2025-07-26 11:37:01 +0200 | |
| commit | 7895ad63d49528b1b850ee181abc3a8e6fd083ae (patch) | |
| tree | 602103299fc5516d86ad7f3358e93f1243a421df | |
| parent | c1f3139c5684042978b80fb52d5ad21d16a00efe (diff) | |
asterix: remove debugging leftover from prev commit
| -rw-r--r-- | src/mame/konami/asterix.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/konami/asterix.cpp b/src/mame/konami/asterix.cpp index df3434d5ef1..793e975e732 100644 --- a/src/mame/konami/asterix.cpp +++ b/src/mame/konami/asterix.cpp @@ -129,7 +129,7 @@ K056832_CB_MEMBER(asterix_state::tile_callback) uint32_t asterix_state::screen_update_asterix(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect) { // layer offsets are different if horizontally flipped - if (m_k056832->read_register(0x0) & 0x10 && 1) + if (m_k056832->read_register(0x0) & 0x10) { m_k056832->set_layer_offs(0, -7 - 176, 0); m_k056832->set_layer_offs(1, -5 - 176, 0); |
