Merge branch 'svn/trunk'
This commit is contained in:
commit
a323e173c2
7 changed files with 338 additions and 331 deletions
|
@ -123,6 +123,8 @@ public:
|
|||
device_t(const machine_config &mconfig, device_type type, const char *tag, device_t *owner, u32 _clock) : clockRate( _clock ) {
|
||||
}
|
||||
|
||||
virtual ~device_t() {
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
|
|
|
@ -30,7 +30,7 @@ void vga_write_p3d5(Bitu port,Bitu val,Bitu iolen);
|
|||
Bitu vga_read_p3d5(Bitu port,Bitu iolen);
|
||||
|
||||
Bitu vga_read_p3da(Bitu port,Bitu iolen) {
|
||||
Bit8u retval=0;
|
||||
Bit8u retval=4; // bit 2 set, needed by Blues Brothers
|
||||
double timeInFrame = PIC_FullIndex()-vga.draw.delay.framestart;
|
||||
|
||||
vga.internal.attrindex=false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue