#include <stdint.h>
#include <stdio.h>
#include "msl.h"
#include "msl-timings.h"
#include "log.h"
#include "ge.h"
Go to the source code of this file.
◆ msl_get_state()
Gets timing state␐␐␐␐␐␐␐␐␐.
Returns the timing definitions for a given state
- Parameters
-
state | the state as used by the SO cpu sequencer |
- Returns
- a pointer to a static definition of the given state
Definition at line 9 of file msl.c.
◆ msl_run_state()
Runs a machine state.
Modifies the machine state by running the given state according to the current emualted clock time.
- Parameters
-
ge | the emulator state |
state | the state to run |
Definition at line 18 of file msl.c.