Proper RapidCAD CPU emulation.

Removed two files that should have not been there.
This commit is contained in:
OBattler
2016-06-29 06:39:35 +02:00
parent f56731a3e3
commit addef33fd2
7 changed files with 63 additions and 217 deletions

View File

@@ -1647,7 +1647,7 @@ void mem_write_nulll(uint32_t addr, uint32_t val, void *p)
void mem_updatecache()
{
flushmmucache();
if (!is386)
if (!is386 || israpidcad)
{
cachesize=256;
memwaitstate=0;