trunk/src/mess/drivers/applix.c
| r243160 | r243161 | |
| 5 | 5 | Applix 1616 computer |
| 6 | 6 | |
| 7 | 7 | See for docs: http;//www.microbee-mspp.org.au |
| 8 | | You need to sign up and make an introductory thread. |
| 9 | | Then you will be granted permission to visit the repository. |
| 10 | 8 | |
| 11 | 9 | First revealed to the world in December 1986 issue of Electronics Today |
| 12 | 10 | International (ETI) an Australian electronics magazine which is now defunct. |
| r243160 | r243161 | |
| 936 | 934 | /* Driver */ |
| 937 | 935 | |
| 938 | 936 | /* YEAR NAME PARENT COMPAT MACHINE INPUT CLASS INIT COMPANY FULLNAME FLAGS */ |
| 939 | | COMP( 1986, applix, 0, 0, applix, applix, applix_state, applix, "Applix Pty Ltd", "Applix 1616", GAME_NOT_WORKING ) |
| 937 | COMP( 1986, applix, 0, 0, applix, applix, applix_state, applix, "Applix Pty Ltd", "Applix 1616", 0 ) |
| 940 | 938 | |
| 941 | 939 | |
| 942 | 940 | |
trunk/src/mess/drivers/apricotp.c
| r243160 | r243161 | |
| 56 | 56 | m_video_ram.allocate(0x20000); |
| 57 | 57 | } |
| 58 | 58 | |
| 59 | MC6845_UPDATE_ROW( fp_state::update_row ) |
| 60 | { |
| 61 | } |
| 59 | 62 | |
| 60 | 63 | UINT32 fp_state::screen_update(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect) |
| 61 | 64 | { |
| r243160 | r243161 | |
| 504 | 507 | MCFG_MC6845_ADD(MC6845_TAG, MC6845, SCREEN_CRT_TAG, 4000000) |
| 505 | 508 | MCFG_MC6845_SHOW_BORDER_AREA(false) |
| 506 | 509 | MCFG_MC6845_CHAR_WIDTH(8) |
| 510 | MCFG_MC6845_UPDATE_ROW_CB(fp_state, update_row) |
| 507 | 511 | |
| 508 | 512 | // sound hardware |
| 509 | 513 | MCFG_SPEAKER_STANDARD_MONO("mono") |