ROLAND  0.70
Amstrad Emulator based on Caprice Source rewritten in C++.
Namespaces | Typedefs | Variables
types.h File Reference
#include <cstdint>
#include <string>

Go to the source code of this file.

Namespaces

 sdltk
 the SDL based Stuff
 

Typedefs

typedef std::string String
 
typedef std::string tSTRING
 
typedef int8_t tBYTE
 
typedef int16_t tWORD
 
typedef int32_t tDWORD
 
typedef int64_t tQWORD
 
typedef int64_t tINT64
 
typedef uint8_t tUBYTE
 
typedef uint16_t tUWORD
 
typedef uint32_t tUDWORD
 
typedef uint64_t tUQWORD
 
typedef uint64_t tUINT64
 
typedef unsigned int uint
 
typedef unsigned char uchar
 

Variables

static const tUBYTE bit_values [8]
 

Typedef Documentation

typedef int8_t tBYTE
typedef int32_t tDWORD
typedef int64_t tINT64
typedef int64_t tQWORD
typedef std::string tSTRING
typedef uint8_t tUBYTE
typedef uint32_t tUDWORD
typedef uint64_t tUINT64
typedef uint64_t tUQWORD
typedef uint16_t tUWORD
typedef int16_t tWORD
typedef unsigned char uchar
typedef unsigned int uint

Variable Documentation

const tUBYTE bit_values[8]
static
Initial value:
=
{
0x01, 0x02, 0x04, 0x08, 0x10, 0x20, 0x40, 0x80
}
Todo:
Should this be here ??

Referenced by mainloop(), and Cpc::z80_out_handler().