summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/apollo.c
Commit message (Collapse)AuthorAgeFilesLines
* move mess into mame (nw) Miodrag Milanovic2015-09-301-1042/+0
|
* cleanup of bogus copyright messages and restriction texts, update for Daniel ↵ Miodrag Milanovic2015-05-251-3/+0
| | | | Coulom (nw)
* change for Hans Ostermeyer (nw) Miodrag Milanovic2015-05-131-1/+1
|
* Synced other dirs withs driver license for MESS (nw) Miodrag Milanovic2015-05-131-1/+1
|
* Added dummy license lines to each file for MESS (nw) Miodrag Milanovic2015-05-071-0/+2
|
* fixed some C++11 compiler warnings (nw) Oliver Stöneberg2015-02-051-1/+1
|
* (MESS) apollo: made SC499 cartridge tape device a but more etabeta782014-11-301-0/+2
| | | | | | | consistent with our other image devices. loading from softlist does not work yet (probably a stupid mistake on my side). nw. (MESS) softlist: added apollo_ctape softlist [Riley110]
* Cleanups and version bump Miodrag Milanovic2014-07-221-14/+14
|
* (MESS) Revert part of previous Apollo commit, was causing issues with DEX. (nw) R. Belmont2014-07-191-2/+2
|
* (MESS) Minor Apollo cleanups & removal of no-longer-supported options, plus ↵ R. Belmont2014-07-171-12/+12
| | | | data format fix for systems using a serial terminal. [Hans Ostermeyer]
* Apollo updates [Hans Ostermeyer] R. Belmont2014-06-151-36/+153
| | | | | | | | | | - Fixed ISA bus endianness, it's the same as other 680x0 systems with ISA - Improved logging in several places - "20 years ago" option updated to now-necessary "25 years ago" - Fixed ISA high IRQ routing - Fixed 3c505 to have a 16 bit ISA interface - Fixed omti8621 and sc499 to have correct-endian ISA interfaces
* ptm6840_device: converted to devcb2 (nw) Ivan Vangelista2014-05-091-7/+4
|
* am9517a_device: converted to devcb2 (nw) Ivan Vangelista2014-04-291-24/+31
|
* pic8259: remove trampolines (nw) cracyc2014-04-231-1/+1
|
* Added serial printer, renamed centronics printer to match. Standardised the ↵ smf-2014-04-161-8/+8
| | | | configuration of rs232 devices. All serial devices are now connected using an rs232 port. [smf]
* isa8_device and isa16_device: converted to devcb2 (nw) Ivan Vangelista2014-04-151-28/+20
|
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-12/+12
|
* n68681: Renamed to mc68681. (nw) Curt Coder2014-03-181-11/+11
|
* (MESS) apollo: cleanup (nw) R. Belmont2014-03-111-16/+11
|
* (MESS) move 3c505 to ISA directory (nw) R. Belmont2014-03-101-1/+1
|
* (MESS) apollo: Separate 3c505 out into an ISA16 card. [R. Belmont] R. Belmont2014-03-101-50/+3
|
* fixed clang 3.4 compilation (nw) Oliver Stöneberg2014-03-081-0/+2
|
* (MESS) Move sc499 to new ISA directory (nw) R. Belmont2014-03-081-1/+1
|
* (MESS) apollo: sc499 cartridge tape converted to ISA [R. Belmont] R. Belmont2014-03-081-44/+5
|
* Shuffle ISA and some more PC related devices around (nw) Miodrag Milanovic2014-03-071-1/+1
|
* (MESS) apollo: Converted to use real ISA bus [R. Belmont] R. Belmont2014-03-061-97/+97
| | | | | omti8621: Converted to proper ISA card [R. Belmont]
* (MESS) apollo: Cleaned up PIC8259 usage. [R. Belmont] R. Belmont2014-03-031-73/+31
|
* (MESS) apollo: More cleanup, devlegcy.h now gone. [R. Belmont] R. Belmont2014-03-031-31/+14
|
* (MESS) More apollo updates [R. Belmont] R. Belmont2014-02-241-290/+55
| | | | | | | | | - Old 68681 is gone - Apollo keyboard now speaks diserial - Headless configs use the serial terminal device nw: And Domain/OS still boots and X11 comes up and works.
* Deal with clock duty as per smf (nw) R. Belmont2014-02-231-1/+1
|
* (MESS) apollo: Start modernizing/cleanup. [R. Belmont] R. Belmont2014-02-231-162/+24
|
* replaced more machine().firstcpu with m_maincpu [smf] smf-2014-01-231-10/+10
|
* (MESS) Apollo: correct MC146818 clock [Hans Ostermeyer] R. Belmont2013-11-211-1/+1
|
* Fixed the MC146818 modernisation so that local/utc & whether a century is ↵ smf-2013-11-011-1/+2
| | | | stored in nvram can be specified in a sane way. Removed the century updating as this chip doesn't do that, but each driver can specify where the century should be stored. Fixed off by one errors in the date/time updating. Added support for different external clock speeds and dividers, the clock speeds have been set based on guesswork that the code would set the chip to update at 1hz but this isn't necessarily true. Most flags have been implemented, so that timer updating can be disabled & irq generation should be correct. [smf]
* Cleanups and version bumpmame0149u1 Miodrag Milanovic2013-07-231-2/+2
|
* devlegcy.h usage cleanup (nw) Oliver Stöneberg2013-07-101-0/+1
|
* (MESS) apollo: fixed disk and tape DMA, improved logging [Hans Ostermeyer] R. Belmont2013-06-281-11/+26
|
* legacy_cpu-- David Haywood2013-06-251-2/+2
| | | this is a first pass at converting to a modern device, I'd be surprised if there are no issue but it's already a weeks worth of updating + testing.
* changed rest of devices (except cpu cores) to have shortname and sourcefile (nw) Miodrag Milanovic2013-06-211-1/+1
|
* Cleanups and version bumpmame0149 Miodrag Milanovic2013-06-111-2/+2
|
* Fix for Apollo PIC8259 breakage [Hans Ostermeyer] Miodrag Milanovic2013-05-301-2/+10
|
* 8237dma: convert its remaining users and kill it (nw) cracyc2013-05-301-25/+20
| | | | -- The apollo and bebox both boot but might need more thorough testing.
* Moved default card config, device inputs and clock off the slot interface so ↵ smf-2013-05-291-1/+1
| | | | they can be specified for all cards [smf]
* (mess) apollo: don't crash (nw) cracyc2013-05-241-2/+2
|
* Cleanups and version bumpmame0148u5 Miodrag Milanovic2013-05-201-1/+1
|
* pic8259.c: Switched to devcb2. (nw) Wilbert Pol2013-05-151-10/+7
|
* pic8259.c: Continue modernization. (nw) Wilbert Pol2013-05-141-27/+27
|
* (MESS) Apollo updates: [Hans Ostermeyer] R. Belmont2013-05-111-25/+13
| | | | | | | | - Added 4 and 8 plane color graphics board support - Renamed dn3x00 to dn3x00_19i and dn3x00_15i to dn3x00 - Reworked video/apollo.c into class apollo_graphics - Fixed recent regression where the arrow keys moved the mouse pointer
* Cleanups and version bumpmame0148u3 Miodrag Milanovic2013-04-091-3/+3
|
* Mess is now free of DEVCB_HANDLER (nw) Miodrag Milanovic2013-04-051-28/+28
|