ROLAND
0.70
Amstrad Emulator based on Caprice Source rewritten in C++.
|
#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 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 |
|
static |
Referenced by mainloop(), and Cpc::z80_out_handler().