index
:
mame
aaron-nl3
aaron-pci-cleanup
arm3_copro
asmjit
cdimono2_wip
cdplay
cdtv_chd-v5
dc_pvr-thread
deprecated
docs_wavwrite
draggable-layout
dribbling-nl
hlsl_aviplay
lisa
lua_engine_ui_refactor_2
m57_troangel-bluesea
make_coco_fdc_fixed
master
n64-angrylion
netlist-generated
new_menus
nl-splitfrogs
nl_dips
nltool-updates
py_regtests
qt6_position-fix
rendlay_vid
saturn_cdblock
saturn_vdp_split
save-experiments
save_structs
shangha3_drop
sound
taitoair_vco
taitowlf_zoom
time-experiments
time-experiments2
vamphalf_misncrft
voodoo_directx11
x86_std-exceptions
xbox_swlist
ymfm-delay
MAME - Multiple Arcade Machine Emulator
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
src
/
emu
/
machine
/
z80pio.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
(MESS) wmbullet: Fixed floppy. [Curt Coder]
Curt Coder
2013-11-20
1
-2
/
+2
*
License tags. (nw)
Curt Coder
2013-10-16
1
-0
/
+2
*
changed rest of devices (except cpu cores) to have shortname and sourcefile (nw)
Miodrag Milanovic
2013-06-21
1
-1
/
+1
*
Cleanups and version bump
mame0148
Miodrag Milanovic
2013-01-11
1
-24
/
+24
*
De-legacy the z80pio device.
Aaron Giles
2012-08-08
1
-68
/
+46
*
Reimplemented devcb using delegates and classes. Unified the logic
Aaron Giles
2011-05-02
1
-15
/
+15
*
Collapsed device_config and device_t into one class. Updated all
Aaron Giles
2011-04-27
1
-61
/
+18
*
BIG update.
Aaron Giles
2011-03-29
1
-1
/
+1
*
Removed short name as parameter from device_config this way it is not mandato...
Miodrag Milanovic
2011-02-11
1
-1
/
+1
*
- Added shortname to devices in order to make ROM loading per device possible...
Miodrag Milanovic
2011-02-10
1
-1
/
+1
*
Get rid of state_save_register_device_* macros in favor of direct
Aaron Giles
2011-02-09
1
-14
/
+14
*
Move device definitions out of the bottom of the file. They can be
Aaron Giles
2010-09-19
1
-2
/
+7
*
Modified way device_type constants are defined in order to get unidasm compil...
Miodrag Milanovic
2010-06-29
1
-0
/
+2
*
Changed device name from an overridable function to a parameter passed to
Aaron Giles
2010-06-25
1
-1
/
+1
*
Cleanups and version bump.
Aaron Giles
2010-06-17
1
-7
/
+7
*
Regression fixes:
Aaron Giles
2010-06-14
1
-61
/
+54
*
WARNING: There are likely to be regressions in both functionality and
Aaron Giles
2010-06-08
1
-650
/
+623
*
Made device->tag and devconfig->tag into private member variables (m_tag).
Aaron Giles
2010-03-08
1
-17
/
+17
*
Added ARDY/BRDY signal read handlers to Z80 PIO. [Curt Coder]
Curt Coder
2010-03-07
1
-0
/
+24
*
Cleanups and version bump.
Aaron Giles
2010-03-04
1
-9
/
+9
*
Fixed interrupt mask in Z80PIO. (no whatsnew)
Curt Coder
2010-02-18
1
-5
/
+0
*
Fixed Z80-PIO mode 3 interrupts, and mode 1 data writes.
Curt Coder
2010-02-18
1
-62
/
+48
*
Fixed Z80-PIO save states. (no whatsnew)
Curt Coder
2010-02-17
1
-14
/
+14
*
Added save state support to the Z80-PIO. (no whatsnew)
Curt Coder
2010-02-17
1
-9
/
+17
*
Complete rewrite of the Z80-PIO implementation. The handshaking signals are n...
Curt Coder
2010-02-17
1
-399
/
+678
*
Correct a long-standing design flaw: device configuration state
Aaron Giles
2010-01-18
1
-14
/
+14
*
Bulk driver.h -> emu.h switch.
Aaron Giles
2010-01-10
1
-1
/
+1
*
[Z80PIO] Added alternate read/write handlers.
Curt Coder
2009-06-02
1
-0
/
+14
*
Deprecated device_set_info. Almost all devices had a NULL or empty
Aaron Giles
2009-04-23
1
-10
/
+0
*
From: Kevin Eshbach [mailto:keshbach@comcast.net]
Aaron Giles
2009-04-08
1
-28
/
+23
*
From: Robert [mailto:pac0446@bigpond.net.au]
Aaron Giles
2009-03-19
1
-1
/
+6
*
Many casts added to the core files, and various other tweaks
Aaron Giles
2009-03-12
1
-1
/
+1
*
On Mon, Jan 19, 2009 at 02:48:05PM +0100, Olivier Galibert wrote:
Aaron Giles
2009-01-22
1
-2
/
+0
*
Cleaned up device and sound interfaces to match the CPU
Aaron Giles
2008-12-19
1
-5
/
+5
*
Made the concept of a "clock" native to devices. The clock is now
Aaron Giles
2008-12-18
1
-2
/
+2
*
Changed save state system to accept machine parameters where
Aaron Giles
2008-12-05
1
-10
/
+10
*
Added "tag" parameter to state_save_register_item_* calls. Removed
Aaron Giles
2008-11-17
1
-13
/
+10
*
This patch replaces the Machine parameter where an running_machine *
Aaron Giles
2008-11-13
1
-1
/
+0
*
Converted Z80 SIO to device. Updated drivers accordingly.
Aaron Giles
2008-09-30
1
-7
/
+1
*
Converted Z80 CTC to a proper device. Updated all drivers.
Aaron Giles
2008-09-29
1
-8
/
+22
*
Converted the z80pio implementation into a device.
Wilbert Pol
2008-09-28
1
-210
/
+248
*
From Oliver Stoeneberg [oliverst@online.de]
Aaron Giles
2008-09-04
1
-34
/
+34
*
From: Oliver Stoeneberg [mailto:oliverst@online.de]
Aaron Giles
2008-06-26
1
-15
/
+15
*
From: Atari Ace [mailto:atari_ace@verizon.net]
Aaron Giles
2008-05-22
1
-2
/
+2
*
Cleanups and version bump to 0.123u5.
mame0123u5
Aaron Giles
2008-03-13
1
-1
/
+1
*
From: Mariusz Wojcieszek
Aaron Giles
2008-03-13
1
-16
/
+61
*
From: Robert [mailto:pac0446@bigpond.net.au]
Aaron Giles
2008-02-28
1
-1
/
+1
*
Copyright cleanup:
Aaron Giles
2008-01-06
1
-1
/
+1
*
(From Atari Ace)
Aaron Giles
2007-12-31
1
-5
/
+1
*
Changes for MAME 0.121u4.
mame0121u4
Aaron Giles
2007-12-17
1
-1
/
+1
[next]