summaryrefslogtreecommitdiffstatshomepage
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* pc_dsk: Support images with 41 tracks (Kryoflux dtc produces these for some n... Justin Kerk2017-11-151-0/+4
* dotrikun: oops, 256H is 128 on, 128 off (nw) hap2017-11-161-1/+1
* Lest I forget (nw) AJR2017-11-152-0/+2
* term2: Hardware note (nw) AJR2017-11-151-1/+1
* vicdual depthch: added bonus sound sample [Jim Hernandez] hap2017-11-162-2/+7
* Merge pull request #2804 from DavidHaywood/131117 MetalliC2017-11-162-24/+57
|\
| * pgm2 - add kov2nl internal rom [Morten Shearman Kirkegaard, Peter Wilhelmsen] David Haywood2017-11-152-24/+57
* | e132xs: templated movd, nw mooglyguy2017-11-153-135/+34
* | firetrk: screen raw params and correct irq pulse duration. Also got rid of us... hap2017-11-151-48/+41
* | e132xs: Fix missing cycle deduction in some stxx ops, nw mooglyguy2017-11-151-0/+8
* | e132xs: fix regression with dynabomb, nw mooglyguy2017-11-151-3/+4
* | e132xs: templated simple store ops, nw mooglyguy2017-11-153-91/+39
* | e132xs: templated simple load ops, nw mooglyguy2017-11-153-85/+63
* | e132xs: templated mulu,muls,mul,set. tested gstream,x2222,elfin,luplup,xfiles... mooglyguy2017-11-153-637/+146
* | mey8088: standard file header (nw) hap2017-11-151-5/+2
* | meyc8088: interrupt is auto cleared by INTA (nw) hap2017-11-151-2/+3
* | dotrikun: correct irq pulse timing (nw) hap2017-11-151-5/+7
* | Revert "pulse_input_line: change units to cycles and set default param to min... hap2017-11-1527-33/+33
* | cps2: correction to xmvsfur1 romname, thanks Razoola (nw) hap2017-11-151-2/+2
* | pulse_input_line: change units to cycles and set default param to min_cycles ... hap2017-11-1527-33/+33
* | (nw) sys2900 : devices, notes. Robbbert2017-11-161-20/+39
* | support switching between 40 & 80 columns with F1 & blink/underline/highlight... smf-2017-11-151-11/+33
* | hyperstone: template register-register mov and correct trap behaviour Vas Crabb2017-11-153-164/+93
* | Replace driver_device::generic_pulse_irq_line with device_execute_interface::... AJR2017-11-1431-87/+79
* | hyperstone: template check, index move, mask and sum handlers Vas Crabb2017-11-153-489/+80
* | Merge pull request #2793 from ajrhacker/3blind R. Belmont2017-11-142-20/+117
|\ \
| * | mice: Split into separate sets for each CPU-specific monitor program AJR2017-11-112-20/+117
* | | Merge pull request #2802 from shattered/_2a5617f R. Belmont2017-11-141-3/+3
|\ \ \
| * | | vt240: palette, screen size fix Sergey Svishchev2017-11-151-3/+3
* | | | z80: small whitespace alignment (nw) hap2017-11-141-30/+30
* | | | i8085: Add opcode space (nw) AJR2017-11-142-2/+10
|/ / /
* | | e132xs, fixed ldxx2 local,local case mooglyguy2017-11-141-6/+12
* | | i8085: finished with cleanups (nw) hap2017-11-141-355/+345
* | | i8085: change opcode macros to functions (nw) hap2017-11-142-280/+318
* | | i8085.cpp: Remove unused and totally unneeded constant (nw) AJR2017-11-141-1/+0
* | | i8085: shorthand variable types (nw) hap2017-11-142-71/+71
* | | i8085: make cputype an enum, change flags and stuff to constexpr (nw) hap2017-11-142-61/+63
* | | i8085: lowercase m_im,m_halt,m_status (i'll leave PAIR m_PC,m_SP,m_AF,m_BC,m_... hap2017-11-142-43/+43
* | | i8085: lowercase/rename some functions (nw) hap2017-11-142-100/+100
* | | i8085: move single-use opcodes to execute function (nw) hap2017-11-141-69/+47
* | | Templated Hyperstone operations Vas Crabb2017-11-153-1956/+429
* | | i8085: moved opcode macros to main file, will convert these to functions (nw) hap2017-11-143-271/+261
* | | reorders keys and renamed io ports to match system specification. Added caps ... smf-2017-11-141-73/+130
* | | mcr68.cpp: Hardware note (nw) AJR2017-11-131-0/+3
* | | rename misleading i8085cpu.h to i8085ops.hxx (nw) hap2017-11-142-1/+1
* | | i8085: code readability (just whitespace/comments cleanup here) (nw) hap2017-11-142-409/+753
* | | sm7238: reverse video, 80/132 column switching, alternate font (#2652) Sergey Svishchev2017-11-141-78/+95
* | | Clean up SMC ethernet a bit: (nw) Vas Crabb2017-11-141-149/+102
* | | chqflag.cpp: improved shadow/highlight code (fixes black rain and lights at d... angelosa2017-11-141-5/+13
* | | chqflag.cpp: fixed dimmed screen condition bug when soft resetting [Angelo Sa... angelosa2017-11-142-23/+30