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
/
trs80m2.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mc6845: Added display enable and horizontal/vertical back porch widths to the...
Curt Coder
2014-03-27
1
-3
/
+3
*
(MESS) Cleaned up devcb2. (nw)
Curt Coder
2014-03-19
1
-3
/
+6
*
wd_fdc: Refactored to use devcb2 callbacks. [Curt Coder]
Curt Coder
2014-03-16
1
-24
/
+14
*
z80dma finalized modernizing (nw)
Miodrag Milanovic
2014-03-15
1
-1
/
+1
*
Removed pseudo-palettes from video/generic.c. All drivers that were using the...
Alex W. Jackson
2014-03-13
1
-1
/
+6
*
Switched rgb_t to a class, replacing macros with methods. Mappings are
Aaron Giles
2014-02-19
1
-1
/
+1
*
created src\emu\bus\rs232 & src\emu\bus\midi directories and separated rs232 ...
smf-
2014-02-15
1
-0
/
+1
*
Centronics WIP using write lines and DEVCB2. Added an output latch and input ...
smf-
2014-02-09
1
-20
/
+39
*
added screen visarea adjustment to mc6845 config interface
Michaël Banaan Ananas
2014-01-04
1
-0
/
+1
*
replaced read rx callback in Z80DART (and clones) with a write handler, which...
smf-
2013-12-22
1
-3
/
+5
*
(MESS) trs80m2: Cleanup. (nw)
Curt Coder
2013-12-20
1
-3
/
+0
*
License tags. (nw)
Curt Coder
2013-10-16
1
-0
/
+2
*
(MESS) Cleanup. (nw)
Curt Coder
2013-08-08
1
-12
/
+9
*
Created new device_video_interface. Right now its sole purpose is to
Aaron Giles
2013-07-24
1
-3
/
+2
*
modernized generic palette initializations (nw)
Oliver Stöneberg
2013-07-15
1
-1
/
+1
*
(MESS) devcb2. (nw)
Curt Coder
2013-06-09
1
-7
/
+2
*
Moved default card config, device inputs and clock off the slot interface so ...
smf-
2013-05-29
1
-8
/
+8
*
(MESS) Cleanup. (nw)
Curt Coder
2013-05-28
1
-2
/
+2
*
z80dart: Merged in uPD7201 and modernized the interface. [Curt Coder]
Curt Coder
2013-05-27
1
-4
/
+4
*
pic8259.c: Switched to devcb2. (nw)
Wilbert Pol
2013-05-15
1
-8
/
+1
*
removed implementation of legacy DEVCB_MEMORY_HANDLER and used members instea...
Miodrag Milanovic
2013-04-24
1
-4
/
+13
*
(MESS) trs80m2: Cleanup. (nw)
Curt Coder
2013-03-25
1
-2
/
+2
*
(MESS) Used modern accessors for i8259. (nw)
Curt Coder
2013-02-02
1
-1
/
+1
*
(MESS) Used modern accessors for i8259. (nw)
Curt Coder
2013-02-02
1
-3
/
+3
*
IRQ_CALLBACK modernization part 3 (no whatsnew)
Miodrag Milanovic
2013-01-31
1
-5
/
+3
*
(MESS) Tagmap lookup cleanup. (nw)
Curt Coder
2013-01-27
1
-5
/
+2
*
(MESS) trs80m2: Use ASCII keyboard. (nw)
Curt Coder
2013-01-24
1
-194
/
+16
*
Added a preliminary boolean flag to MC6845 interface structure: "show border ...
Angelo Salese
2013-01-14
1
-1
/
+2
*
I ran cleanup.cmd on the latest tree when testing srcclean changes and it fou...
smf-
2013-01-11
1
-1
/
+1
*
(MESS) Floppy fixes WIP. (nw)
Curt Coder
2013-01-11
1
-6
/
+13
*
Cleanups and version bump
mame0148
Miodrag Milanovic
2013-01-11
1
-102
/
+102
*
MSVC compilation fixes (nw)
Nathan Woods
2012-12-09
1
-1
/
+1
*
(MESS) Cleanup. (nw)
Curt Coder
2012-12-07
1
-1
/
+1
*
(MESS) trs80m2: Floppy modernization. (nw)
Curt Coder
2012-12-05
1
-63
/
+60
*
(MESS) trs80m2: Fixed reverse video. [Curt Coder]
Curt Coder
2012-10-02
1
-20
/
+16
*
TIMER_CALLBACK_DEVICE_MEMBER modernization part 1 (no whatsnew)
Miodrag Milanovic
2012-09-25
1
-17
/
+13
*
Memory handler cleanup 3. Add mem_mask parameter
Aaron Giles
2012-09-17
1
-2
/
+2
*
Memory handler normalization, part 2. Change legacy
Aaron Giles
2012-09-17
1
-2
/
+2
*
Memory handler normalization, part 1.
Aaron Giles
2012-09-17
1
-2
/
+2
*
Clear out remaining global inlines in diexec.h.
Aaron Giles
2012-09-12
1
-1
/
+1
*
Merge of MESS sources (no whatsnew)
Miodrag Milanovic
2012-08-21
1
-0
/
+1174