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
/
machine
/
amstrad.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
converted some more global_alloc_array() usage to dynamic_array/dynamic_buffe...
Oliver Stöneberg
2014-03-29
1
-6
/
+2
*
replaced some more malloc/free usage with global_alloc_array/global_free_arra...
Oliver Stöneberg
2014-03-28
1
-3
/
+3
*
(MESS) Moved the remaining slot interfaces to emu/bus. (nw)
Curt Coder
2014-03-17
1
-2
/
+2
*
upd765: Refactored to use devcb2 callbacks. [Curt Coder]
Curt Coder
2014-03-17
1
-7
/
+1
*
redo amstrad expansion slot devcb usage (nw)
Miodrag Milanovic
2014-03-16
1
-21
/
+7
*
Fix for gx4000 problems in debug builds regression test run. (nw)
Ivan Vangelista
2014-03-15
1
-30
/
+37
*
Moved core template container classes up from emutempl.h to coretmpl.h:
Aaron Giles
2014-03-11
1
-8
/
+3
*
Huge update, palette is now device (nw)
Miodrag Milanovic
2014-02-27
1
-7
/
+7
*
Switched rgb_t to a class, replacing macros with methods. Mappings are
Aaron Giles
2014-02-19
1
-64
/
+64
*
fix crash on startup (nw)
smf-
2014-02-10
1
-1
/
+0
*
Centronics WIP using write lines and DEVCB2. Added an output latch and input ...
smf-
2014-02-09
1
-4
/
+19
*
(MESS) amstrad: added the option of having nothing attached to the joystick p...
mahlemiut
2014-02-01
1
-1
/
+5
*
(MESS) amstrad: mouse inputs should be low when active. Fixes movements appe...
mahlemiut
2014-01-29
1
-7
/
+7
*
(MESS) amstrad: Added preliminary support for the AMX mouse. [Barry Rodewald]
mahlemiut
2014-01-29
1
-0
/
+28
*
converted z80 to c++ [smf]
smf-
2014-01-21
1
-1
/
+1
*
added screen visarea adjustment to mc6845 config interface
Michaël Banaan Ananas
2014-01-04
1
-0
/
+2
*
Cleanups and version bump
mame0151
Miodrag Milanovic
2013-11-05
1
-1
/
+1
*
moved centronics into emu/bus (nw)
Miodrag Milanovic
2013-10-23
1
-1
/
+1
*
(MESS) amstrad: Allowed vpos counter to count past the active display. This a...
mahlemiut
2013-10-12
1
-7
/
+9
*
Created new device_video_interface. Right now its sole purpose is to
Aaron Giles
2013-07-24
1
-2
/
+0
*
fixed out-of-bounds access in amstrad_plus palette initialization (nw)
Oliver Stöneberg
2013-07-19
1
-1
/
+1
*
Anonymous timers begone! (nw)
Andrew Gardner
2013-05-29
1
-12
/
+31
*
modernised the AY8910 [smf]
smf-
2013-05-12
1
-9
/
+9
*
cleanup (nw)
Miodrag Milanovic
2013-04-19
1
-1
/
+1
*
SNAPSHOT_LOAD and QUICKLOAD_LOAD made members, still need to cleanup (nw)
Miodrag Milanovic
2013-04-19
1
-1
/
+1
*
moving some static functions in driver state for MESS drivers plus some other...
Miodrag Milanovic
2013-04-18
1
-1
/
+1
*
Removal of machine().root_device() where appropriate (nw)
Miodrag Milanovic
2013-04-14
1
-2
/
+2
*
[MT05109] fixed amstrad plus out of line drawing [Oliver Stöneberg]
Oliver Stöneberg
2013-03-09
1
-1
/
+1
*
(MESS) amstrad.c: Reduce tagmap lookups (nw)
Wilbert Pol
2013-02-11
1
-498
/
+483
*
Cleanups and version bump
mame0148u1
Miodrag Milanovic
2013-02-11
1
-2
/
+2
*
Started moving DEVICE_IMAGE_ functions into driver_device classes. (nw)
Wilbert Pol
2013-02-05
1
-1
/
+1
*
IRQ_CALLBACK modernization part 3 (no whatsnew)
Miodrag Milanovic
2013-01-31
1
-15
/
+14
*
Added a preliminary boolean flag to MC6845 interface structure: "show border ...
Angelo Salese
2013-01-14
1
-2
/
+4
*
Cleanups and version bump
mame0148
Miodrag Milanovic
2013-01-11
1
-189
/
+189
*
Fix validation and booting of cpc drivers (no whatsnew)
Miodrag Milanovic
2012-10-11
1
-2
/
+2
*
(mess) upd765: Modernize [O. Galibert]
Olivier Galibert
2012-10-10
1
-28
/
+14
*
Replace some *_DEVICE_HANDLER with _MEMBER calls in MESS section (no whatsnew)
Miodrag Milanovic
2012-10-03
1
-150
/
+139
*
modernization or timer callbacks part 2 (no whatsnew)
Miodrag Milanovic
2012-09-24
1
-23
/
+21
*
change from device->machine() to space.machine() in device handlers in order ...
Miodrag Milanovic
2012-09-21
1
-8
/
+8
*
Since nobody checks for NULLs anyway, make
Aaron Giles
2012-09-19
1
-6
/
+6
*
changed most of screen.machine() to machine() (no whatsnew)
Miodrag Milanovic
2012-09-18
1
-1
/
+1
*
Modernized screen update calls (no whatsnew)
Miodrag Milanovic
2012-09-17
1
-5
/
+4
*
Memory handler normalization, part 2. Change legacy
Aaron Giles
2012-09-17
1
-9
/
+9
*
Memory handler normalization, part 1.
Aaron Giles
2012-09-17
1
-51
/
+51
*
Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang...
Miodrag Milanovic
2012-09-13
1
-131
/
+120
*
Clear out remaining global inlines in diexec.h.
Aaron Giles
2012-09-12
1
-4
/
+4
*
Closeout on old macros. Retired cputag_set_input_line
Aaron Giles
2012-09-12
1
-13
/
+13
*
Add ambiguous execute() and memory() methods to the
Aaron Giles
2012-09-11
1
-6
/
+6
*
In device_state_interface, rename state() to state_int()
Aaron Giles
2012-09-11
1
-21
/
+21
*
Merge of MESS sources (no whatsnew)
Miodrag Milanovic
2012-08-21
1
-0
/
+3307