summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/apple2.c
Commit message (Collapse)AuthorAgeFilesLines
* move mess into mame (nw) Miodrag Milanovic2015-09-301-1614/+0
|
* apple2.c: select displayed page for floating bus (nw) Peter Ferrie2015-09-071-1/+1
|
* Revert "apple2.c: select displayed page for floating bus (nw)" Peter Ferrie2015-09-071-1/+1
| | | | This reverts commit c4b803ea57b8677c346386b9d48bde827ad0e1ed.
* apple2.c: select displayed page for floating bus (nw) Peter Ferrie2015-09-071-1/+1
|
* Unitron APII+ TI: Fixing rom name and checksum and adding correct year metadata Felipe Corrêa da Silva Sanches2015-09-071-3/+3
|
* Adding Unitron APII+ (Teclado Inteligente) as another brazilian apple2 clone ↵ Felipe Corrêa da Silva Sanches2015-09-061-2/+17
| | | | (this one has got a dedicated CPU for the "smart keyboard")
* apple2/apple2e: fix raster parameters, French Touch "Scroll Scroll Scroll" ↵ arbee2015-09-051-4/+1
| | | | demo now syncs on apple2e driver. [R. Belmont]
* Cleanups and version bumpmame0165 Miodrag Milanovic2015-08-261-3/+3
|
* apple2: fix Ivel Ultra's unique text drawing (MT#5814) [R. Belmont] arbee2015-08-221-3/+24
|
* Added seconds() and attoseconds() to attotime and prefixed members with couriersud2015-08-151-1/+1
| | | | | | | m_. Rewrote code accessing members to use seconds() and attoseconds(). The changes were triggered by a test how gcc __int128_t would perform as the internal representation. This test revealed that the current implementation is still faster. (nw)
* change flags from GAME_ to MACHINE_ David Haywood2015-07-291-16/+16
| | | | this better fits the drivers from MESS (which have always illogically used the GAME_ flags despite not being games) and also fits fine with arcade machines.
* Cleanups and version bumpmame0164 Miodrag Milanovic2015-07-291-2/+2
|
* Merge pull request #227 from felipesanches/maxxi R. Belmont2015-06-261-0/+14
|\ | | | | Polymax Maxxi: New brazilian Apple2 clone. [Felipe Sanches]
| * Polymax Maxxi: New brazilian Apple2 clone. Felipe Corrêa da Silva Sanches2015-06-251-0/+14
| |
* | Unitron AP II New Brazilian Apple 2 clone. Both english and brazilian ↵ Felipe Corrêa da Silva Sanches2015-06-241-0/+22
|/ | | | portuguese versions of the ROMs.
* New apple2 clone: "Elppa II+" by "Victor do Brasil" Felipe Corrêa da Silva Sanches2015-06-241-0/+14
|
* Cleanups and version bumpmame0160 Miodrag Milanovic2015-03-251-3/+3
|
* (MESS) apple2: add TMS9918 card from BYTE magazine plus 9938 and 9958 ↵ arbee2015-02-271-0/+4
| | | | versions. [R. Belmont]
* Uppercase hash cleanup (nw) Scott Stone2014-12-241-2/+2
|
* apple2: fix keydown detection peterferrie2014-12-111-1/+1
|
* Cleanups and version bumpmame0156 Miodrag Milanovic2014-11-261-41/+41
|
* (MESS) apple2: use diskiing for everything. (nw) arbee2014-11-241-1/+1
|
* [MESS] apple2: rewrote all 8-bit Apple II drivers with an aim towards ↵ arbee2014-11-161-1260/+988
| | | | modernity and improved runtime performance, improved correctness, and missing features. Fixes MT #5157, 5158, 5747, and 5748. [R. Belmont]
* naomi.c: [Arzeno Fabrice] Scott Stone2014-10-221-1/+1
| | | | | | * HOTD2 Proto BIOS added * Label correction for Club Kart Prize Added NOT_WORKING flag to apple2cp. (nw)
* Cleanups and version bumpmame0155 Miodrag Milanovic2014-10-151-19/+19
|
* (MESS) apple2: revert default to old HLE Disk II; new one corrupts data on ↵ R. Belmont2014-10-141-1/+2
| | | | disk switch. (nw)
* (MESS) Apple II: Support Apple II Mouse Card [R. Belmont, Guru, Sharkpuncher] R. Belmont2014-09-071-2/+4
|
* (MESS) Apple II series changes: [R. Belmont] R. Belmont2014-08-211-2/+22
| | | | | | | - Support 1 MB expansion for Laser 128ex2 - Give the IIc Plus the correct drive type, but it's still unhappy - Promote apple2c4 to working since it runs fine now
* (MESS) Apple II: hook up ACIAs for Laser 128 series, remove cassette for IIc ↵ R. Belmont2014-08-191-0/+3
| | | | and Laser. [R. Belmont]
* (MESS) Systems Promoted from GAME_NOT_WORKING: [Peter Ferrie, R. Belmont] R. Belmont2014-08-191-3/+20
| | | | | | | - Laser 128 (version 4.2) - Laser 128ex (version 4.5) - Laser 128ex2 (version 6.1)
* (MESS) Apple II: Add support for the Applied Engineering TimeMaster II H.O. ↵ R. Belmont2014-08-171-0/+2
| | | | card [R. Belmont]
* URNOTe (nw) R. Belmont2014-08-171-2/+0
|
* (MESS) Improve Laser 128 series support; 128EX/2 now boots DOS 3.3 and ↵ R. Belmont2014-08-161-1/+24
| | | | ProDOS. [Peter Ferrie, R. Belmont]
* (MESS) apple2: add possible Laser 128EX2 ROM pending future work on that ↵ R. Belmont2014-08-121-2/+14
| | | | series [R. Belmont]
* (MESS) Apple II updates: R. Belmont2014-08-101-19/+61
| | | | | | | - Added additional ROMs for TK3000 - Added preliminary mono/color config switch for pre-IIgs machines (doesn't yet work in lo-res) - Moved Laser 3000 to its own driver since it's not very Apple-like and got it to boot into BASIC.
* (MESS) New System Drivers Supported: R. Belmont2014-08-051-0/+14
| | | | | - Microdigital TK3000//e [R. Belmont]
* Cleanups and version bump Miodrag Milanovic2014-07-221-5/+5
|
* (MESS) Apple II: support Decillionix DX-1 sampler card. [R. Belmont] R. Belmont2014-06-281-0/+2
|
* (MESS) Apple II: Support for the Mountain Computer Music System. [R. Belmont] R. Belmont2014-06-281-0/+3
|
* cassette config moved inline (nw) Miodrag Milanovic2014-05-021-12/+8
|
* Cleanup of image device interfaces (nw) Miodrag Milanovic2014-05-021-1/+0
|
* a2bus_device and a2eauxslot_device: converted to devcb2 (nw) Ivan Vangelista2014-04-171-24/+16
|
* (MESS) Apple II: Correct setup of built-in ACIAs for IIc/IIc Plus [R. Belmont] R. Belmont2014-04-131-4/+20
|
* (MESS) Apple II updates: [R. Belmont] R. Belmont2014-04-131-6/+10
| | | | | | - Some minor cleanup to how post-IIe machines are handled - Fixed N/M keys on Platinum IIe and IIgs
* (MESS) Apple II: implemented cycle-exact Disk II floppy controller using the ↵ R. Belmont2014-04-121-2/+4
| | | | modern floppy subsystem. [O. Galibert, R. Belmont]
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-19/+19
|
* (MESS) apple2: Support the Corvus flat-cable interface card, also used in ↵ R. Belmont2014-03-221-0/+2
| | | | the Corvus Concept. [R. Belmont]
* Made palette settings for screen explicit and mandatory for ind16 mode (nw) Miodrag Milanovic2014-03-141-0/+1
|
* (MESS) apple2: Support the Apple II Parallel Interface Card [R. Belmont] R. Belmont2014-03-021-0/+2
|
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-3/+3
| | | note: Aaron please give more descriptive text for release log I have no more strength :)