X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=UDI%2Fdrivers%2Fgfx_bochs%2Fbochsga_common.h;h=5d40cfac964b52798089766239d77f1cd0acdfde;hb=5b5a9511bc053ad45b551a20874022f8561da9a5;hp=b956900cb974a4c20a95fe7970c71dee9e02b920;hpb=4e407e69bd660e9a32644281733192193ee6e8c8;p=tpg%2Facess2.git diff --git a/UDI/drivers/gfx_bochs/bochsga_common.h b/UDI/drivers/gfx_bochs/bochsga_common.h index b956900c..5d40cfac 100644 --- a/UDI/drivers/gfx_bochs/bochsga_common.h +++ b/UDI/drivers/gfx_bochs/bochsga_common.h @@ -25,19 +25,21 @@ #define BOCHSGA_CB_GFX_COMMAND 5 #define BOCHSGA_MSGNUM_PROPUNK 1001 +#define BOCHSGA_MSGNUM_BUFUNK 1002 /** * \} */ #include "bochsga_pio.h" -#include "bochsga_engines.h" typedef struct { udi_ubit32_t width; udi_ubit32_t height; - udi_index_t op_idx; + udi_index_t bitdepth; } engine_t; +#define N_ENGINES 1 + /** * Region data */