Changed several char arrays all around the code to const char pointers, debloats the executable file from 8.7 MB to 5.6 MB;
Replaced the Cirrus Logic code with the latest code from TheCollector1995 - the CL-GD 5428 is now fully working, as is the CL-GD 5429; Minor clean-up in the AHA/BusLogic BIOS commands code; Slightly rewritten mem_readb_phys_dma() and mem_writeb_phys_dma().
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
*
|
||||
* CPU type handler.
|
||||
*
|
||||
* Version: @(#)cpu.h 1.0.6 2018/02/01
|
||||
* Version: @(#)cpu.h 1.0.7 2018/02/18
|
||||
*
|
||||
* Authors: Sarah Walker, <http://pcem-emulator.co.uk/>
|
||||
* leilei,
|
||||
@@ -70,7 +70,7 @@
|
||||
|
||||
|
||||
typedef struct {
|
||||
char name[32];
|
||||
const char *name;
|
||||
int cpu_type;
|
||||
int speed;
|
||||
int rspeed;
|
||||
|
||||
Reference in New Issue
Block a user