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
/
6532riot.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
changed rest of devices (except cpu cores) to have shortname and sourcefile (nw)
Miodrag Milanovic
2013-06-21
1
-1
/
+1
*
removed usage of 6532RIOT legacy calls (nw)
Miodrag Milanovic
2013-04-24
1
-48
/
+0
*
fixed uninitialized variables in src/emu/machine/6532riot.c (nw)
Oliver Stöneberg
2013-02-16
1
-0
/
+2
*
Cleanups and version bump
mame0148
Miodrag Milanovic
2013-01-11
1
-3
/
+3
*
6532riot.c: Slightly improved startup values to fix more a2600 regressions (nw)
Wilbert Pol
2012-10-06
1
-2
/
+2
*
6532riot.c: Made reg_r method debugger friendly. (nw)
Wilbert Pol
2012-10-06
1
-19
/
+28
*
6532riot.c: Slightly better reset fix. Fixes some more a2600 regressions. (nw)
Wilbert Pol
2012-10-05
1
-1
/
+1
*
6532riot.c: Internal timer is always running. Fixes several a2600 regressions...
Wilbert Pol
2012-10-05
1
-2
/
+2
*
Implemented DS75160A/DS75161A IEEE-488 GPIB Transceivers. [Curt Coder]
Curt Coder
2012-09-27
1
-7
/
+0
*
Added member read/write handlers to the 6532 RIOT.
Aaron Giles
2012-02-25
1
-0
/
+10
*
Move devices into a proper hierarchy and handle naming
Aaron Giles
2012-01-24
1
-1
/
+2
*
woops, wrong copypaste
Michaël Banaan Ananas
2011-11-27
1
-1
/
+1
*
fix regression (missing sound in gottlieb.c and gameplan.c): m_in was reset t...
Michaël Banaan Ananas
2011-11-27
1
-5
/
+8
*
6522VIA: Implemented CA2 pulse output mode, and output interrupt state only w...
Curt Coder
2011-11-13
1
-27
/
+12
*
Reimplemented devcb using delegates and classes. Unified the logic
Aaron Giles
2011-05-02
1
-11
/
+11
*
Collapsed device_config and device_t into one class. Updated all
Aaron Giles
2011-04-27
1
-79
/
+39
*
Switch from m_machine to machine() everywhere. In some cases this
Aaron Giles
2011-04-18
1
-6
/
+6
*
BIG update.
Aaron Giles
2011-03-29
1
-1
/
+1
*
Removed short name as parameter from device_config this way it is not mandato...
Miodrag Milanovic
2011-02-11
1
-1
/
+1
*
- Added shortname to devices in order to make ROM loading per device possible...
Miodrag Milanovic
2011-02-10
1
-1
/
+1
*
Get rid of state_save_register_device_* macros in favor of direct
Aaron Giles
2011-02-09
1
-12
/
+12
*
Move generic templates from emucore.h to emutempl.h.
Aaron Giles
2011-02-07
1
-1
/
+1
*
As promised, the bulk update of timer calls:
Aaron Giles
2011-02-06
1
-9
/
+9
*
Fix build break from last checkin.
Aaron Giles
2011-02-06
1
-1
/
+1
*
Convert emu_timers to objects. Move implementation and management of
Aaron Giles
2011-02-06
1
-1
/
+1
*
Attotime bulk conversion step:
Aaron Giles
2011-02-03
1
-1
/
+1
*
Converted attotime to a class, with proper operators. Removed old
Aaron Giles
2011-02-03
1
-6
/
+6
*
running_device -> device_t
Aaron Giles
2010-12-31
1
-6
/
+6
*
Move device definitions out of the bottom of the file. They can be
Aaron Giles
2010-09-19
1
-5
/
+11
*
Correcting device names. No whatsnew.
Ryan Holtz
2010-08-28
1
-1
/
+1
*
Keep MSVC and me happy :) (no whatsnew)
Phil Bennett
2010-08-25
1
-93
/
+93
*
Updated the 6532 RIOT device to no longer be legacy. [Harmony]
Ryan Holtz
2010-08-23
1
-209
/
+270
*
Made the machine_config a proper object. Added detokenize method to
Aaron Giles
2010-06-28
1
-1
/
+1
*
Split implementation for legacy devices into a separate macro. Updated all
Aaron Giles
2010-06-11
1
-0
/
+3
*
WARNING: There are likely to be regressions in both functionality and
Aaron Giles
2010-06-08
1
-11
/
+9
*
Made device->tag and devconfig->tag into private member variables (m_tag).
Aaron Giles
2010-03-08
1
-4
/
+3
*
Correct a long-standing design flaw: device configuration state
Aaron Giles
2010-01-18
1
-13
/
+13
*
Created new template class tagged_list which manages a simple list
Aaron Giles
2010-01-17
1
-1
/
+1
*
Bulk driver.h -> emu.h switch.
Aaron Giles
2010-01-10
1
-1
/
+1
*
First round of an attempted cleanup of header files in the system.
Aaron Giles
2010-01-10
1
-3
/
+2
*
Results of running the latest srcclean.
Aaron Giles
2009-12-28
1
-3
/
+3
*
Added new module tagmap which is a simple hashed string map.
Aaron Giles
2009-11-23
1
-1
/
+1
*
Cleanups and version bump.
mame0134u1
Aaron Giles
2009-09-24
1
-1
/
+1
*
Converted 6532riot to devcb interfaces
Couriersud
2009-09-22
1
-16
/
+20
*
The 6532 RIOT timer should keep spinning after a timeout (regression introduc...
Wilbert Pol
2009-07-22
1
-3
/
+2
*
Deprecated device_set_info. Almost all devices had a NULL or empty
Aaron Giles
2009-04-23
1
-10
/
+0
*
Many casts added to the core files, and various other tweaks
Aaron Giles
2009-03-12
1
-2
/
+2
*
On Mon, Jan 19, 2009 at 02:48:05PM +0100, Olivier Galibert wrote:
Aaron Giles
2009-01-22
1
-2
/
+0
*
Cleaned up device and sound interfaces to match the CPU
Aaron Giles
2008-12-19
1
-5
/
+5
*
Made the concept of a "clock" native to devices. The clock is now
Aaron Giles
2008-12-18
1
-10
/
+8
[next]