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
/
7474.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move all devices into separate part of src tree (nw)
Miodrag Milanovic
2015-09-13
1
-216
/
+0
*
lot of license updates according to logs, whatsnew and mails (nw)
Miodrag Milanovic
2015-05-14
1
-2
/
+2
*
Added dummy license headers for EMU section (nw)
Miodrag Milanovic
2015-05-07
1
-0
/
+2
*
Some changes/corrections to device descriptions from MASH (nw)
Scott Stone
2014-04-07
1
-1
/
+1
*
standardised 7474 MCFG and reduced number of run time lookups (nw)
smf-
2014-01-10
1
-2
/
+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
-46
/
+46
*
changed 7474 to use devcb2 (no whatsnew)
Miodrag Milanovic
2012-10-17
1
-57
/
+5
*
Move devices into a proper hierarchy and handle naming
Aaron Giles
2012-01-24
1
-2
/
+2
*
Remove legacy trampolines in the 7474 device and fix
Aaron Giles
2011-05-05
1
-43
/
+17
*
Fix 7474 device to handle new internal details of devcb callbacks.
Aaron Giles
2011-05-02
1
-0
/
+2
*
Reimplemented devcb using delegates and classes. Unified the logic
Aaron Giles
2011-05-02
1
-4
/
+4
*
Collapsed device_config and device_t into one class. Updated all
Aaron Giles
2011-04-27
1
-66
/
+25
*
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
-9
/
+9
*
mt bug 4126 fix (scobra.c sound regression)
Michaƫl Banaan Ananas
2010-12-18
1
-0
/
+1
*
Move device definitions out of the bottom of the file. They can be
Aaron Giles
2010-09-19
1
-2
/
+9
*
Cleanups and version bump.
mame0139u2
Aaron Giles
2010-08-30
1
-2
/
+2
*
Correcting device names. No whatsnew.
Ryan Holtz
2010-08-28
1
-3
/
+3
*
De-converted MACHINE_DRIVER from tokens back to constructor functions, regaining
Aaron Giles
2010-08-26
1
-19
/
+41
*
The previous fix didn't work but this does. Tested working with both carpolo ...
Phil Bennett
2010-08-25
1
-5
/
+6
*
Prospective fix for Phil's carpolo crash, which I'm not getting. No whatsnew.
Ryan Holtz
2010-08-25
1
-2
/
+5
*
Fixed 6821pia and 7474, fixes for 6522via incoming. carpolo now works again....
Ryan Holtz
2010-08-24
1
-23
/
+72
*
Updated the 7474 device to no longer be legacy. [Harmony]
Ryan Holtz
2010-08-22
1
-103
/
+141
*
03881: minefld, rescue, aponow: Hangs at Post [Phil Bennett]
Phil Bennett
2010-08-19
1
-19
/
+20
*
Split implementation for legacy devices into a separate macro. Updated all
Aaron Giles
2010-06-11
1
-0
/
+2
*
WARNING: There are likely to be regressions in both functionality and
Aaron Giles
2010-06-08
1
-4
/
+3
*
Changed 7474 to only use devcb callbacks and handlers. Updated game drivers. ...
Couriersud
2010-06-03
1
-8
/
+15
*
Convert 7474 handlers to (READ|WRITE)_LINE_DEVICE_HANDLERS. [Couriersud]
Couriersud
2010-06-02
1
-22
/
+28
*
Correct a long-standing design flaw: device configuration state
Aaron Giles
2010-01-18
1
-10
/
+10
*
Bulk driver.h -> emu.h switch.
Aaron Giles
2010-01-10
1
-1
/
+1
*
Results of running the latest srcclean.
Aaron Giles
2009-12-28
1
-4
/
+4
*
First round of fixes for post-initialization allocs.
Aaron Giles
2009-12-20
1
-62
/
+86
*
Added savestate support to the following devices: [MooglyGuy]
Ryan Holtz
2009-01-04
1
-21
/
+19
*
This update is the below two patches, plus the remaining changes
Aaron Giles
2008-12-19
1
-3
/
+3
*
From: Atari Ace [atari_ace@verizon.net]
Aaron Giles
2008-12-11
1
-3
/
+1
*
Hi mamedev,
Aaron Giles
2008-12-08
1
-9
/
+10
*
Changed save state system to accept machine parameters where
Aaron Giles
2008-12-05
1
-9
/
+10
*
Added "tag" parameter to state_save_register_item_* calls. Removed
Aaron Giles
2008-11-17
1
-9
/
+9
*
Initial checkin of MAME 0.121.
mame0121
Aaron Giles
2007-12-17
1
-0
/
+173