summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2003-09-17updatev0.4.4bellard2-1/+4
2003-09-17finished simplifying string operations - correct TF flag handling for string ...bellard1-296/+247
2003-09-17added JUMP_TB2 for a third basic block exit jump pointbellard2-8/+32
2003-09-17finished simplifying string operationsbellard3-126/+52
2003-09-17added two more jump pointsbellard2-2/+2
2003-09-17removed x86 hacksbellard1-17/+3
2003-09-17added linux < 2.4.21 vm86 bug workaround - added extensive TF flag testbellard1-3/+93
2003-09-16depth 32 fixbellard1-8/+8
2003-09-16glibc 2.3.x fixbellard1-2/+6
2003-08-21faster and more accurate segment handlingbellard7-97/+153
2003-08-20pop ss, mov ss, x and sti disable irqs for the next instruction - began dispa...bellard8-58/+109
2003-08-20no error code if hardware interruptbellard3-7/+7
2003-08-11avoid problems if make clean was not made before updatingbellard1-1/+3
2003-08-11gcc 3.x is mandatory now on PowerPCbellard1-1/+5
2003-08-11workaround for gcc 3.3 bug or overoptimisation if a label is not usedbellard1-5/+8
2003-08-11fixed invalid Linux asm/unistd.h header for PowerPC and gcc 3.3bellard1-0/+123
2003-08-11pass function name to JMUP_TB()bellard3-33/+33
2003-08-1164 bit fixes (Falk Hueffner)bellard2-2/+2
2003-08-11mode X double scan fix (malc)bellard1-2/+4
2003-08-10updatedbellard1-8/+12
2003-08-10fixed invalid ESP usage (Jon Nall)bellard1-20/+20
2003-08-10fixed invalid code genbellard1-0/+3
2003-08-10removed warningsbellard3-4/+10
2003-08-10PowerPC fix (Jon Nall)bellard1-0/+1
2003-08-10updatedbellard1-0/+13
2003-08-10m68k host port (Richard Zidlicky)bellard8-2/+293
2003-08-10added VGA emulation - added PS/2 mouse and keyboard emulation - use SDL for V...bellard2-120/+454
2003-08-10soft mmu supportbellard1-6/+23
2003-08-10soft mmu support - Memory I/O API - synthetize string instructionsbellard10-234/+351
2003-08-10soft mmu support - moved unrelated code to help2-i386.c - synthetize string i...bellard1-415/+375
2003-08-10build all targets at the same timebellard3-182/+223
2003-08-10use bswap.hbellard3-82/+8
2003-08-10build all targets at the same time - SDL probe supportbellard1-87/+130
2003-08-10soft mmu supportbellard4-0/+579
2003-08-09SDL support for VGA, keyboard and mousebellard1-0/+275
2003-08-08Software MMU support (used for memory mapped devices such as VGA)bellard2-0/+352
2003-08-08Full VGA support, including old CGA modes, VGA planar and mode Xbellard2-81/+340
2003-08-05fixed graphical VGA 16 color mode - fixed 9 pixel wide text modebellard2-32/+38
2003-08-04Hardware level VGA emulation (only text mode is tested)bellard2-0/+1530
2003-07-29correct CPL support (should fix flat real mode support)bellard4-31/+27
2003-07-29first part of single stepping supportbellard3-1/+35
2003-07-27refresh clock dummy emulation (netbsd boot fix)bellard1-1/+4
2003-07-27more generic ljmp and lcall - fixed REPNZ usage for non compare string ops (F...bellard4-100/+348
2003-07-26fixed ss segment load - added ICEBP instructionbellard1-3/+7
2003-07-26keyboard emulation - accepts to boot with Bochs BIOS and LGPL'ed VGA BIOSbellard1-92/+605
2003-07-26set to protected modebellard1-0/+2
2003-07-26removed debugbellard1-1/+1
2003-07-26real mode supportbellard1-9/+7
2003-07-26popw (%esp) test)bellard1-0/+5
2003-07-26real mode support (now boots from BOCHS BIOS and LGPL'ed VGA BIOS)bellard3-19/+78