8080-Emulator
0.1
An Intel 8080 emulator for Space Invaders
|
Ccpu_state | Cpu_state: This structure keeps runtime state of all the registers in the CPU |
Cinstt_8080_op | Struct to define the meta data for intel 8080 opcode. Contains the binding to the functor and the cycles it takes to complete |
Cinvaders_window | Invader window struct which keeps track of all the window related state including the SDL components and timers |
Cport_IO | Imaginary external Ports used to communicate with the player and hardware |
Cprogram_status_word | Program_status_word: An exdended PSW for easy checks and sets of PSW without flagging |
Cv_memory | Memory wrapper |