summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/includes/apple3.h
Commit message (Collapse)AuthorAgeFilesLines
* move mess into mame (nw) Miodrag Milanovic2015-09-301-173/+0
|
* Synced other dirs withs driver license for MESS (nw) Miodrag Milanovic2015-05-131-2/+2
|
* Added dummy license lines to each file for MESS (nw) Miodrag Milanovic2015-05-071-0/+2
|
* (MESS) apple3: Implement 'smooth scrolling' feature for all video modes. [R. ↵ arbee2015-02-211-0/+2
| | | | Belmont]
* (MESS) apple3: preliminary hook up of slot IRQ and NMI lines. [R. Belmont] R. Belmont2014-09-111-0/+2
|
* (MESS) apple3: now using the cycle-accurate floppy emulation. [R. Belmont] R. Belmont2014-07-041-8/+14
|
* (MESS) apple3: preliminary joystick support [R. Belmont] R. Belmont2014-04-121-1/+15
|
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-3/+3
|
* Added rs232 port to apple 3. Currently cts is not mapped because that needs ↵ smf-2014-03-171-0/+2
| | | | to be driven low whether something is plugged in or not or the apple 3 won't boot (I believe pull up resistors on the 12v side take care of that on real hardware). Not tested with Apple 3 software. (nw)
* Moved optional_device<screen_device> m_screen and ↵ Miodrag Milanovic2014-03-051-1/+3
| | | | optional_device<palette_device> m_palette out of driver.* (nw)
* (MESS) apple3: Rework extended addressing from the schematics. [R. Belmont] R. Belmont2014-02-171-3/+2
|
* (MESS) apple3: Some cleanup, plus writes to Fxxx when write protect isn't ↵ R. Belmont2014-02-171-1/+1
| | | | asserted go through to the underlying RAM. [R. Belmont]
* Preliminary support for National Semiconductor MM58167 real-time ↵ R. Belmont2014-02-171-0/+3
| | | | clock/calendar. [R. Belmont]
* (MESS) apple3: improved save states, fixed double-hi-res drawing [R. Belmont] R. Belmont2014-02-161-1/+1
|
* (MESS) apple3: Fix ROM test in Diagnostics and support PCPI AppliCard [R. ↵ R. Belmont2014-02-151-1/+1
| | | | Belmont]
* (MESS) apple3: Add save state support and initial slot hookup. [R. Belmont] R. Belmont2014-02-141-12/+20
|
* (MESS) Systems Promoted from GAME_NOT_WORKING: R. Belmont2014-02-141-0/+1
| | | | | - Apple III [R. Belmont]
* (MESS) apple3: a little more cleanup (nw) R. Belmont2014-02-091-2/+0
|
* (MESS) apple3: rewrote keyboard handling from scratch using Curt's AY-5-3600 ↵ R. Belmont2014-02-091-4/+15
| | | | device. Much, much better. [R. Belmont]
* (MESS) Apple drivers cleanup: [R. Belmont] R. Belmont2014-02-091-2/+9
| | | | | | | - apple3_state is no longer an unnecessary subclass of apple2_state - ay3600 keyboard decoder is now independent from apple2_state - cleaned up some includes
* (MESS) apple3: improved interrupt generation and scanline timing [R. Belmont] R. Belmont2014-02-061-1/+2
|
* (MESS) apple3: Adjusted palette, confidence test color names screen is now ↵ R. Belmont2014-02-021-0/+1
| | | | reasonable. [R. Belmont]
* (MESS) apple3 changes: [R. Belmont] R. Belmont2014-02-021-12/+3
| | | | | | | | - Removed ProFile stub, we'll do that as a proper card later - Removed ROM patch now that we can specify the ACIA is Rockwell-style - Allow -ramsize 256K or 512K - Both VIAs can generate IRQs now, as per schematics
* (MESS) apple3: Added speaker toggle, beep, and DAC sound. [R. Belmont] R. Belmont2014-02-021-1/+16
|
* (MESS) apple3: Remove unnecessary opbase handler (nw) R. Belmont2014-02-021-1/+0
|
* (MESS) apple3: Implement correct (zp),y extended addressing. [R. Belmont] R. Belmont2014-02-021-1/+11
|
* removed the simplest 6522 port callbacks [smf] smf-2014-01-021-3/+8
|
* Convert VIA6522 to use DEVCB2 [smf] smf-2013-12-311-2/+0
|
* moving some static functions in driver state for MESS drivers plus some ↵ Miodrag Milanovic2013-04-181-5/+16
| | | | other modernization (nw)
* some mess device callback cleanup (nw) Miodrag Milanovic2013-04-051-0/+1
|
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-8/+8
|
* Replace some *_DEVICE_HANDLER with _MEMBER calls in MESS section (no whatsnew) Miodrag Milanovic2012-10-031-0/+6
|
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER for MESS part (no whatsnew) Miodrag Milanovic2012-09-181-3/+1
|
* manual cleanup of mame and mess includes (no whatsnew) Miodrag Milanovic2012-09-181-5/+0
|
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-1/+2
|
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT ↵ Miodrag Milanovic2012-09-131-2/+4
| | | | changed to be members of state classes (no whatsnew)
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+82