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
/
drivers
/
camplynx.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
move mess into mame (nw)
Miodrag Milanovic
2015-09-30
1
-633
/
+0
*
camplynx: use standard 3-bit rgb palette
Dirk Best
2015-07-29
1
-47
/
+20
*
change flags from GAME_ to MACHINE_
David Haywood
2015-07-29
1
-3
/
+3
*
camplynx: Dungeon Adventure now runs on the 48k.
Robbbert
2015-05-30
1
-1
/
+1
*
Cleanups and version bump
mame0162
Miodrag Milanovic
2015-05-27
1
-2
/
+2
*
(MESS) camplynx: added TAP cassette format.
Robbbert
2015-05-24
1
-0
/
+3
*
Camputers Lynx: added cassette save and load, added lower case for pasting, a...
Robbbert
2015-05-23
1
-72
/
+188
*
did change on Robbberts behalf (nw)
Miodrag Milanovic
2015-05-07
1
-1
/
+1
*
mc6845: converted to devcb2, delegates and inline configs. nw.
Fabio Priuli
2014-05-01
1
-44
/
+19
*
(MESS) resolve conflicts in my tree
Robbbert
2014-03-21
1
-16
/
+17
*
Fixed all bitmap.palette() users to use m_palette instead (nw)
Miodrag Milanovic
2014-03-15
1
-3
/
+7
*
Huge update, palette is now device (nw)
Miodrag Milanovic
2014-02-27
1
-5
/
+7
*
Switched rgb_t to a class, replacing macros with methods. Mappings are
Aaron Giles
2014-02-19
1
-1
/
+1
*
Converted palette_t and palette_client to classes. General palette.c
Aaron Giles
2014-02-18
1
-2
/
+2
*
added screen visarea adjustment to mc6845 config interface
Michaƫl Banaan Ananas
2014-01-04
1
-0
/
+2
*
(MESS) Added copyright info - feel free to update as needed
Robbbert
2013-10-16
1
-0
/
+2
*
Created new device_video_interface. Right now its sole purpose is to
Aaron Giles
2013-07-24
1
-4
/
+2
*
(MESS) cassette cleanup (nw)
Miodrag Milanovic
2013-04-17
1
-1
/
+1
*
Removal of machine().root_device() where appropriate (nw)
Miodrag Milanovic
2013-04-14
1
-2
/
+1
*
changed machine().device("maincpu") with m_maincpu in mess tree part (nw)
Miodrag Milanovic
2013-04-10
1
-1
/
+1
*
Added a preliminary boolean flag to MC6845 interface structure: "show border ...
Angelo Salese
2013-01-14
1
-2
/
+7
*
Cleanups and version bump
mame0148
Miodrag Milanovic
2013-01-11
1
-17
/
+17
*
Replaced all device_t's with actual device classes. Regression test recommend...
Curt Coder
2012-11-26
1
-3
/
+3
*
Since nobody checks for NULLs anyway, make
Aaron Giles
2012-09-19
1
-21
/
+21
*
Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang...
Miodrag Milanovic
2012-09-13
1
-12
/
+10
*
Closeout on old macros. Retired cputag_set_input_line
Aaron Giles
2012-09-12
1
-1
/
+1
*
Add ambiguous execute() and memory() methods to the
Aaron Giles
2012-09-11
1
-2
/
+2
*
Don't use safe_pc[base] when you already have a
Aaron Giles
2012-09-11
1
-3
/
+3
*
Add safe_pc() and safe_pcbase() methods to device_t.
Aaron Giles
2012-09-11
1
-3
/
+3
*
Merge of MESS sources (no whatsnew)
Miodrag Milanovic
2012-08-21
1
-0
/
+555