Separated main code from UI and PLATform support code, plus other generally small fixes here and there.

This commit is contained in:
waltje
2017-10-10 03:07:29 -04:00
parent e88899bb3c
commit bd89e66b7b
47 changed files with 924 additions and 872 deletions

View File

@@ -809,7 +809,10 @@ machine_ps2_common_init(machine_t *model)
machine_common_init(model);
#if 0
/* Already done in pc.c. */
mem_add_bios();
#endif
dma16_init();
ps2_dma_init();
keyboard_at_init();