INL-retro-progdump/firmware/source/flash.h

15 lines
234 B
C

#ifndef _flash_h
#define _flash_h
#include "pinport.h"
#include "types.h"
#include "nes.h"
#include "snes.h"
#include "swim.h"
#include "shared_dictionaries.h"
#include "shared_errors.h"
uint8_t flash_buff( buffer *buff ) ;
#endif