4791 Commits (d26968ecd8c93334f2793749c5c33c00d1c12d63)
 

Author SHA1 Message Date
ths d26968ecd8 Remove unnecessary helper arguments, and fix some typos. 18 years ago
pbrook b2437bf267 Add missing static qualifiers. 18 years ago
pbrook dd5d6fe913 Add missing file. Fix spelling errors. 18 years ago
pbrook 2e70f6efa8 Add instruction counter. 18 years ago
pbrook f6e5889e7f Fix shell quoting. 18 years ago
malc c2de5c91a2 Document usage of new options remove stray variables, check for ALSA/FMOD/ESD 18 years ago
malc e5178e8de4 Consistency 18 years ago
ths 2796188e56 Avoid unused input arguments which triggered tcg errors. Spotted by 18 years ago
ths b5dc7732e1 More efficient target register / TC accesses. 18 years ago
blueswir1 a37ee56cb7 Fix bogus format, reading uninitialised memory (original patch by Julian Seward) 18 years ago
malc 0c58ac1c76 Change the way audio is configured 18 years ago
blueswir1 a214c59855 Suppress OpenBSD warning messages for leftover fifo bytes 18 years ago
blueswir1 399bf6bec9 Reset correct channel aka NetBSD boot fix 18 years ago
ths ebbd0ffddd Clarify some TODO items. 18 years ago
ths 1a3fd9c3da Remove remaining uses of T0 in the MIPS target. 18 years ago
ths e1bf387ec8 T1 is now dead. 18 years ago
ths 7872368461 Reduce use of fixed registers a bit more. 18 years ago
blueswir1 a764a566be Fix Sparc mmu bug seen with NetBSD, based on patch by Cliff Wright 18 years ago
ths 6c5c1e2057 Use temporaries instead of fixed registers for some instructions. 18 years ago
malc 8ff9cbf776 Make mixer emulation a configure option (Jan Kiszka) 18 years ago
blueswir1 e7fb1406b0 Fix some compiler signed/unsigned char warnings 18 years ago
blueswir1 0bbd4a0ddb Fix compiler warning (Jan Kiszka) 18 years ago
ths be24bb4f30 Pass T0/T1 explicitly to helper functions, and clean up a few dyngen 18 years ago
malc ca88500f43 According to gcc-4.3.0/gcc/config/rs6000/crtsavres.asm R13 is volatile 18 years ago
malc a35e86c55f Shuffle contents of tcg_target_reg_alloc_order 18 years ago
malc d50997f914 Add missing [SU]32 18 years ago
blueswir1 d987963aa9 Eliminate cpu_T[0] 18 years ago
blueswir1 3f0436fe85 Eliminate cpu_T[1] 18 years ago
blueswir1 c0b5b109a8 Add missing keys, sendkey support for all keys 18 years ago
malc f3b5298316 Emit warning message if user supplied buffer/period size/time was rejected 18 years ago
blueswir1 ece43b8d06 Convert some cpu_dst uses (with loads/stores) to cpu_tmp0 18 years ago
blueswir1 5c6a0628b7 Avoid brcond problems, use temps for cpu_src1 & cpu_src2 18 years ago
malc 8210169a78 Do not save dynamic field 18 years ago
malc 77599a1f7a Disable xLaw debugging 18 years ago
malc 7a24c80011 Rework period/buffer size setting 18 years ago
malc 5b5ef0db74 Add VM save/load support 18 years ago
malc 279a65442e Add calls to pci_device_save/load 18 years ago
blueswir1 fd07bef4b4 Update TODO 18 years ago
blueswir1 81864572e6 Add support for boot_set command 18 years ago
blueswir1 3b4366de39 Add an opaque parameter to boot_set API, move function to monitor.c 18 years ago
ths 3f05d3dc14 Delete obsolete file. 18 years ago
ths b6a8c26b60 Delete obsolete file. 18 years ago
ths 3fafcb48f9 Delete obsolete prototypes. 18 years ago
ths c8c2227e91 Convert unaligned load/store to TCG. 18 years ago
blueswir1 9fac3a3a7e Fix boot problem on i386 host introduced in r4690 18 years ago
bellard 40f8e2fa41 added model_id and vendor cpu model options (initial patch by Dan Kenigsberg) - various cleanup 18 years ago
ths 92af06d216 Convert vr54xx multiply instructions to TCG. 18 years ago
bellard 278ed7c329 cmpxchg fixes 18 years ago
ths caa88be0f5 Remove now-dead code. 18 years ago
ths a16336e479 Convert remaining MIPS FP instructions to TCG. 18 years ago