diff options
author | 2020-12-27 05:35:56 +1100 | |
---|---|---|
committer | 2020-12-27 05:35:56 +1100 | |
commit | 43f569e58f26d23032b950ebcbd02f352532ba95 (patch) | |
tree | 6dfcb34f89f539c2a5d177e9970debf841189727 /src/devices/video/saa5240.cpp | |
parent | a5e6f4ea8d468f8f8e50ad5199a9f8aa9a81e9f1 (diff) |
srcclean for 0.227
Diffstat (limited to 'src/devices/video/saa5240.cpp')
-rw-r--r-- | src/devices/video/saa5240.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/video/saa5240.cpp b/src/devices/video/saa5240.cpp index 8602b374ab0..a9336398a5a 100644 --- a/src/devices/video/saa5240.cpp +++ b/src/devices/video/saa5240.cpp @@ -240,8 +240,8 @@ WRITE_LINE_MEMBER(saa5240_device::write_scl) // active chapter - clear memory //if (BIT(m_register[8], 3)) //{ - // for (int i = 0; i < 0x3ff; i++) - // m_videoram->write_byte((m_register[8] & 0x07) * 0x400 + i, 0x20); + // for (int i = 0; i < 0x3ff; i++) + // m_videoram->write_byte((m_register[8] & 0x07) * 0x400 + i, 0x20); //} [[fallthrough]]; case 9: case 10: |