2020-01-11 18:06:57 -06:00
|
|
|
/*
|
|
|
|
|
* 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.
|
|
|
|
|
*
|
|
|
|
|
* Implementation of an SST flash chip.
|
|
|
|
|
*
|
2020-03-25 00:46:02 +02:00
|
|
|
*
|
2020-01-11 18:06:57 -06:00
|
|
|
*
|
|
|
|
|
* Author: Melissa Goad, <mszoopers@protonmail.com>
|
|
|
|
|
* Copyright 2020 Melissa Goad.
|
|
|
|
|
*/
|
|
|
|
|
|
2020-02-29 19:12:23 +01:00
|
|
|
extern const device_t sst_flash_29ee010_device;
|
|
|
|
|
extern const device_t sst_flash_29ee020_device;
|
2020-01-11 18:06:57 -06:00
|
|
|
extern const device_t sst_flash_39sf010_device;
|
2020-02-29 19:12:23 +01:00
|
|
|
extern const device_t sst_flash_39sf020_device;
|