gochaism
|
a84b4126f2
|
Lua: Make console.log(...) a little more prettier.
|
2014-05-01 00:25:14 +00:00 |
gochaism
|
acc124ca99
|
LuaInterface: Disable auto table unpacking for vargs. Lua 5.1 does not have such a feature. print({1, 2, 3}) should pass just an array, not multiple arguments.
|
2014-04-30 23:54:34 +00:00 |
adelikat
|
bac7ba9a5d
|
Remove new line in console.log, Add console.write and console.writeline (console.write is an alias of console.log), update some lua scripts that depended on newline in console.log, add a console library lua unit test
|
2014-04-29 21:03:54 +00:00 |
gochaism
|
b82495fed4
|
LuaInterface: update the binary in output directory (see r6442 for source diff)
|
2014-04-29 04:45:56 +00:00 |
adelikat
|
04aa023cb9
|
Fix joypad.Set() when using the controller number parameter, also strongly type that parameter to nullable int instead of object, add a unit test lua script that tests for this
|
2014-04-22 21:55:04 +00:00 |
adelikat
|
603fd81066
|
Lua - implement movie.fps() and add MovieTimer.lua script that shows the clock time for a given movie (updates while recording)
|
2014-04-22 21:27:08 +00:00 |
beirich
|
64c27b69c8
|
SMS: add mapper ID for Super Boy 3. Probably not worth the byes it takes in the gamedb tho
|
2014-04-22 02:48:00 +00:00 |
zeromus
|
7adc15d97e
|
work on opengl display manager: optimized codepaths, user retroshader selection, support for importing a textureID from another core; add erase button to lua console;
|
2014-04-15 21:46:18 +00:00 |
adelikat
|
d5d84943fa
|
meh, slight tweak to that commit
|
2014-04-13 14:24:38 +00:00 |
adelikat
|
9c3a7fec37
|
Lua - add a gameinfo lua library with getromname(), getromhash(), getdisplaytype(), getindatabase(), getstatus(), getisstatusbad(), getboardtype(), and getoptions() methods
|
2014-04-13 14:22:13 +00:00 |
adelikat
|
50c8e05d65
|
Atari 2600 - Boulder Dash Intro Tune demo apparently doesn't run on 3E, it runs on 4K so change the gamedb entry, a fix to 3E. Given that no game actually works that is written for this mapper, I'm calling this one.
|
2014-04-12 02:54:17 +00:00 |
adelikat
|
bbbc219105
|
Atari 2600 - give default button mappings to reset and select since they are necessary to play a majority of the games
|
2014-04-10 23:57:18 +00:00 |
adelikat
|
58732cf627
|
Atari 2600 - implement homebrew mapper 0840
|
2014-04-03 21:25:02 +00:00 |
adelikat
|
fabef275eb
|
Fix joypad.set "unit test" script
|
2014-03-29 21:30:21 +00:00 |
beirich
|
9f60c73564
|
oops 1 more thing
|
2014-03-28 02:44:09 +00:00 |
beirich
|
1f8f2f2ccc
|
Finish GG gamedb update
|
2014-03-28 02:34:04 +00:00 |
adelikat
|
ddb9d6ccf2
|
ugh, oops
|
2014-03-27 01:20:32 +00:00 |
adelikat
|
f6699389f7
|
Start some "unit tests" for Lua. This suite of scripts will demonstrate, document, and test the intended behavior of various lua methods
|
2014-03-27 01:16:38 +00:00 |
adelikat
|
00c243212d
|
Lua - rename the string library to bizstring because it was eating the built in lua string library. Fix M64_reader that was using now deleted/renamed functions
|
2014-03-26 22:30:48 +00:00 |
beirich
|
77857f0e51
|
Convert SMS, Coleco, and TI83 to zeromus Serializer-class savestates
|
2014-03-22 04:46:01 +00:00 |
beirich
|
c825720d33
|
SMS: Fix Ernie Els Golf GG (has on-cart volatile ram)
|
2014-03-18 02:23:10 +00:00 |
beirich
|
227007c07d
|
SMS: rework sprite render code, passing several additional VDP tests, and also fixing Fantastic Dizzy.
|
2014-03-17 05:05:57 +00:00 |
beirich
|
8b844bff34
|
SMS: lots of gamedb things. And initial terebi oekaki mapper emulation; mouse interface still missing. GG gamedb still in flux but, commit before this commit gets any bigger
|
2014-03-17 03:00:07 +00:00 |
beirich
|
8496f71812
|
SMS: Korean mappers work. Fixes Cyborg Z, Dodgeball King, F1 Spirit, Jang Pang III, Knightmare II, Nemesis, Nemesis 2, Penguin Adventure, Sangokushi 3, Street Master, Wonsiin
|
2014-03-14 04:30:01 +00:00 |
beirich
|
0809573f4d
|
dbman: add size field to database
|
2014-03-11 04:09:58 +00:00 |
beirich
|
d792800e25
|
dbman initial check-in
|
2014-03-11 02:48:27 +00:00 |
beirich
|
7e77c5a116
|
SMS: Add "external cart ram" mapper for SG1000, fixes The Castle and Othello. Fortunately, both games are somewhat interesting and playable. SG1000 compat now 100% minus games requiring exotic peripherals
|
2014-03-06 04:43:36 +00:00 |
beirich
|
9a59155177
|
SMS: initial support for SMS BIOSes. Some future work is pending regarding when to use what bios or no bios. (hooray regions)
|
2014-03-05 05:09:20 +00:00 |
beirich
|
d328fd0479
|
SMS: add option to make 3d games playable. some are actually interesting. sega does what nintendont
|
2014-03-05 02:20:22 +00:00 |
goyuken
|
8e0952c494
|
gambatte: support reading\writing IER through the HRAM memory domain. if you write something funny there and break something, then you better call al gore
|
2014-02-26 20:24:31 +00:00 |
goyuken
|
d7371fcf42
|
saturnus: support 8mbit/32mbit dram cart as a syncsetting. this inflates your savestate size heavily, of course...
|
2014-02-23 17:06:24 +00:00 |
goyuken
|
3d7a0e445b
|
gpgx: clean up 32bpp code (no functional changes)
|
2014-02-21 17:07:09 +00:00 |
goyuken
|
c14e4239c4
|
Genesis VDP display. But not as slick as http://www.youtube.com/watch?v=Tsr-XtuKuSw
|
2014-02-19 22:26:33 +00:00 |
adelikat
|
05823d3022
|
fix ButtonCount lua script to use console.log instead of the now deleted console.output, Lua - remove some todos that had been done and some rather useless cleanup
|
2014-02-14 01:27:38 +00:00 |
pasky1382
|
c89fd51268
|
Fix oversight.
|
2014-02-13 23:02:09 +00:00 |
zeromus
|
8193e0b281
|
snes-repair BG layer toggling
|
2014-02-09 22:52:09 +00:00 |
zeromus
|
9ca6f152cf
|
support old scanlines and hq2x filter via actual retroarch shader presets. at this point you could overwrite them with whatever you wanted, but you should probably wait for me to add user filter selection
|
2014-02-07 02:36:27 +00:00 |
goyuken
|
e76b71b72f
|
megadrive: core side stuff for loading a cart + CD at once (not hooked up in frontend)
|
2014-02-04 22:29:40 +00:00 |
goyuken
|
343fbc7ae4
|
genesis: big savestate rework. all old savestates are invalid. saveram is now stored in savestate. non-megaCD savestates should be significantly smaller than before; megaCD savestates should be slightly larger.
|
2014-02-03 18:07:21 +00:00 |
adelikat
|
13c6f488aa
|
Slight fix to default controls for NES controllers
|
2014-02-03 16:21:49 +00:00 |
goyuken
|
28c1347b75
|
genesis: only save the actual saveram (instead of an overly large file) in some cases with MD cart. disable automatic saveram (that didn't exist anyway) in most non-saveram carts. for mega CD, reduce size of EBRAM cart to 16KiB. it's still enough for a total of 3 Shining Force CD saves, so no complaining.
|
2014-02-03 04:04:53 +00:00 |
goyuken
|
062d86ff7b
|
genesis: catch revisions through r850 from trunk
|
2014-02-01 16:47:39 +00:00 |
goyuken
|
239ce987da
|
GB: fix problems with STOP opcode? maybe? maybe not?
|
2014-02-01 03:45:28 +00:00 |
goyuken
|
5ecc74c435
|
GB: implement the undefined opcodes. according to sources, they completely lock up the machine; so they are emulated as DI; <repeat last opcode>, which should do the trick? testing needed. thanks to sanqui for pointing this out
|
2014-01-31 22:58:54 +00:00 |
goyuken
|
284eca0545
|
GB: MBC3: correct behavior when bank value of 0 is written. thanks to sanqui for pointing this out
|
2014-01-31 22:30:25 +00:00 |
zeromus
|
cc73af76bd
|
snes-make CARTROM memorydomain actually edit bsnes's sense of the cartrom, instead of the rom[] array that the core now pointlessly holds onto
|
2014-01-29 21:59:06 +00:00 |
null_ptr
|
2050420565
|
Fixed N64 controllers
|
2014-01-28 09:58:53 +00:00 |
goyuken
|
71b52970f6
|
never mind that...i could have sworn there was something missing....
|
2014-01-25 22:48:47 +00:00 |
goyuken
|
10e203e981
|
gen: maybe fix a mega CD dsync problem? more research is needed
|
2014-01-25 20:16:31 +00:00 |
null_ptr
|
f95bb46c80
|
Added rumble callback and setter for pak type to mupen64plus-input-bkm
|
2014-01-23 22:16:27 +00:00 |
null_ptr
|
15b95f6f40
|
Simplified N64 controller input retrieval
|
2014-01-23 02:06:39 +00:00 |
null_ptr
|
f69089a617
|
Sacrificed ~330 LoC and mupen64plus-audio-sdl to the great gods of the trash can. No functional changes.
|
2014-01-21 18:10:27 +00:00 |
null_ptr
|
edee798341
|
Removed unnecessary code from mupen64plus-audio-bkm. Improved lagspikes quite significantly.
|
2014-01-20 15:33:58 +00:00 |
goyuken
|
90a8805a5f
|
VRC7: fix Super Mario Bros 14 (Unl) [!]. fix no wram battery on common Lagrange Point dump.
|
2014-01-20 02:12:02 +00:00 |
goyuken
|
df89951325
|
continue previous commit
|
2014-01-19 17:10:35 +00:00 |
goyuken
|
d8c203a69a
|
quicknes: support mapper 78. a crappy heuristic is used to guess board type, but it works for both games on it, so there
|
2014-01-17 19:40:25 +00:00 |
goyuken
|
a54119db03
|
gpgx: support region override
|
2014-01-15 00:56:13 +00:00 |
goyuken
|
7a3aba0681
|
CNROM and nescartdb cleanup. fixes bird week, titty poker, possibly others. all CNROM savestates are invalidated.
|
2014-01-11 02:59:39 +00:00 |
goyuken
|
c2b8879303
|
quicknes: cleanup
|
2014-01-10 04:06:02 +00:00 |
goyuken
|
adf7f01102
|
quicknes: implement the crop settings
|
2014-01-10 01:45:06 +00:00 |
goyuken
|
1f1bb93360
|
quicknes: some settings stuff, not all finished
|
2014-01-09 23:50:10 +00:00 |
goyuken
|
2c568d9bef
|
quicknes: add PRGROM and CHRROM domains (from the cart), and set corecomm and board information correctly
|
2014-01-07 01:52:00 +00:00 |
goyuken
|
1cfa050dba
|
quicknes: add text savestate, and fix savestate crash on some mappers
|
2014-01-07 01:05:24 +00:00 |
goyuken
|
45e5f4b286
|
quicknes: add "System Bus". note that this System Bus will not resolve any MMIO stuff at all
|
2014-01-06 23:23:47 +00:00 |
goyuken
|
92c4df38c3
|
quicknes: memory domains
|
2014-01-06 22:14:24 +00:00 |
goyuken
|
59ffca28ba
|
fix "the sound bug" in quicknes. dll is now built with mingw and FPU precision is set high (both are required to fix)
|
2014-01-06 19:31:13 +00:00 |
goyuken
|
dfda56d8d5
|
quicknes: support the other included mappers (some aren't enabled by default for whatever reason)
|
2014-01-05 22:32:49 +00:00 |
goyuken
|
b85d9d9d91
|
WARNING: use NES core only at low volume and no headphones
|
2014-01-05 20:58:36 +00:00 |
goyuken
|
b9b286f2dd
|
yabause - some video rendering bug of some sort fixed. not sure what it affects
|
2014-01-03 19:11:13 +00:00 |
zeromus
|
50ef1b19f5
|
snes-fix bugs caused by breakpoints leaving emulator state unstable (most noticeable when taking savestates)
|
2013-12-29 02:20:13 +00:00 |
adelikat
|
3d2750f62a
|
Fix a few default keys in SMS and PCE autofire
|
2013-12-22 18:02:55 +00:00 |
adelikat
|
b8fcdc507b
|
Defaults for GPGX Controller
|
2013-12-22 15:48:55 +00:00 |
goyuken
|
3a1933b1a6
|
fix virtua racing regression in r5600
|
2013-12-21 21:11:35 +00:00 |
goyuken
|
0c6e34b9da
|
gpgx: lag flag and on_snoop()
|
2013-12-21 17:49:32 +00:00 |
goyuken
|
6318a3fb26
|
gpgx extra mammry domains
|
2013-12-21 04:03:03 +00:00 |
goyuken
|
cc23c120c0
|
gpgx: fix some problems with save+loadstate and different screen sizees.
note: delete all previous gpgx savestates
|
2013-12-20 21:21:21 +00:00 |
goyuken
|
253ba4ccda
|
gpgx: add "Reset" and "Power" buttons
|
2013-12-20 19:32:12 +00:00 |
goyuken
|
1f4ff7b1ce
|
i don't want to talk about it
|
2013-12-20 05:38:07 +00:00 |
goyuken
|
c2cc80ee12
|
THROUGH THE DARK TO THE LIGHT
ON A SUPERSONIC FLIGHT
GOTTA KEEP IT GOING
(note: delete all gpgx savestates from previous revisions)
|
2013-12-20 00:51:48 +00:00 |
goyuken
|
96db47cb24
|
gpgx: clean up some rom load code... maybe???
|
2013-12-19 22:51:04 +00:00 |
zeromus
|
5fb469df17
|
gpgx: fix crash when attempting to load isos
|
2013-12-19 15:18:07 +00:00 |
goyuken
|
3e389a93b0
|
gpgx memory domains
|
2013-12-19 03:33:53 +00:00 |
adelikat
|
6a72763d52
|
delete BIO_Info.txt, the firmware manager obsoltes it
|
2013-12-18 03:00:31 +00:00 |
goyuken
|
adc3df41bd
|
gpgx: when in cartridge mode, sram is fully supported. when in cd mode, 8K internal bupram + 128K external bupram is supported. this all works and has been tested with a few games. sram files from previous revision won't work.
|
2013-12-18 01:58:18 +00:00 |
goyuken
|
ab1972fa4d
|
gpgx: make a clumsy attempt at fixing initial state determinism problems. you are advised not to view this diff.
|
2013-12-17 03:45:49 +00:00 |
goyuken
|
648c06c2bd
|
sanic cd now runs, without cd audio. note that the sram format is subject to change at any time if i feel like it
|
2013-12-16 21:23:32 +00:00 |
goyuken
|
a36982ebc6
|
sanic cd now loads up to a "backup ram broken" screen
|
2013-12-16 20:02:12 +00:00 |
goyuken
|
85be43dfb8
|
sega CD games now get as far as loading the bios
|
2013-12-16 19:00:05 +00:00 |
goyuken
|
d45faaa99c
|
break stuff!
|
2013-12-16 18:04:45 +00:00 |
goyuken
|
96dcb253aa
|
gpgx upload a release compiled dll
|
2013-12-16 04:13:00 +00:00 |
goyuken
|
a6cbd85930
|
controls work and stuff now
|
2013-12-16 01:58:40 +00:00 |
goyuken
|
a818710589
|
http://www.youtube.com/watch?v=V3w2saj52fI
|
2013-12-15 20:51:57 +00:00 |
zeromus
|
492a99694f
|
fix snes savestates?
|
2013-11-25 20:51:26 +00:00 |
goyuken
|
fc110cbeae
|
fix issue 122 using MrWint42's patch. thanks! gambatte RTC for movies should work now.
|
2013-11-24 17:32:46 +00:00 |
zeromus
|
4c247672fe
|
snes hooking system and GetCpuFlagsAndRegisters now work normally
|
2013-11-22 09:33:56 +00:00 |
pjgat09
|
3c56223d7b
|
N64: Implement GetCpuFlagsAndRegisters()
|
2013-11-18 03:29:47 +00:00 |
pjgat09
|
3e8596f81c
|
N64: Mostly implemented the onmemorywrite and onmemoryread hooks, but some reads/writes still make it through
|
2013-11-17 03:42:06 +00:00 |
goyuken
|
5d4dc0630c
|
saturn: support input callback stuffs
|
2013-11-17 02:10:38 +00:00 |
adelikat
|
ce7743808f
|
Lua - event.oninputpoll - support Atari 7800
|
2013-11-17 00:06:21 +00:00 |
pjgat09
|
7e7cb8e05b
|
N64: sram is now saved into Bizhawk's saveram file instead of m64p's own .sra file
|
2013-11-16 21:08:23 +00:00 |
pjgat09
|
acdf9ca7a3
|
N64: Flashram is now saved into Bizhawk's saveram file instead of m64p's own .fla file
|
2013-11-16 20:53:51 +00:00 |
goyuken
|
758a84027e
|
gb: memory callbacks no longer fire on writes to the system bus. (they were already not firing for all other memory domain action). add a new memory callback, exec. occurs right before the cpu reads a byte, if that byte will be the first byte of a new opcode. read callback no longer occurs in this situation.
|
2013-11-13 17:08:52 +00:00 |
goyuken
|
323df9b92e
|
gba: support register reading. shows current mode's r0..r15, cpsr, spsr. at the moment, none of the other out of context banked regs are shown, which may or may not be a good idea.
|
2013-11-12 00:40:28 +00:00 |
goyuken
|
e5c569f818
|
support register reading on GB core. untested as i can't compile at the moment. flags are exported as part of register "F", as is usual for z80.
|
2013-11-11 18:05:29 +00:00 |
goyuken
|
cdc753c10c
|
7800: expose the cpu flags. also fix the postbuild event in the csproj to copy emu7800.dll to the correct folder.
|
2013-11-11 17:39:01 +00:00 |
adelikat
|
085719bf44
|
Fix lua
|
2013-11-07 17:49:00 +00:00 |
zeromus
|
7a260abb54
|
update libsnes building for new output directory, and add support for exec/read/write/nmi/irq hooks
|
2013-11-03 22:44:49 +00:00 |
adelikat
|
75ef046927
|
Move MakeRelease.bat to Dist, and fix MakeDiscoHawk.at
|
2013-11-03 14:40:55 +00:00 |
adelikat
|
cd856a0011
|
move output folder up one level
|
2013-11-03 14:06:46 +00:00 |