index
:
mame
aaron-nl3
aaron-pci-cleanup
aerofgtb_yoffs
android-updates
arm3_copro
arm_playground
asmjit
barcrest
cdimono2_wip
cdplay
deprecated
draggable-layout
dribbling-nl
floppy_sound
hlsl_aviplay
lindbergh_exp
lua_engine_ui_refactor_2
make_coco_fdc_fixed
master
midtunit_video
n64-angrylion
netlist-generated
new_menus
nl-splitfrogs
nl_dips
nltool-updates
palmhacks
pc98floppy
py_regtests
rendlay_vid
s32_kokoroji
saturn_cdblock
saturn_vdp_split
save-experiments
save_structs
time-experiments
time-experiments2
vamphalf_misncrft
voodoo_directx11
vrender0_3
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
/
adsp2100.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move all devices into separate part of src tree (nw)
Miodrag Milanovic
2015-09-13
1
-1908
/
+0
*
memory: Remove support for decrypted bases, use an address space instead [O. ...
Olivier Galibert
2015-06-24
1
-1
/
+1
*
moved all to std::string (nw)
Miodrag Milanovic
2015-04-22
1
-7
/
+7
*
string -> str rename due to future conflicts (nw)
Miodrag Milanovic
2015-04-12
1
-2
/
+2
*
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
*
adsp21xx_device: converted to devcb2 (nw)
Ivan Vangelista
2014-04-22
1
-16
/
+7
*
modernized cage, dcs and midwayic (nw)
Miodrag Milanovic
2014-04-20
1
-4
/
+4
*
renamed a few more files from *.c to *.inc
Oliver Stöneberg
2014-03-19
1
-1
/
+1
*
Bulk convert files that already had standard BSD license in my name
Aaron Giles
2013-10-16
1
-31
/
+2
*
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
1
-10
/
+10
*
pass this instead of NULL and options instead of 0 in the class based cpu cor...
smf-
2013-03-06
1
-1
/
+1
*
Cleanups and version bump
mame0148
Miodrag Milanovic
2013-01-11
1
-67
/
+67
*
Since nobody checks for NULLs anyway, make
Aaron Giles
2012-09-19
1
-3
/
+3
*
Collapsed device_config and device_t into one class. Updated all
Aaron Giles
2011-04-27
1
-223
/
+156
*
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
1
-3
/
+3
*
Removed short name as parameter from device_config this way it is not mandato...
Miodrag Milanovic
2011-02-11
1
-10
/
+10
*
- Added shortname to devices in order to make ROM loading per device possible...
Miodrag Milanovic
2011-02-10
1
-10
/
+10
*
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
1
-0
/
+3
*
Fix type found by clang.
Aaron Giles
2010-09-30
1
-1
/
+1
*
Cleanups and version bump.
mame0139u3
Aaron Giles
2010-09-19
1
-14
/
+14
*
Convert ADSP21xx core to a modern CPU device.
Aaron Giles
2010-09-09
1
-1614
/
+1416
*
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
*
Created CPU-specific device types for all CPUs, using new macros
Aaron Giles
2010-07-03
1
-7
/
+13
*
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
1
-158
/
+122
*
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
1
-8
/
+8
*
Within src/emu, basic conversions:
Aaron Giles
2010-01-12
1
-3
/
+3
*
First round of an attempted cleanup of header files in the system.
Aaron Giles
2010-01-10
1
-1
/
+1
*
NOTE: This change requires two new osd functions: osd_malloc() and
Aaron Giles
2010-01-08
1
-6
/
+6
*
Results of running the latest srcclean.
Aaron Giles
2009-12-28
1
-6
/
+6
*
Another step. Moved the address-space related get_info constants
Aaron Giles
2009-07-08
1
-12
/
+12
*
Moved some of the CPU cores over to use get_safe_token like other devices.
Aaron Giles
2009-03-12
1
-11
/
+32
*
CPU interface organization shuffle. The file cpuintrf.h now merely
Aaron Giles
2008-12-22
1
-3
/
+3
*
Cleanups and version bump.
Aaron Giles
2008-12-22
1
-6
/
+6
*
More cleanup. Added address-space-specific constants for the various
Aaron Giles
2008-12-20
1
-272
/
+74
*
Renamed CPUINFO_PTR_* to CPUINFO_FCT_* for function get infos.
Aaron Giles
2008-12-19
1
-19
/
+19
*
Cleaned up device and sound interfaces to match the CPU
Aaron Giles
2008-12-19
1
-321
/
+211
*
Removed index and clock parameters from CPU_INIT function.
Aaron Giles
2008-12-18
1
-7
/
+7
*
Made the concept of a "clock" native to devices. The clock is now
Aaron Giles
2008-12-18
1
-30
/
+30
*
Removed get context/set context calls from the CPU interface entirely.
Aaron Giles
2008-12-11
1
-2
/
+0
[next]