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
/
mess
/
drivers
/
qx10.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
move mess into mame (nw)
Miodrag Milanovic
2015-09-30
1
-787
/
+0
*
change flags from GAME_ to MACHINE_
David Haywood
2015-07-29
1
-1
/
+1
*
remove unneeded disabled code (nw)
cracyc
2015-06-08
1
-68
/
+0
*
update for Mariusz Wojcieszek (nw)
Miodrag Milanovic
2015-05-11
1
-1
/
+1
*
Added owners and licenses for those who can be tracked (nw)
Miodrag Milanovic
2015-05-08
1
-1
/
+1
*
Added dummy license lines to each file for MESS (nw)
Miodrag Milanovic
2015-05-07
1
-0
/
+2
*
(mess) mz6500: fix (nw)
cracyc
2014-12-11
1
-5
/
+2
*
upd7220: reverse bit order and make address space 16 bit (nw)
cracyc
2014-12-10
1
-19
/
+22
*
upd7220: slanted chars [Carl]
cracyc
2014-10-24
1
-1
/
+1
*
Cleanups and version bump
Miodrag Milanovic
2014-07-22
1
-1
/
+1
*
am9517a_device: converted to devcb2 (nw)
Ivan Vangelista
2014-04-29
1
-23
/
+12
*
z80dart: converted to use devcb2. nw.
Fabio Priuli
2014-04-29
1
-30
/
+10
*
pic8259: remove trampolines (nw)
cracyc
2014-04-23
1
-8
/
+2
*
Replaced set_irq_acknowledge_callback with proper MCFG_CPU_IRQ_ACKNOWLEDGE_DR...
Miodrag Milanovic
2014-04-23
1
-1
/
+1
*
converted i8255 to devcb2. nw.
Fabio Priuli
2014-04-17
1
-14
/
+2
*
Added serial printer, renamed centronics printer to match. Standardised the c...
smf-
2014-04-16
1
-8
/
+8
*
Cleanups and version bump
mame0153
Miodrag Milanovic
2014-04-07
1
-2
/
+2
*
upd7220: devcb2 and delegates. (nw)
Curt Coder
2014-04-02
1
-27
/
+23
*
upd765: Refactored to use devcb2 callbacks. [Curt Coder]
Curt Coder
2014-03-17
1
-10
/
+4
*
some more cleanup (nw)
Miodrag Milanovic
2014-03-16
1
-2
/
+2
*
primary_screen -> first_screen() (nw)
Miodrag Milanovic
2014-03-15
1
-2
/
+2
*
Fixed all bitmap.palette() users to use m_palette instead (nw)
Miodrag Milanovic
2014-03-15
1
-2
/
+2
*
Checkpoint 2:
Alex W. Jackson
2014-03-15
1
-1
/
+1
*
(MESS) Fixed screen regressions. (nw)
Curt Coder
2014-03-11
1
-0
/
+1
*
Moved optional_device<screen_device> m_screen and optional_device<palette_dev...
Miodrag Milanovic
2014-03-05
1
-1
/
+3
*
Huge update, palette is now device (nw)
Miodrag Milanovic
2014-02-27
1
-8
/
+9
*
Converted PIT8253 to DEVCB2 [smf]
smf-
2014-02-23
1
-36
/
+28
*
Converted palette_t and palette_client to classes. General palette.c
Aaron Giles
2014-02-18
1
-2
/
+2
*
Created gfxdecode_device instead of using machine fixed gfxdecode [Miodrag M...
Miodrag Milanovic
2014-02-16
1
-1
/
+1
*
created src\emu\bus\rs232 & src\emu\bus\midi directories and separated rs232 ...
smf-
2014-02-15
1
-22
/
+23
*
replaced read rx callback in Z80DART (and clones) with a write handler, which...
smf-
2013-12-22
1
-4
/
+9
*
converted serial & rs232 devices to devcb2 [smf]
smf-
2013-12-20
1
-14
/
+1
*
Fixed the MC146818 modernisation so that local/utc & whether a century is sto...
smf-
2013-11-01
1
-1
/
+2
*
Created new device_video_interface. Right now its sole purpose is to
Aaron Giles
2013-07-24
1
-1
/
+0
*
PC driver cleanup:
Dirk Best
2013-06-13
1
-6
/
+1
*
Cleanups and version bump
mame0149
Miodrag Milanovic
2013-06-11
1
-8
/
+8
*
Modernized the PIT8253 device. [Fabio Priuli]
Fabio Priuli
2013-06-03
1
-4
/
+4
*
(MESS) qx10: Connected floppy software list. (nw)
Curt Coder
2013-05-30
1
-0
/
+3
*
Moved default card config, device inputs and clock off the slot interface so ...
smf-
2013-05-29
1
-3
/
+3
*
(mess) qx10kbd: update to use z80dart (nw)
cracyc
2013-05-28
1
-50
/
+33
*
(mess) hook qx10 keyboard up to serial controller [Carl]
cracyc
2013-05-26
1
-202
/
+51
*
td0_dsk: add new floppy system support for teledisk [Carl]
cracyc
2013-05-23
1
-9
/
+8
*
(MESS) Added RS-232 ports to several drivers. [Curt Coder]
Curt Coder
2013-05-21
1
-6
/
+23
*
pic8259.c: Switched to devcb2. (nw)
Wilbert Pol
2013-05-15
1
-15
/
+2
*
pic8259.c: Continue modernization. (nw)
Wilbert Pol
2013-05-14
1
-3
/
+3
*
removed implementation of legacy DEVCB_MEMORY_HANDLER and used members instea...
Miodrag Milanovic
2013-04-24
1
-4
/
+15
*
made BEEP and RAM devices initialize in constructor of driver classes (nw)
Miodrag Milanovic
2013-04-23
1
-5
/
+6
*
Removal of machine().root_device() where appropriate (nw)
Miodrag Milanovic
2013-04-14
1
-1
/
+1
*
changed machine().device("maincpu") with m_maincpu in mess tree part (nw)
Miodrag Milanovic
2013-04-10
1
-3
/
+5
*
removed devhelpr.h and trampolines in half modern devices,also southbridge al...
Miodrag Milanovic
2013-03-20
1
-6
/
+6
[next]