~fitzsim/Main_MiSTer

d92cfb75f89b073509330541e1716d24d819d0ab — Aitor Gómez 2 years ago 5b4acd3
Cleanup initialization PCXT

It is no longer necessary to resort to loading predefined ROMs, but now FC0 and FC1 are used to load ROMs.
1 files changed, 0 insertions(+), 14 deletions(-)

M support/pcxt/pcxt.cpp
M support/pcxt/pcxt.cpp => support/pcxt/pcxt.cpp +0 -14
@@ 43,20 43,6 @@ static pcxt_config config;
void pcxt_init()
{	
	user_io_status_set("[0]", 1);
	const char* home = HomeDir();
	static char mainpath[512];

	int status = user_io_status_get("[3]");
	if (status)
	{
		sprintf(mainpath, "%s/tandy.rom", home);
	}
	else
	{
		sprintf(mainpath, "%s/pcxt.rom", home);
	}	
	
	user_io_file_tx(mainpath);
}

void* OpenUART(void*) {