We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d29c80 commit 76d914cCopy full SHA for 76d914c
src/devices/video/s3virge.h
@@ -54,6 +54,8 @@ class s3virge_vga_device : public s3trio64_vga_device
54
bool is_linear_address_active() { return m_linear_address_enable; }
55
bool is_new_mmio_active() { return s3.cr53 & 0x08; }
56
57
+ // has no 8514/A device
58
+ // FIXME: should map this dependency in machine_config
59
ibm8514a_device* get_8514() { fatalerror("s3virge requested non-existent 8514/A device\n"); return nullptr; }
60
61
protected:
@@ -175,7 +177,6 @@ class s3virge_vga_device : public s3trio64_vga_device
175
177
176
178
virtual void s3_define_video_mode(void) override;
179
- // has no 8514/A device
180
private:
181
emu_timer *m_op_timer;
182
void bitblt_step();
0 commit comments