summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/video/apollo.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/video/apollo.c')
-rw-r--r--src/mess/video/apollo.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mess/video/apollo.c b/src/mess/video/apollo.c
index 3ca7fb68814..4c1d25413f7 100644
--- a/src/mess/video/apollo.c
+++ b/src/mess/video/apollo.c
@@ -120,7 +120,6 @@ INLINE screen_data_t *get_safe_token(device_t *device) {
***************************************************************************/
static void log_cr1(const char * text, device_t *device, screen_data_t *screen_data) {
-
DLOG1(("%s: cr0=%02x cr1=%02x sr=%02x pixel_clock=%3d/%3d bl=%d vb=%d vs=%d hs=%d hc=%d vck=%d hck=%d pck=%d vd=%d",
text,
screen_data->cr0,
@@ -422,7 +421,6 @@ static UINT32 get_source_data(screen_data_t *screen_data, UINT32 src_data) {
}
static UINT16 rop(screen_data_t *screen_data, UINT16 dest_data) {
-
UINT32 src_data = get_source_data(screen_data, screen_data->guard_latch);
if ((screen_data->cr1 & CR1_ROP_EN)