Home
last modified time | relevance | path

Searched defs:picasso96_state_struct (Results 1 – 4 of 4) sorted by relevance

/dports/emulators/fs-uae/fs-uae-3.1.35/src/od-win32/
H A Dpicasso96_win.h518 struct picasso96_state_struct struct
520 RGBFTYPE RGBFormat; /* true-colour, CLUT, hi-colour, etc.*/
521 struct MyCLUTEntry CLUT[256]; /* Duh! */
522 uaecptr Address; /* Active screen address (Amiga-side)*/
523 uaecptr Extent; /* End address of screen (Amiga-side)*/
524 uae_u16 Width; /* Active display width (From SetGC)*/
525 uae_u16 VirtualWidth;/* Total screen width (From SetPanning)*/
526 uae_u16 BytesPerRow; /* Total screen width in bytes (FromSetGC) */
527 uae_u16 Height; /* Active display height (From SetGC)*/
551 extern struct picasso96_state_struct picasso96_state; argument
/dports/emulators/fs-uae/fs-uae-3.1.35/src/include/
H A Dpicasso96.h495 struct picasso96_state_struct struct
497 uae_u32 RGBFormat; /* true-colour, CLUT, hi-colour, etc. */
498 struct MyCLUTEntry CLUT[256]; /* Duh! */
501 uae_u16 Width; /* Active display width (From SetGC) */
505 uae_u16 VirtualHeight; /* Total screen height */
506 uae_u8 GC_Depth; /* From SetGC() */
507 uae_u8 GC_Flags; /* From SetGC() */
508 long XOffset; /* From SetPanning() */
509 long YOffset; /* From SetPanning() */
511 uae_u8 BytesPerPixel;
[all …]
/dports/emulators/uae/uae-0.8.29/src/include/
H A Dpicasso96.h469 struct picasso96_state_struct struct
471 uae_u32 RGBFormat; /* true-colour, CLUT, hi-colour, etc. */
472 struct MyCLUTEntry CLUT[256]; /* Duh! */
475 uae_u16 Width; /* Active display width (From SetGC) */
479 uae_u16 VirtualHeight; /* Total screen height */
480 uae_u8 GC_Depth; /* From SetGC() */
481 uae_u8 GC_Flags; /* From SetGC() */
482 long XOffset; /* From SetPanning() */
483 long YOffset; /* From SetPanning() */
485 uae_u8 BytesPerPixel;
[all …]
/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/include/
H A Dpicasso96.h684 struct picasso96_state_struct struct
686 RGBFTYPE RGBFormat; /* true-colour, CLUT, hi-colour, etc.*/
687 struct MyCLUTEntry CLUT[256]; /* Duh! */
688 uaecptr Address; /* Active screen address (Amiga-side)*/
689 uaecptr Extent; /* End address of screen (Amiga-side)*/
690 uae_u16 Width; /* Active display width (From SetGC)*/
693 uae_u16 Height; /* Active display height (From SetGC)*/
694 uae_u16 VirtualHeight; /* Total screen height */
695 uae_u8 GC_Depth; /* From SetGC() */
696 uae_u8 GC_Flags; /* From SetGC() */
[all …]