Skip to content

Commit 76d914c

Browse files
committed
video/s3virge: fix 8514/A comment position
1 parent 4d29c80 commit 76d914c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/devices/video/s3virge.h

+2-1
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ class s3virge_vga_device : public s3trio64_vga_device
5454
bool is_linear_address_active() { return m_linear_address_enable; }
5555
bool is_new_mmio_active() { return s3.cr53 & 0x08; }
5656

57+
// has no 8514/A device
58+
// FIXME: should map this dependency in machine_config
5759
ibm8514a_device* get_8514() { fatalerror("s3virge requested non-existent 8514/A device\n"); return nullptr; }
5860

5961
protected:
@@ -175,7 +177,6 @@ class s3virge_vga_device : public s3trio64_vga_device
175177

176178
virtual void s3_define_video_mode(void) override;
177179

178-
// has no 8514/A device
179180
private:
180181
emu_timer *m_op_timer;
181182
void bitblt_step();

0 commit comments

Comments
 (0)