aboutsummaryrefslogtreecommitdiffstats
path: root/src/biosvar.h
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2008-03-02 08:43:44 -0500
committerKevin O'Connor <kevin@koconnor.net>2008-03-02 08:43:44 -0500
commit4d6dbc6f54c138ba92684d0bd6b7f42df5ccaa5b (patch)
tree9f645d144bfb5cb1d2744463046682a4f5014ed8 /src/biosvar.h
parentee2fd7a5880605b1111fb6efa4737d8c78c5d646 (diff)
downloadseabios-4d6dbc6f54c138ba92684d0bd6b7f42df5ccaa5b.tar.gz
Initial support for ps/2 mouse.
The code doesn't work, but most things are present.
Diffstat (limited to 'src/biosvar.h')
-rw-r--r--src/biosvar.h11
1 files changed, 9 insertions, 2 deletions
diff --git a/src/biosvar.h b/src/biosvar.h
index a5afe54e..c34bb666 100644
--- a/src/biosvar.h
+++ b/src/biosvar.h
@@ -224,8 +224,15 @@ struct cdemu_s {
struct extended_bios_data_area_s {
u8 size;
- u8 other1[0x3c];
-
+ u8 reserved1[0x21];
+ u32 far_call_pointer;
+ u8 mouse_flag1;
+ u8 mouse_flag2;
+ u8 mouse_data[0x08];
+ // 0x30
+ u8 other1[0x0d];
+
+ // 0x3d
struct fdpt_s fdpt0;
struct fdpt_s fdpt1;