Prepare the structure for upcoming actual i8080 emulation (#16)
This commit is contained in:
20
src/cpu/8080.c
Normal file
20
src/cpu/8080.c
Normal file
@@ -0,0 +1,20 @@
|
||||
/*
|
||||
* 86Box A hypervisor and IBM PC system emulator that specializes in
|
||||
* running old operating systems and software designed for IBM
|
||||
* PC systems and compatibles from 1981 through fairly recent
|
||||
* system designs based on the PCI bus.
|
||||
*
|
||||
* This file is part of the 86Box distribution.
|
||||
*
|
||||
* 8080 CPU emulation.
|
||||
*
|
||||
* Authors: Cacodemon345
|
||||
*
|
||||
* Copyright 2022 Cacodemon345
|
||||
*/
|
||||
|
||||
|
||||
#include <stdint.h>
|
||||
#include <86box/i8080.h>
|
||||
|
||||
/* Actually implement i8080 emulation. */
|
||||
Reference in New Issue
Block a user