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
/
6821pia.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed build. (nw)
Curt Coder
2014-04-24
1
-1
/
+1
*
fixed usage of uninitialized members in pia6821_device (nw)
Oliver Stöneberg
2014-04-24
1
-0
/
+2
*
typo found by MASH
Michaël Banaan Ananas
2014-03-24
1
-1
/
+1
*
reduced the number of callers to set_a_input by calling porta_w & made the WR...
smf-
2014-01-06
1
-2
/
+2
*
Removed 6821 porta_r/portb_r/ca1_r/ca2_r/cb1_r/cb2_r functions as they only r...
smf-
2014-01-06
1
-68
/
+2
*
Converted PIA6821 to DEVCB2 [smf]
smf-
2014-01-06
1
-51
/
+50
*
changed rest of devices (except cpu cores) to have shortname and sourcefile (nw)
Miodrag Milanovic
2013-06-21
1
-1
/
+1
*
fixed uninitialized members in src/emu/machine/6821pia.c (nw)
Oliver Stöneberg
2013-03-07
1
-1
/
+3
*
fixed uninitialized members in src/emu/machine/6821pia.c (nw)
Oliver Stöneberg
2013-02-21
1
-1
/
+3
*
Cleanups and version bump
mame0148
Miodrag Milanovic
2013-01-11
1
-171
/
+171
*
Inlining 6821 PIA read/write calls
Nathan Woods
2011-11-15
1
-30
/
+0
*
Cleanups and version bump
mame0142u3
Angelo Salese
2011-05-08
1
-1
/
+1
*
Clean up 6821 PIA modernization, removing all trampolines. Some
Aaron Giles
2011-05-03
1
-472
/
+294
*
Reimplemented devcb using delegates and classes. Unified the logic
Aaron Giles
2011-05-02
1
-38
/
+38
*
Collapsed device_config and device_t into one class. Updated all
Aaron Giles
2011-04-27
1
-65
/
+31
*
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
-32
/
+32
*
running_device -> device_t
Aaron Giles
2010-12-31
1
-11
/
+11
*
Correcting device names. No whatsnew.
Ryan Holtz
2010-08-28
1
-5
/
+1
*
Updated the INS 8154 RAM I/O device to no longer be legacy. [Harmony]
Ryan Holtz
2010-08-27
1
-0
/
+2
*
Some cleanup in 6821pia.c and a fix for NULL timer callbacks in 6522via.c. d...
Ryan Holtz
2010-08-25
1
-2
/
+2
*
Correcting some more bugs in 6821pia and 6522via, zookeep works again. No wh...
Ryan Holtz
2010-08-24
1
-54
/
+27
*
Fixed 6821pia and 7474, fixes for 6522via incoming. carpolo now works again....
Ryan Holtz
2010-08-24
1
-0
/
+20
*
Updated the 6821 PIA device to no longer be legacy. [Harmony]
Ryan Holtz
2010-08-23
1
-516
/
+619
*
Improved PIA6821 interface. (no whatsnew)
Curt Coder
2010-07-16
1
-40
/
+28
*
Split implementation for legacy devices into a separate macro. Updated all
Aaron Giles
2010-06-11
1
-0
/
+3
*
WARNING: There are likely to be regressions in both functionality and
Aaron Giles
2010-06-08
1
-4
/
+4
*
Made device->tag and devconfig->tag into private member variables (m_tag).
Aaron Giles
2010-03-08
1
-36
/
+36
*
Correct a long-standing design flaw: device configuration state
Aaron Giles
2010-01-18
1
-35
/
+35
*
First round of an attempted cleanup of header files in the system.
Aaron Giles
2010-01-10
1
-36
/
+37
*
The other larger patch adds missing static and const qualifiers, and
Aaron Giles
2009-06-08
1
-1
/
+1
*
Added DT_HAS_START to devtempl.h to explicitly specify the presence
Aaron Giles
2009-05-31
1
-90
/
+66
*
Deprecated device_set_info. Almost all devices had a NULL or empty
Aaron Giles
2009-04-23
1
-13
/
+0
*
Renamed 6821new.* -> 6821pia.*
Aaron Giles
2009-03-03
1
-0
/
+1373
*
Delete old PIA implementation.
Aaron Giles
2009-03-03
1
-1343
/
+0
*
This update is the below two patches, plus the remaining changes
Aaron Giles
2008-12-19
1
-21
/
+24
*
From: Atari Ace [atari_ace@verizon.net]
Aaron Giles
2008-12-11
1
-2
/
+1
*
Hi mamedev,
Aaron Giles
2008-12-08
1
-33
/
+34
*
Changed save state system to accept machine parameters where
Aaron Giles
2008-12-05
1
-32
/
+32
*
Move cpunum_get_active() removal.
Aaron Giles
2008-11-27
1
-36
/
+36
*
Added "tag" parameter to state_save_register_item_* calls. Removed
Aaron Giles
2008-11-17
1
-32
/
+32
*
WARNING: this compiles, but not fully cleanly, and a number of drivers
Aaron Giles
2008-11-14
1
-10
/
+26
*
Major cpuintrf changes:
Aaron Giles
2008-11-10
1
-40
/
+40
*
Cleanups and version bump.
mame0128
Aaron Giles
2008-10-16
1
-2
/
+2
*
From: Phill Harvey-Smith [mailto:afra@aurigae.demon.co.uk]
Aaron Giles
2008-10-16
1
-0
/
+13
*
From: Oliver Stoeneberg [mailto:oliverst@online.de]
Aaron Giles
2008-06-26
1
-65
/
+65
*
From: Atari Ace [mailto:atari_ace@verizon.net]
Aaron Giles
2008-05-22
1
-4
/
+4
*
Added support for using smaller-sized memory handlers directly in
Aaron Giles
2008-04-14
1
-76
/
+0
[next]