ComSquare
Namespaces | Classes | Enumerations
ComSquare::Debugger Namespace Reference

Namespaces

 APU
 
 CPU
 

Classes

struct  BusLog
 The struct used to represent memory bus logs. More...
 
struct  BusLoggerFilters
 The struct representing filters of the memory bus's logger. More...
 
class  BusLoggerProxy
 A class to filter logs from the memory bus's debugger. More...
 
class  BusLogModel
 The qt model that bind the logs to the view. More...
 
class  CGramDebug
 window that allow the user to view all data going through the memory bus. More...
 
class  CGramModel
 The qt model that bind the logs to the view. More...
 
class  ClosableWindow
 
class  HeaderViewer
 Window that show the header of the currently running game. More...
 
class  MemoryBusDebug
 window that allow the user to view all data going through the memory bus. More...
 
class  MemoryViewer
 Class responsible of the Memory Viewer. More...
 
class  MemoryViewerModel
 The qt model that bind the ram to the view. More...
 
class  RAMTileRenderer
 
struct  Register
 Struct containing information about a register. More...
 
class  RegistersViewerModel
 
class  RegisterViewer
 
class  TileViewer
 window that allow the user to view all data going through the memory bus. More...
 

Enumerations

enum  RegisterType {
  Boolean, EightBits, SixteenBits, TwentyFourBits,
  Integer, String
}
 The types of registers. More...
 

Enumeration Type Documentation

◆ RegisterType

The types of registers.

Enumerator
Boolean 

This type display a checkbox.

EightBits 

A 8 bits hexadecimal value.

SixteenBits 

A 16 bits hexadecimal value.

TwentyFourBits 

A 24 bits hexadecimal value.

Integer 

Just like printf(d, myVar);.

String 

a simple string