Skip to content

Commit

Permalink
video/s3virge: fix 8514/A comment position
Browse files Browse the repository at this point in the history
  • Loading branch information
angelosa committed Apr 15, 2024
1 parent 4d29c80 commit 76d914c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/devices/video/s3virge.h
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ class s3virge_vga_device : public s3trio64_vga_device
bool is_linear_address_active() { return m_linear_address_enable; }
bool is_new_mmio_active() { return s3.cr53 & 0x08; }

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

protected:
Expand Down Expand Up @@ -175,7 +177,6 @@ class s3virge_vga_device : public s3trio64_vga_device

virtual void s3_define_video_mode(void) override;

// has no 8514/A device
private:
emu_timer *m_op_timer;
void bitblt_step();
Expand Down

0 comments on commit 76d914c

Please sign in to comment.