Fixed bugs that were preventing NVR and Flash files from behind saved;

A lot of clean ups from waltje;
Start of a directory structure for the code, thanks to waltje.
This commit is contained in:
OBattler
2017-05-06 17:48:33 +02:00
parent e2a717deae
commit f6612fb33b
344 changed files with 2011 additions and 1870 deletions

19
src/net_ne2000.h Normal file
View File

@@ -0,0 +1,19 @@
/* Copyright holders: SA1988
see COPYING for more details
*/
#ifndef NET_NE2000_H
# define NET_NE2000_H
extern device_t ne2000_device;
extern device_t rtl8029as_device;
extern void ne2000_generate_maclocal(uint32_t mac);
extern uint32_t net2000_get_maclocal(void);
extern void ne2000_generate_maclocal_pci(uint32_t mac);
extern uint32_t net2000_get_maclocal_pci(void);
#endif /*NET_NE2000_H*/