index
:
mame
aaron-nl3
aaron-pci-cleanup
addrbus-64
arm3_copro
asmjit
cbm_joy_swap
cdimono2_wip
cdplay
cdtv_subcode
dc_pvr-thread
deprecated
draggable-layout
dribbling-nl
dsp563xx
floppysound
hlsl_aviplay
lisa
lua_engine_ui_refactor_2
make_coco_fdc_fixed
master
n64-angrylion
netlist-generated
new_menus
nl-splitfrogs
nl_dips
nltool-updates
py_regtests
release0288
rendlay_vid
s23-firewire
saturn_cdblock
saturn_vdp_split
save-experiments
save_structs
script-eof-marker
shangha3_drop
taitoair_vco
taitotz-pixxiii
taitowlf_zoom
time-experiments
time-experiments2
voodoo_directx11
x86_std-exceptions
xbox_swlist
xtal
ymfm-delay
MAME - Multiple Arcade Machine Emulator
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
src
/
mess
/
drivers
/
ip22.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
move mess into mame (nw)
Miodrag Milanovic
2015-09-30
1
-1675
/
+0
*
change flags from GAME_ to MACHINE_
David Haywood
2015-07-29
1
-3
/
+3
*
Added known authors to licenses tags (nw)
Miodrag Milanovic
2015-05-09
1
-2
/
+2
*
Added dummy license lines to each file for MESS (nw)
Miodrag Milanovic
2015-05-07
1
-0
/
+2
*
ip22: blast through firmware bug
Olivier Galibert
2015-02-26
1
-4
/
+3
*
fixed most of the -Wunreachable-code-break and -Wunreachable-code-return warn...
Oliver Stöneberg
2014-09-08
1
-5
/
+1
*
mips3.c: Modernised cpu core (nw)
Wilbert Pol
2014-06-01
1
-2
/
+2
*
Moved eminline and related files into /src/osd since it's system related (nw)
Miodrag Milanovic
2014-04-16
1
-6
/
+6
*
SCSI Port using WRITELINE and DEVCB2. The slot number and SCSI ID are separat...
smf-
2014-04-14
1
-30
/
+36
*
kbdc8042_device: converted to devcb2 (nw)
Ivan Vangelista
2014-04-11
1
-12
/
+3
*
Cleanups and version bump
mame0153
Miodrag Milanovic
2014-04-07
1
-2
/
+2
*
Device-ified SGI memory controller (nw)
Ivan Vangelista
2014-03-24
1
-19
/
+22
*
Converted wd33c93.c to devcb2 (nw)
Ivan Vangelista
2014-03-20
1
-6
/
+2
*
Huge update, palette is now device (nw)
Miodrag Milanovic
2014-02-27
1
-1
/
+1
*
Converted PIT8253 to DEVCB2 [smf]
smf-
2014-02-23
1
-29
/
+6
*
first round of clang 3.4 fixes for MESS (nw)
Oliver Stöneberg
2014-02-20
1
-0
/
+2
*
Centronics WIP using write lines and DEVCB2. Added an output latch and input ...
smf-
2014-02-09
1
-7
/
+1
*
Modernized pc_lpt device. (nw)
Ivan Vangelista
2013-09-08
1
-4
/
+4
*
added assert to src/mess/drivers/ip22.c to indicate array out-of-bounds acces...
Oliver Stöneberg
2013-07-20
1
-0
/
+1
*
cleanups. nw.
Fabio Priuli
2013-06-03
1
-12
/
+1
*
(MESS) ip22: converted the SGI Newport graphics board to be a device. [Fabio ...
Fabio Priuli
2013-06-03
1
-3
/
+17
*
Modernized the PIT8253 device. [Fabio Priuli]
Fabio Priuli
2013-06-03
1
-10
/
+10
*
MESS anonymous timers this time. (nw)
Andrew Gardner
2013-05-23
1
-5
/
+29
*
Cleanups and version bump
mame0148u4
Miodrag Milanovic
2013-04-30
1
-3
/
+3
*
more cleanup (nw)
Miodrag Milanovic
2013-04-19
1
-1
/
+0
*
removed some duplicated and not used code for pc keyboard and moved stuff nee...
Miodrag Milanovic
2013-04-19
1
-2
/
+0
*
8042kbdc is now device (nw)
Miodrag Milanovic
2013-04-19
1
-15
/
+24
*
more state cleanup and some modernization (nw)
Miodrag Milanovic
2013-04-19
1
-69
/
+69
*
some mostly pc related cleanup (nw)
Miodrag Milanovic
2013-04-18
1
-1
/
+0
*
cleanup (nw)
Miodrag Milanovic
2013-04-14
1
-1
/
+1
*
Some mess modernization (nw)
Miodrag Milanovic
2013-02-18
1
-79
/
+79
*
machine_notify_delegate modernization (nw)
Miodrag Milanovic
2013-02-04
1
-6
/
+0
*
(MESS) IP22 tag cleanup (nw)
Robbbert
2013-01-26
1
-71
/
+45
*
output of new srcclean changes that are relatively small [smf]
smf-
2013-01-11
1
-1
/
+0
*
Cleanups and version bump
mame0148
Miodrag Milanovic
2013-01-11
1
-102
/
+102
*
SCSICD now has a CDDA sub device [smf]
smf-
2012-10-23
1
-4
/
+5
*
modernization or timer callbacks part 3 - final (no whatsnew)
Miodrag Milanovic
2012-09-24
1
-20
/
+21
*
Since nobody checks for NULLs anyway, make
Aaron Giles
2012-09-19
1
-1
/
+1
*
INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER for MESS part (no whatsnew)
Miodrag Milanovic
2012-09-18
1
-9
/
+9
*
Memory handler normalization, part 2. Change legacy
Aaron Giles
2012-09-17
1
-21
/
+21
*
Memory handler normalization, part 1.
Aaron Giles
2012-09-17
1
-11
/
+11
*
Clean-ups and version bump
mame0147
Miodrag Milanovic
2012-09-17
1
-4
/
+4
*
Pass 2 of struct modernization.
Aaron Giles
2012-09-15
1
-8
/
+8
*
Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang...
Miodrag Milanovic
2012-09-13
1
-17
/
+16
*
Closeout on old macros. Retired cputag_set_input_line
Aaron Giles
2012-09-12
1
-6
/
+6
*
Add safe_pc() and safe_pcbase() methods to device_t.
Aaron Giles
2012-09-11
1
-4
/
+4
*
Split out callbacks from scsibus_device into scscb_device, eventually this wi...
smf-
2012-09-06
1
-5
/
+1
*
DEVINFO_* to CPU_INFO_*, and some cleanups (no whatsnew)
Miodrag Milanovic
2012-09-03
1
-14
/
+0
*
Removed SCSIConfigTable, SCSI devices are now linked using SCSIBUS from MESS....
smf-
2012-08-29
1
-15
/
+9
*
turned WD33C93 into a device & made cps3 flash roms optional on cd sets (nw)
smf-
2012-08-25
1
-21
/
+23
[next]