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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Generalized the PLS100 into a PLA device of variable amounts of inputs/output...
Curt Coder
2012-09-11
2
-33
/
+70
*
Add safe_pc() and safe_pcbase() methods to device_t.
Aaron Giles
2012-09-11
9
-27
/
+27
*
(MESS) c128: MMU WIP. (nw)
Curt Coder
2012-09-10
2
-26
/
+69
*
(mess) pc hardware: cleanup the end-of-dma notifications [O. Galibert]
Olivier Galibert
2012-09-08
2
-13
/
+13
*
removed test ready command as scsidev already handles it. (nw)
smf-
2012-09-08
2
-11
/
+0
*
added missing \n to some more fatalerror() calls (no whatsnew)
Oliver Stöneberg
2012-09-08
16
-48
/
+48
*
pass some parameters in netlist.h by reference for consistency (no whatsnew)
Oliver Stöneberg
2012-09-08
1
-12
/
+12
*
tc009xlvc modernized tilemap (no whatsnew)
Miodrag Milanovic
2012-09-06
2
-21
/
+22
*
Split out callbacks from scsibus_device into scscb_device, eventually this wi...
smf-
2012-09-06
4
-65
/
+119
*
gfx_element is now a class. Accessors are provided for all
Aaron Giles
2012-09-06
1
-8
/
+8
*
made S1410 device act as a SCSIHD with the custom commands, added D9060HD & A...
smf-
2012-09-05
4
-129
/
+12
*
Replaced standard mappers with an enumeration that maps internally
Aaron Giles
2012-09-05
1
-3
/
+3
*
Cleanup and some inheritance fixes (no whatsnew)
Miodrag Milanovic
2012-09-03
20
-682
/
+0
*
converted remaining legacy_device_base users (no whatsnew)
Miodrag Milanovic
2012-09-03
7
-80
/
+149
*
conversion of legacy devices into modern wip (no whatsnew)
Miodrag Milanovic
2012-09-03
40
-147
/
+1739
*
Removed legacy inline_config support and updated devices using it (no whatsnew)
Miodrag Milanovic
2012-08-30
11
-47
/
+59
*
Removed zero sized inline_config (no whatsnew)
Miodrag Milanovic
2012-08-30
3
-4
/
+0
*
Removed template usage for legacy devices, to make my future work easier (nw)
Miodrag Milanovic
2012-08-30
12
-216
/
+401
*
s3c24xx: placed video start and screen update into device (no whatsnew)
Miodrag Milanovic
2012-08-29
6
-48
/
+65
*
Removed SCSIConfigTable, SCSI devices are now linked using SCSIBUS from MESS....
smf-
2012-08-29
13
-72
/
+1208
*
converted 53c810 to a c++ device. (nw)
smf-
2012-08-27
2
-290
/
+328
*
SCSI device tags are relative to the SCSI controller.
smf-
2012-08-27
3
-4
/
+4
*
Written it up, but it still doesn't work
Angelo Salese
2012-08-27
2
-8
/
+177
*
Place-holders, F-Zero boots anyway
Angelo Salese
2012-08-27
2
-0
/
+154
*
Got the protection to work (still says no slot for whatever reason tho)
Angelo Salese
2012-08-26
2
-0
/
+23
*
use device_t.static_set_static_config
smf-
2012-08-25
2
-28
/
+9
*
use device_t.static_set_static_config
smf-
2012-08-25
4
-22
/
+26
*
Give the RTC some life
Angelo Salese
2012-08-25
2
-21
/
+104
*
Written a preliminary S-3520CF RTC chip device, used by Nintendo Super System...
Angelo Salese
2012-08-25
2
-0
/
+271
*
turned WD33C93 into a device & made cps3 flash roms optional on cd sets (nw)
smf-
2012-08-25
2
-298
/
+370
*
am53cf96 is now a device (nw)
smf-
2012-08-24
2
-100
/
+120
*
a little tidy up while working on other files (nw)
smf-
2012-08-24
3
-22
/
+8
*
removed am53cf96_get_device and some other unused GetDevice() trampolines (nw)
smf-
2012-08-23
6
-47
/
+0
*
glacial SCSI improvements towards NSCSI and beyond, moved the SCSI id onto th...
smf-
2012-08-23
7
-24
/
+43
*
Updated netlist implementation:
Couriersud
2012-08-20
4
-1015
/
+1877
*
More proper solution for not connected IDE devices (no whatsnew)
Miodrag Milanovic
2012-08-20
2
-2
/
+8
*
Clean-ups and version bump
mame0146u5
Miodrag Milanovic
2012-08-20
5
-18
/
+18
*
Hooked up Epson 62423 RTC device to Hyper Neo Geo 64 [Angelo Salese]
Angelo Salese
2012-08-17
1
-27
/
+44
*
Sync with MESS (nw)
Miodrag Milanovic
2012-08-17
1
-1
/
+1
*
rp5c15: Initialize at power-on (makes the x68k boot reliable) [O. Galibert]
Olivier Galibert
2012-08-14
1
-0
/
+10
*
remived some redundant assignments (also fixes uninitialized array in karnov)...
Oliver Stöneberg
2012-08-11
2
-2
/
+0
*
Sync with MESS. (nw)
Curt Coder
2012-08-09
1
-2
/
+2
*
Sync with MESS. (nw)
Curt Coder
2012-08-09
1
-0
/
+1
*
[SAA5050] Fixed double high character mode, and forced character data to 7-bi...
Miodrag Milanovic
2012-08-09
1
-2
/
+2
*
De-legacy the z80sio device.
Aaron Giles
2012-08-08
2
-63
/
+28
*
De-legacy the z80pio device.
Aaron Giles
2012-08-08
2
-103
/
+68
*
Removed NOTIMER hack from Z80 CTC interface (Star Force was
Aaron Giles
2012-08-08
3
-42
/
+12
*
Removed legacy Z80 CTC interfaces.
Aaron Giles
2012-08-08
3
-29
/
+40
*
Convert remaining drivers. Kill off old 8255ppi.
Aaron Giles
2012-08-08
3
-741
/
+10
*
Department of redundancy department update.
Aaron Giles
2012-08-08
3
-124
/
+36
[prev]
[next]