mirror of
https://github.com/AppleWin/AppleWin.git
synced 2024-11-19 19:33:03 +00:00
18 lines
477 B
C
18 lines
477 B
C
|
/* Emulador do computador TK3000 //e (Microdigital)
|
|||
|
* por F<EFBFBD>bio Belavenuto - Copyright (C) 2004
|
|||
|
*
|
|||
|
* Adaptado do emulador Applewin por Michael O'Brien
|
|||
|
*
|
|||
|
* Este arquivo <EFBFBD> distribuido pela Licen<EFBFBD>a P<EFBFBD>blica Geral GNU.
|
|||
|
* Veja o arquivo Licenca.txt distribuido com este software.
|
|||
|
*
|
|||
|
* ESTE SOFTWARE N<EFBFBD>O OFERECE NENHUMA GARANTIA
|
|||
|
*
|
|||
|
*/
|
|||
|
|
|||
|
// Emula a CPU Z80
|
|||
|
|
|||
|
// Prot<6F>tipos
|
|||
|
void ConfigureSoftcard(LPBYTE pCxRomPeripheral, int slot, UINT addOrRemove);
|
|||
|
|
|||
|
// EOF
|