Silence "unused-const-variable" warning
This register dump looks useful, but it was never used for anything…
This commit is contained in:
parent
6325c995d6
commit
7afc052550
1 changed files with 2 additions and 1 deletions
|
@ -74,6 +74,7 @@ const Bit8u vparams_tandy[] = {
|
|||
0x2c, 0x28, 0x2d, 0x29, 0x2a, 0x2e, 0x1e, 0x29
|
||||
};
|
||||
|
||||
#if 0
|
||||
const Bit8u vparams_tandy_td[] = {
|
||||
// 40x25 mode 0 and 1 crtc registers
|
||||
0x38, 0x28, 0x2d, 0x0a, 0x1f, 0x06, 0x19, 0x1c, 0x02, 0x07, 0x06, 0x07, 0,0,0,0,
|
||||
|
@ -92,7 +93,7 @@ const Bit8u vparams_tandy_td[] = {
|
|||
// CGA mode register
|
||||
0x2c, 0x28, 0x2d, 0x29, 0x2a, 0x2e, 0x1e, 0x29
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
static Bit8u video_parameter_table_vga[0x40*0x1d]={
|
||||
// video parameter table for mode 0 (cga emulation)
|
||||
|
|
Loading…
Add table
Reference in a new issue