diff options
author | 2015-09-29 10:09:23 -0500 | |
---|---|---|
committer | 2015-09-29 10:09:23 -0500 | |
commit | 5e0e2e07b7bd3f4d946255e6c66cccb1fd90f2d9 (patch) | |
tree | b24ae8d75422af1401b1dbe13a3dfb50f39d72aa /src/mess/includes/at.h | |
parent | 57482828509eec06450e6575ad88d09b2fb58abb (diff) |
at: let's do it like this instead (nw)
Diffstat (limited to 'src/mess/includes/at.h')
-rw-r--r-- | src/mess/includes/at.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mess/includes/at.h b/src/mess/includes/at.h index a36be1b668b..63391195f90 100644 --- a/src/mess/includes/at.h +++ b/src/mess/includes/at.h @@ -161,10 +161,11 @@ public: DECLARE_DRIVER_INIT(atcga); DECLARE_DRIVER_INIT(atvga); DECLARE_DRIVER_INIT(megapcpla); + DECLARE_DRIVER_INIT(atpci); DECLARE_MACHINE_START(at); DECLARE_MACHINE_RESET(at); void pc_set_dma_channel(int channel, int state); - void init_at_common(); + void init_at_common(int xmsbase); UINT32 at_286_a20(bool state); }; |