git.y1.nz

SameBoy

Accurate GB/GBC emulator
download: https://git.y1.nz/archives/sameboy.tar.gz
README | Files | Log | Refs | LICENSE

JoyKit/JOYSubElement.h

      1 #import "JOYElement.h"
      2 
      3 @interface JOYSubElement : JOYElement
      4 - (instancetype)initWithRealElement:(JOYElement *)element
      5                                size:(size_t) size // in bits
      6                              offset:(size_t) offset // in bits
      7                           usagePage:(uint16_t)usagePage
      8                               usage:(uint16_t)usage
      9                                 min:(int32_t)min
     10                                 max:(int32_t)max;
     11 
     12 @end
     13 
     14 

This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.