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
/
emu
/
cpu
/
adsp2100
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move all devices into separate part of src tree (nw)
Miodrag Milanovic
2015-09-13
4
-5279
/
+0
*
blame balrog for this :) (NW)
Cowering
2015-07-08
1
-1
/
+1
*
memory: Remove support for decrypted bases, use an address space instead [O. ...
Olivier Galibert
2015-06-24
1
-1
/
+1
*
Sorted out cpu cores (nw)
Miodrag Milanovic
2015-05-13
2
-2
/
+4
*
Added dummy license headers for EMU section (nw)
Miodrag Milanovic
2015-05-07
1
-0
/
+2
*
moved all to std::string (nw)
Miodrag Milanovic
2015-04-22
2
-8
/
+8
*
string -> str rename due to future conflicts (nw)
Miodrag Milanovic
2015-04-12
2
-3
/
+3
*
There is no implicit conversion to char* in std::string (nw)
Miodrag Milanovic
2015-04-12
1
-4
/
+4
*
fixed most of the -Wunreachable-code-break and -Wunreachable-code-return warn...
Oliver Stöneberg
2014-09-08
1
-1
/
+0
*
More cleanups, there is issue with srcclean that needs to be taken care as we...
Miodrag Milanovic
2014-07-22
1
-3
/
+3
*
devcv2 -> devcb (nw)
Miodrag Milanovic
2014-05-14
1
-9
/
+9
*
adsp21xx_device: converted to devcb2 (nw)
Ivan Vangelista
2014-04-22
3
-41
/
+27
*
modernized cage, dcs and midwayic (nw)
Miodrag Milanovic
2014-04-20
3
-21
/
+17
*
renamed a few more files from *.c to *.inc
Oliver Stöneberg
2014-03-19
2
-1
/
+1
*
Bulk convert files that already had standard BSD license in my name
Aaron Giles
2013-10-16
2
-62
/
+4
*
Fix duplicate shortnames to allow XML to show device (nw)
Scott Stone
2013-08-20
1
-5
/
+5
*
did modern cpu cores as well (nw)
Miodrag Milanovic
2013-06-21
2
-12
/
+12
*
pass this instead of NULL and options instead of 0 in the class based cpu cor...
smf-
2013-03-06
1
-1
/
+1
*
output of new srcclean changes that are relatively small [smf]
smf-
2013-01-11
1
-2
/
+1
*
Cleanups and version bump
mame0148
Miodrag Milanovic
2013-01-11
3
-308
/
+308
*
Since nobody checks for NULLs anyway, make
Aaron Giles
2012-09-19
1
-3
/
+3
*
Revert some changes committed by accident. No WN.
Couriersud
2012-05-26
1
-16
/
+16
*
Fix compile again - omitted a file, no WN
Couriersud
2012-05-26
1
-16
/
+16
*
Collapsed device_config and device_t into one class. Updated all
Aaron Giles
2011-04-27
3
-367
/
+227
*
Switch from m_machine to machine() everywhere. In some cases this
Aaron Giles
2011-04-18
1
-1
/
+1
*
BIG update.
Aaron Giles
2011-03-29
1
-3
/
+3
*
Created new enum type address_spacenum for specifying an address
Aaron Giles
2011-03-27
2
-6
/
+6
*
Fix long-standing bug in ABS flags in ADSP21xx core. [Christophe Jaillet]
Aaron Giles
2011-03-10
1
-5
/
+5
*
Removed short name as parameter from device_config this way it is not mandato...
Miodrag Milanovic
2011-02-11
2
-12
/
+12
*
- Added shortname to devices in order to make ROM loading per device possible...
Miodrag Milanovic
2011-02-10
2
-12
/
+12
*
Cleanups and version bump.
mame0141u2
Aaron Giles
2011-02-09
1
-23
/
+23
*
Get rid of state_save_register_device_* macros in favor of direct
Aaron Giles
2011-02-09
1
-78
/
+78
*
C++-ified the DSP32 code so Andrew has something modern to work from.
Aaron Giles
2011-01-28
2
-117
/
+160
*
MDRV_* -> MCFG_*
Aaron Giles
2010-12-31
1
-1
/
+1
*
Fix type found by clang.
Aaron Giles
2010-09-30
1
-1
/
+1
*
Cleanups and version bump.
mame0139u3
Aaron Giles
2010-09-19
3
-39
/
+39
*
Convert ADSP21xx core to a modern CPU device.
Aaron Giles
2010-09-09
3
-2388
/
+2663
*
Remove final set of legacy inlines from memory.h. Mostly affects CPU
Aaron Giles
2010-08-19
1
-1
/
+3
*
Remove memory_read/write_byte/word/dword/qword* variants. Again, this is mostly
Aaron Giles
2010-08-19
1
-6
/
+6
*
Replace "const address_space" with "address_space" throughout the system.
Aaron Giles
2010-08-19
1
-3
/
+3
*
Attempt to fix reported GCC 4.5 problems [R. Belmont]
R. Belmont
2010-08-17
1
-1
/
+1
*
Created CPU-specific device types for all CPUs, using new macros
Aaron Giles
2010-07-03
2
-25
/
+20
*
Some more cases to directly access the state interface instead of using the old
Aaron Giles
2010-07-02
2
-10
/
+9
*
Change cpu_device into a base class. Rename old cpu_device to legacy_cpu_device.
Aaron Giles
2010-06-17
1
-3
/
+3
*
Change cpu execute function to just use the icount stuffed by
Aaron Giles
2010-06-09
1
-5
/
+0
*
Changed CPU callbacks to use cpu_device, eliminating a bunch of casting.
Aaron Giles
2010-06-08
1
-6
/
+6
*
WARNING: There are likely to be regressions in both functionality and
Aaron Giles
2010-06-08
2
-161
/
+125
*
Remove some aliases between CPUINFO_ and DEVINFO_ to help clarify
Aaron Giles
2010-01-21
1
-9
/
+9
*
Correct a long-standing design flaw: device configuration state
Aaron Giles
2010-01-18
2
-15
/
+15
*
Within src/emu, basic conversions:
Aaron Giles
2010-01-12
1
-3
/
+3
[next]