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
/
video
/
hd61830.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move all devices into separate part of src tree (nw)
Miodrag Milanovic
2015-09-13
1
-535
/
+0
*
removed restriction link for BSD3 licensed files (nw)
Miodrag Milanovic
2015-05-07
1
-3
/
+0
*
more devfind: [Alex Jackson]
Alex W. Jackson
2014-10-17
1
-2
/
+2
*
Some changes/corrections to device descriptions from MASH (nw)
Scott Stone
2014-04-07
1
-1
/
+1
*
hd61830: added bitmap bounds checking, fixes nbmj8688 LCD games crash/assert ...
mahlemiut
2014-03-21
1
-4
/
+7
*
added assert for nbmj8688.c AddressSanitizer heap-buffer-overflow (nw)
Oliver Stöneberg
2014-03-20
1
-0
/
+2
*
hd61830: made character mode also work in 16-bit chunks. Fixes text display ...
mahlemiut
2014-03-11
1
-5
/
+9
*
hunter2: set video dimensions to something somewhat sane
mahlemiut
2014-03-07
1
-10
/
+12
*
(MAME) nbmj8688: Refactored to use HD61830 device. [Curt Coder]
Curt Coder
2014-03-06
1
-4
/
+4
*
hd61830: devcb2. (nw)
Curt Coder
2014-03-05
1
-82
/
+43
*
License tags. (nw)
Curt Coder
2013-10-16
1
-0
/
+2
*
Created new device_video_interface. Right now its sole purpose is to
Aaron Giles
2013-07-24
1
-2
/
+1
*
Expanded device_t constructor with parameters for short name and source file ...
Miodrag Milanovic
2013-03-26
1
-2
/
+1
*
fixed uninitialozed member in src/emu/video/hd61830.c (nw)
Oliver Stöneberg
2013-03-09
1
-0
/
+1
*
fixed uninitialized member in src/emu/video/hd61830.c (nw)
Oliver Stöneberg
2013-02-22
1
-0
/
+1
*
hd61830.c: Reduce tagmap lookups (nw)
Wilbert Pol
2013-02-10
1
-2
/
+3
*
Cleanups and version bump
mame0148
Miodrag Milanovic
2013-01-11
1
-12
/
+12
*
Since nobody checks for NULLs anyway, make
Aaron Giles
2012-09-19
1
-2
/
+2
*
Changed device->subregion to device->memregion. Moved
Aaron Giles
2012-04-20
1
-1
/
+1
*
MAME going modern part 1 (no whatsnew)
Miodrag Milanovic
2012-03-31
1
-1
/
+1
*
Major bitmap-related changes throughout the system. There are
Aaron Giles
2012-01-12
1
-5
/
+6
*
Bulk conversion of bitmap_t * to bitmap_t & . With this change the
Aaron Giles
2012-01-02
1
-8
/
+8
*
Bulk converted cliprect * to cliprect & across the system. This makes
Aaron Giles
2011-12-31
1
-6
/
+6
*
Converted bitmap_t and rectangle into proper classes. Replaced BITMAP_ADDR*
Aaron Giles
2011-12-31
1
-3
/
+3
*
- Updated romload so devices are loaded from separate files [Miodrag Milanovic]
Miodrag Milanovic
2011-08-02
1
-1
/
+1
*
Reimplemented devcb using delegates and classes. Unified the logic
Aaron Giles
2011-05-02
1
-2
/
+2
*
Collapsed device_config and device_t into one class. Updated all
Aaron Giles
2011-04-27
1
-76
/
+38
*
Switch from m_machine to machine() everywhere. In some cases this
Aaron Giles
2011-04-18
1
-1
/
+1
*
Move overridable device->rom_region(), device->machine_config_additions(), and
Aaron Giles
2011-03-30
1
-1
/
+1
*
BIG update.
Aaron Giles
2011-03-29
1
-2
/
+2
*
Imported some common C++ devices from MESS to emu folder.
Curt Coder
2011-03-28
1
-0
/
+600