OSDN Git Service

891246d7ce6e842ae4fe087b476e6b9d8da1c921
[csp-qt/common_source_project-fm7.git] / source / history.txt
1 9/30/2018
2
3 [COMMON/FILEIO] improve Fseek for compressed file by gzip
4 [EMU] improve to mount/unmount hard disk image in reset() if not hot swappable
5 [EMU/DEBUGGER] add commands for checkpoint
6 [EMU/DEBUGGER] improve to read/write files in initial current directory
7
8 [VM/DISK] improve for case 2D disk is inserted to 2DD drive (thanks Mr.Sato)
9 [VM/HARDDISK] support Virtual98 hdd image
10 [VM/HARDDISK] improve for solid image file
11 [VM/IO] improve debug log
12 [VM/MSM58321] fix pulse event (thanks Mr.Artane.)
13 [VM/SCSI_DEV] add is_hot_swappable
14 [VM/SCSI_HDD] improve to mount/unmount image in reset() if not hot swappable
15 [VM/SASI_HDD] support SASI hard disk drive
16 [VM/SN76489AN] fix save/load state function
17 [VM/UPD71071] fix verify command
18
19 [FM77L4] add eFM77L4 codes (thanks Mr.Artane.)
20 [MZ80A] improve to switch 2D/2DD drive type
21 [MZ80B] improve to switch 2D/2DD drive type
22 [MZ1500] improve to switch 2D/2DD drive type
23 [MZ2500] improve to switch 2D/2DD drive type
24 [MZ2800/FLOPPY] improve to switch 2D/2DD drive type
25 [MZ2800/SASI] support SASI I/F and HDD (partial)
26 [PC98XA] support NEC PC-98XA
27 [PC9801/MEMBUS] fix save/load state function
28 [X1TURBO/FLOPPY] improve to switch 2D/2DD drive type (thanks Mr.Sato)
29
30
31 5/24/2018
32
33 [COMMON] import Mr.Artane.'s fixes (Commits on May 10, 2018)
34 [COMMON/FIFO] import Mr.Artane.'s fixes (Commits on May 10, 2018)
35 [EMU] support set_vm_screen_lines() (thanks Mr.Artane.)
36 [EMU] fix interfaces for bubble cassette
37 [EMU] add interfaces for hard disk
38 [WINMAIN] add interfaces for hard disk
39
40 [VM/DEVICE] support read_debug_reg()
41 [VM/DISK] import Mr.Artane.'s fixes (Commits on May 10, 2018)
42 [VM/HARDDISK] support hard disk handler
43 [VM/I286] improve i286 core based on MAME 0.197
44 [VM/I286] support read_debug_reg()
45 [VM/I386] support read_debug_reg()
46 [VM/I8237] fix verify command
47 [VM/I8237] support to read bank register by read_signal()
48 [VM/MC6809] import Mr.Artane.'s fixes (Commits on May 10, 2018)
49 [VM/SCSI_DEV] support SASI specify command
50 [VM/SCSI_HDD] improve to use hard disk handler
51 [VM/SCSI_HOST] support to read ack signal
52
53 [BUBCOM80] support Systems Formulate BUBCOM80
54 [FM77AV] import Mr.Artane.'s fixes (Commits on May 10, 2018)
55 [FMR30] support to change hard disk image
56 [FMR50] support to change hard disk image
57 [FMR50/BIOS] improve to use hard disk handler
58 [MZ2500] support to select floppy drive type 2DD/2D
59 [MZ2500] support to change hard disk image
60 [MZ2500/MZ1E30] reimplent SASI I/F with general SCSI host/hard disk device
61 [PC9801/CPUREG] support NMI enable/disable
62 [PC9801/MEMBUS] improve for 24bit/32bit address
63 [PC9801/SASI] support SASI I/F and hard disk drives
64 [X1TURBO/SASI] support SASI I/F and hard disk drives
65
66
67 5/6/2018
68
69 [COMMON] add is_absolute_path() and create_absolute_path() functions
70 [COMMON/FILEIO] add Gzopen() function to read/write compressed file by gzip
71
72 [EMU] support to save/load compressed state file
73 [EMU/DEBUGGER] support to switch the target cpu/device
74
75 [VM/I386] improve i386 core based on MAME 0.197
76 [VM/MB8877] improve for debugger
77 [VM/TMS9918] improve for debugger
78 [VM/UPD765A] improve for debugger
79 [VM/UPD765A] fix read/write commands to check density (thanks PC8801MA\89ü)
80 [VM/UPD765A] fix read diagnostics status for unformat/density mismatch case
81
82 [PC8801/PC88] fix underline/upperline attributes
83 [PC98XL] support NEC PC-98XL
84 [PC9801/MEMBUS] support NEC EMS
85 [PC9801/MEMBUS] support SASI/SCSI/IDE BIOS (only BIOS, not drives)
86 [X1/KEYBOAD] improve phantom keys (thanks Mr.Sato)
87
88
89 3/1/2018
90
91 [PC98RL] support NEC PC-98RL
92 [PC9801/DISPLAY] update for hireso mode
93 [PC9801/DISPLAY] fix for the case gdc scroll parameters are invalid
94 [PC9801/MEMBUS] update for hireso mode
95 [PC9801/MEMBUS] support outport 053Dh
96 [PC9801/MEMBUS] move memory map routine from VM class to MEMBUS class
97
98
99 2/28/2018
100
101 [VM/I286] fix not to clear cycles in reset()
102 [VM/I386] fix not to clear cycles in reset()
103 [VM/I386] improve mov_r16_rm16 instruction to check limit
104 [VM/I386] fix debugger
105
106 [PC9801RA] support NEC PC-9801RA
107
108
109 2/27/2018
110
111 [VM/I8237] fix bank register and inc mask register
112
113 [PC9801/DISPLAY] fix array length of analog palette
114 [PC9801/MEMBUS] improve memory bus for i386 or later (partial)
115
116
117 2/25/2018
118
119 [VM/DISK] improve for case 2D/2DD disk is inserted to 2DD/2D drive
120
121 [FMR30/FLOPPY] support to change drive type 2DD/2HD
122 [FMR30/FLOPPY] support to get media type 2D/2DD/2HD
123 [FMR50/BIOS] suppoert int 93h, ah=00h/01h to set/get drive type
124 [FMR50/BIOS] improve int 93h, ah=02h to get sector size and media type
125 [FMR50/FLOPPY] support to change drive type 2DD/2HD
126 [MZ80A] support to select floppy drive type 2D/2DD
127 [MZ80B] support to select floppy drive type 2D/2DD
128 [MZ80B] support to select cpu clock 4MHz/6MHz
129 [MZ800] support to select floppy drive type 2D/2DD
130 [MZ1500] support to select floppy drive type 2D/2DD
131 [MZ2200] support to select floppy drive type 2D/2DD
132 [MZ2200] support to select cpu clock 4MHz/6MHz
133 [MZ2800/FLOPPY] support to change drive type 2DD/2HD
134 [PC100] support to select floppy drive type 2D/2DD
135 [PC100/IOCTRL] improve dipswitch value for floppy drive type 2D/2DD
136 [X1TURBO] support to select floppy drive type 2D/2DD/2HD
137 [X1TURBO/FLOPPY] support to change drive type 2D/2DD/2HD
138
139
140 2/23/2018
141
142 [VM/DISK] support two side
143 [VM/I8237] support address mask
144 [VM/I8237] fix interface to connect tc signal for ch.2-4
145 [VM/IO] support to create multiple instances with different address range
146 [VM/MC6840] fix issue for the case address range is not 0-7
147 [VM/MEMORY] support to create multiple instances with different address ranges
148 [VM/UPD765A] fix st3 in sence devstat command
149
150 [FM16BETA] support FUJITSU FM16beta (not work)
151 [FMR50/MEMORY] fix memset issue
152 [PC9801] fix to connect terminal count signal from dmac to fdc
153
154
155 12/27/2017
156
157 [EMU] support to restore sound frequency/latency settings when load state
158
159 [VM/DISK] support T98-NEXT nfd r0 floppy disk image
160 [VM/DISK] support BKDSK hdm/hd5/hd4/hdb/dd9/dd6 floppy disk image
161
162
163 12/15/2017
164
165 [COMMON/FILEIO] add Fcompare function
166
167 [VM/*] improve save/load state function to check device class name
168 [VM/YM2151] fix save/load state function
169
170
171 12/14/2017
172
173 [RESOURCE] change accelerators for switching full speed and roman/kana input
174 [WINMAIN] fix to call ImmAssociateContext() in WM_ACTIVATE (thanks PC8801MA\89ü)
175
176 [VM/HD46505] fix to force update event timing when R0-R9 are modified
177 [VM/HUC6280] support to show clocks since starting scanline in debugger
178 [VM/I286] support to show clocks since starting scanline in debugger
179 [VM/I386] support to show clocks since starting scanline in debugger
180 [VM/M6502] support to show clocks since starting scanline in debugger
181 [VM/MC6800] support to show clocks since starting scanline in debugger
182 [VM/MC6809] support to show clocks since starting scanline in debugger
183 [VM/MCS48] support to show clocks since starting scanline in debugger
184 [VM/TMS9995] support to show clocks since starting scanline in debugger
185 [VM/UPD7220] fix to force update event timing when sync are modified
186 [VM/UPD7801] support to show clocks since starting scanline in debugger
187 [VM/UPD7810] support to show clocks since starting scanline in debugger
188 [VM/Z80] support to show clocks since starting scanline in debugger
189
190 [X1TURBOZ/DISPLAY] fix pcg/analog palette access wait again (thanks Mr.Sato)
191
192
193 12/12/2017
194
195 [VM/DISK] fix crc in id/data field (thanks Mr.Sato)
196 [VM/HD46505] fix not to raise DISPTMG signal if bit2,3 of R8 are 11
197
198 [X1TURBOZ/DISPLAY] fix pcg/analog palette access wait (thanks Mr.Sato)
199 [X1TURBOZ/DISPLAY] fix to draw each line at start of hblank (thanks Mr.Sato)
200
201
202 12/3/2017
203
204 [VM/UPD765A] fix read diagnostic to set ND when 1st sector's id are not match
205
206
207 11/28/2017
208
209 [EMU/DEBUGGER] fix ut command to show correct range of cpu trace
210
211 [VM/DEVICE] rename bios_call_i86() to bios_call_far_i86()
212 [VM/HUC6280] support to show total cpu clocks in debugger
213 [VM/HUC6280] support cpu trace
214 [VM/I286] support to show total cpu clocks in debugger
215 [VM/I286] support cpu trace
216 [VM/I386] support to show total cpu clocks in debugger
217 [VM/I386] support cpu trace
218 [VM/M6502] support to show total cpu clocks in debugger
219 [VM/M6502] support cpu trace
220 [VM/MC6800] support to show total cpu clocks in debugger
221 [VM/MC6800] support cpu trace
222 [VM/MC6800] fix issue that can not break at instruction following tap/cli/sei
223 [VM/MC6809] support to show total cpu clocks in debugger
224 [VM/MC6809] support cpu trace
225 [VM/MCS48] fix to add clocks for interrupt to total cpu clocks
226 [VM/TMS9995] support to show total cpu clocks in debugger
227 [VM/TMS9995] support cpu trace
228 [VM/UPD7801] support to show total cpu clocks in debugger
229 [VM/UPD7801] support cpu trace
230 [VM/UPD7810] support to show total cpu clocks in debugger
231 [VM/UPD7810] support cpu trace
232 [VM/Z80] fix to add clocks for interrupt to total cpu clocks
233
234
235 11/26/2017
236
237 [PC8801MA] fix text attribute when dma underrun occurs
238
239
240 11/25/2017
241
242 [EMU/DEBUGGER] support command history
243 [EMU/DEBUGGER] support ut command (unassemble cpu trace)
244 [EMU/DEBUGGER] fix < command to check if command file is correctly opened
245
246 [EMU/OSD] fix initialize_screen_buffer() for RGB565 (thanks PC8801MA\89ü)
247 [EMU/OSD] improve read_console_input() to get cursor key
248
249 [VM/MCS48] support to show total cpu clocks in debugger
250 [VM/MCS48] support cpu trace
251 [VM/UPD7220] improve vsync/hsync timing
252 [VM/UPD7220] improve status register to select vblank/hblank by sync command
253 [VM/YM2151] improve not to load mamefm.dll again (thanks PC8801MA\89ü)
254 [VM/YM2203] improve not to load mamefm.dll again (thanks PC8801MA\89ü)
255 [VM/Z80] support to show total cpu clocks in debugger
256 [VM/Z80] support cpu trace
257
258 [PC8801MA] support OPN+OPN, OPNA+OPNA, and OPNA+OPN (thanks PC8801MA\89ü)
259 [PC8801MA] fix back space key issue (thanks PC8801MA\89ü)
260 [PC8801MA] fix bank switch of extrom (thanks PC8801MA\89ü)
261 [PC8801MA] fix not to apply digital palette in monochrome and digital mode
262 [PC8801MA] fix to apply analog palette in monochrome and analog mode
263 [PC8801MA] fix to apply reverse in text attribute to monochrome graphic
264 [PC8801MA] fix cpu mode "Z80 8MHz (FE2/MC)"
265
266 [X1/KEYBOAD] support phantom keys (thanks Mr.Sato)
267 [X1/SUB] fix not to check iei status when sub cpu sends ack (thanks Mr.Sato)
268
269
270 8/12/2017
271
272 [EMU/DEBUGGER] improve to show message when cpu is not suspended soon
273
274 [PC8801/PC88] fix to render text color #0 with back color
275 [PC8801/PC88] fix to get text color attribute when text display is stopped
276
277
278 8/10/2017
279
280 [EMU] support to enter 0-9 by numpad key while roman to kana is enabled
281 [EMU] support to enter shift + function key while roman to kana is enabled
282 [EMU/DEBUGGER] fix to wait until cpu is suspended and enters into waiting loop
283
284 [VM/I386] fix to flush vtlb after modifying address mask
285 [VM/UPD7220] support to specify device class to access vram
286 [VM/Z80] fix to run dma before checking interrupts
287
288 [PC8801/PC88] fix monocolor graph screen to get color index from text attribute
289 [PC8801/PC88] fix monocolor graph screen to render with graph palette
290
291 [PC9801VX] support NEC PC-9801VX
292 [PC9801/CPUREG] support address mask i/o
293 [PC9801/DISPLAY] support EGC (thanks Neko Project 2)
294 [PC9801/DISPLAY] support EGC/GRCG access from graphic GDC
295 [PC9801/MEMBUS] support 24bit/32bit address memory bus
296 [PC9801/MEMBUS] support ITF rom
297
298
299 6/22/2017
300
301 [EMU] move auto key codes from winmain to emu class
302 [EMU] support to convert roman letters to kana letters
303 [WINMAIN] support APPLICATION accelerator to enable/disable roman to kana
304 [WINMAIN] support CTRL+ALT+ENTER accelerator to enable/disable full speed
305
306 [VM/I386] improve i86/i286 core based on MAME 0.185
307 [VM/UPD765A] fix device status (thanks annonymus guy)
308 [VM/YM2203] fix to mask YM2608 ports in YM2203 case (thanks annonymus guy)
309
310 [PC8801/PC88] fix bank switch of extend ram (thanks annonymus guy)
311 [PC8801/PC88] fix crtc for dma underrun case (thanks annonymus guy)
312
313
314 5/28/2017
315
316 [WINMAIN] support to run simulation at full speed
317
318 [VM/I386] improve i386 core based on MAME 0.185
319
320
321 5/20/2017
322
323 [YIS/DISPLAY] support correct font rom (thanks Mr.Moriya)
324 [YIS/DISPLAY] support native graphic commands
325 [YIS/DISPLAY] include KST32B stroke font and its decoder (thanks Mr.Saka.N)
326
327 [X1TURBOZ/DISPLAY] fix 8 color mode with 4096 palette (thanks Mr.Sato)
328
329
330 5/17/2017
331
332 [X1TURBOZ/DISPLAY] fix 64/4096 color mode (thanks Mr.Sato)
333
334
335 5/15/2017
336
337 [X1TURBOZ] support SHARP X1turboZ
338 [X1TURBOZ/DISPLAY] support X1turboZ enhanced graphic modes
339 [X1TURBOZ/IOSUB] support analog palette access wait
340
341
342 5/13/2017
343
344 [WIN32/SCREEN] fix not to move window position unnecessarily
345
346 [VM/AM9511] support AM9511 (thanks Xep128)
347 [VM/DISK] support to specify raw track size
348 [VM/MB8877] support to specify raw track size
349 [VM/MC6844] support MC6844
350 [VM/MC6850] support MC6850
351 [VM/MSM58321] add read_signal()
352 [VM/MEMORY] improve that dma controller does not read/write memory mapped i/o
353 [VM/NOISE] fix not to restart from first sample if already playing noise
354
355 [YIS] support YAMAHA YIS (thanks YAMAHA and Mr.Moriya)
356
357
358 4/16/2017
359
360 [VM/IO] revert the fix in 4/15/2017
361 [VM/SN76489AN] revert the fix in 4/15/2017
362
363
364 4/15/2017
365
366 [COMMON] add muldiv_s32 and muldiv_u32 to multiple 32bit integer
367 [COMMON] fix functions to support symbols
368
369 [VM/IO] improve to use read/write_io8/16/32w() to get wait clock from device
370 [VM/SN76489AN] improve to return 32 + 16 * n for wait clock
371
372 [MZ700] improve correct cpu clock and frame rate
373 [MZ800] improve correct cpu clock and frame rate
374
375
376 4/2/2017
377
378 [RESOURCE] improve menu items
379 [WINMAIN] improve menu items
380
381 [EX80] support to show/hide crt monitor
382
383
384 3/30/2017
385
386 [COMMON] add functions to convert char, wchar_t, and _TCHAR to each other
387 [COMMON] add _fgetts, _ftprintf, my_ftprintf_s, and my_swprintf_s
388 [COMMON/FILEIO] add Fgetts and Ftprintf for _TCHAR
389 [COMMON/FILEIO] fix functions using ZLIB for _UNICODE case
390 [EMU/DEBUGGER] fix for _UNICODE case
391 [WINMAIN] improve to update status only when status is changed
392
393 [VM/HUC6280] improve disassembler to support symbols (thanks Mr.Kei Moroboshi)
394 [VM/I8080] improve disassembler to support symbols
395 [VM/M6502] support debugger and disassembler (thanks MAME)
396 [VM/MCS48] improve disassembler to support symbols
397 [VM/TMS9995] fix disassembler for _UNICODE case
398 [VM/UPD7810] improve disassembler to support symbols
399 [VM/UPD7810] fix disassembler for _UNICODE case
400
401 [BABBAGE2ND] support debugger and save/load state
402 [FAMILYBASIC] support debugger
403 [YS6464A] support debugger and save/load state
404
405
406 3/28/2017
407
408 [COMMON] add _tcscat and my_tcscat_s
409 [COMMON] add structure and functions to support symbols
410 [EMU/DEBUGGER] improve debugger to support symbols (thanks Mr.Kei Moroboshi)
411
412 [VM/MC6800] improve disassembler to support symbols (thanks Mr.Kei Moroboshi)
413 [VM/MC6809] improve disassembler to support symbols (thanks Mr.Kei Moroboshi)
414 [VM/TMS9995] improve disassembler to support symbols (thanks Mr.Kei Moroboshi)
415 [VM/UPD7801] improve disassembler to support symbols (thanks Mr.Kei Moroboshi)
416 [VM/Z80] improve disassembler to support symbols (thanks Mr.Kei Moroboshi)
417
418
419 3/26/2017
420
421 [VM/YM2413] support mute
422
423 [FAMILYBASIC] support Family BASIC MMC5/VRC7 MOD
424 [FAMILYBASIC] support correct scanlines
425 [FAMILYBASIC/MEMORY] support MMC5/ VRC7 based on unofficial nester
426 [FAMILYBASIC/MEMORY] fix data recorder signal (thanks MESS)
427
428
429 3/20/2017
430
431 [COMMON] suport to read ascii/binary file compressed by gzip
432 [RESOURCE] fix fm8/fm7/fm77 dipswitch menu items
433 [WINMAIN] fix to update status bar twice/second to supress flickar
434
435 [VM/SCSI_CDROM] support CD-ROM bin/img file compressed by gzip
436 [VM/DATAREC] support tape image file compressed by gzip
437 [VM/DATAREC] support to save FUJITSU FM-7/77 t77 format tape image
438
439 [BMJR/MEMORY] fix sound mixer not to clear previously mixed sound
440
441
442 3/18/2017
443
444 [WINMAIN] support multiple data recorder
445 [EMU] support multiple data recorder
446
447 [VM/DATAREC] support HITACH BASIC Master Jr bin format tape image
448 [VM/PTF20] support access lamp signal
449
450 [BMJR/MEMORY] fix reading cmt signal
451 [BMJR/MEMORY] fix sound mixer
452 [TK80BS/CMT] support TK-80 cmt i/f
453
454
455 3/15/2017
456
457 [WINMAIN] add status bar to draw access lamps
458 [EMU] add interfaces to get access status of floppy/quick/hard disk drives
459 [EMU] add interface to get cmt status message
460
461 [VM/DATAREC] support cmt status message
462 [VM/HD44102] fix build error
463 [VM/MC6800] fix M_RDOP and M_RDOP_ARG macros (thanks PockEmul)
464 [VM/LD700] support access lamp signal
465 [VM/SCSI_CDROM] support access lamp signal
466 [VM/SCSI_DEV] support access lamp signal
467 [VM/SCSI_HDD] support access lamp signal
468
469 [HC20] fix issue that we cannot debug TF-20 CPU
470 [JR800] support National JR-800 (thanks PockEmul)
471
472
473 3/12/2017
474
475 [VM/DATAREC] fix issue that fast forward noise may not stop
476
477
478 3/11/2017
479
480 [VM/DATAREC] support to play play/stop/fast-fwd noise
481 [VM/MB8877] support to play seek/load/unload noise
482 [VM/HD44102] support HD44102 based on MAME 0.171
483 [VM/T3444A] support to play seek/load/unload noise
484 [VM/UPD765A] support to play seek/load/unload noise
485 [VM/UPD765A] fix seek time (thanks Mr.Artane.)
486
487 [MZ80B/MEMORY80B] fix vgate signal (thanks Mr.Suga)
488
489
490 3/8/2017
491
492 [VM/DISK] improve to check if disk image is modified more strictly
493 [VM/DISK] import yaya2016-04-13plus1 (thanks Mr.umaiboux)
494 [VM/V9938] import yaya2016-04-13plus1 (thanks Mr.umaiboux and MAME)
495 [VM/YM2413] import yaya2016-04-13plus1 (thanks Mr.umaiboux)
496
497 [FMR30] split project for i86 and i286
498 [MSX/*] import yaya2016-04-13plus1 (thanks Mr.umaiboux)
499
500
501 3/7/2017
502
503 [WIN32/INPUT] improve to accept shift + caps/kana/kanji
504
505 [VM/DISK] support device name (thanks Mr.Aratane.)
506 [VM/EVENT] improve to check abnormal scanline number (thanks Mr.Sato)
507 [VM/EVENT] fix light weight sound rendering (thanks Mr.168)
508 [VM/*] add device name to all devices of each machine (thanks Mr.Aratane.)
509
510 [MZ80B] change floppy drive type from 2D to 2DD (thanks Mr.Suga)
511 [MZ80B/MEMORY80B] support I-O DATA PIO-3039 (thanks Mr.Suga)
512
513
514 3/4/2017
515
516 [WINMAIN] add interfaces for bubble casette (thanks Mr.Artane.)
517 [EMU] add interfaces for bubble casette (thanks Mr.Artane.)
518
519 [VM/*] import Mr.Artane.'s fixes (Commits on Feb 18, 2017)
520 [VM/AY_3_891X] split YM2203 and AY-3-891X (thanks Mr.Artane.)
521 [VM/DISK] fix trim buffer routine for 2D disk image (thanks Mr.Artane.)
522 [VM/EVENT] support light weight sound rendering (thanks Mr.Artane.)
523 [VM/MB8877] fix seek command for 2D disk image (thanks Mr.Artane.)
524
525 [FM77AV] import Mr.Artane.'s fixes (Commits on Feb 18, 2017)
526
527
528 3/1/2017
529
530 [EMU/DEBUGGER] support < command (input commands from file)
531
532 [X1/MEMORY] support to unmap rom by reading port 1Exxh (thanks Mr.Sato)
533
534
535 2/9/2017
536
537 [WINMAIN] support to draw bitmap image onto buttons
538 [WINMAIN] fix to redraw pcb bitmap image when window is invalidated
539 [WIN32/SCREEN] fix to invalidate rects for 7-seg leds and buttons
540
541 [BABBAGE2ND] add bitmap images for buttons
542 [EX80] add bitmap images for buttons
543 [SMB80TE] add bitmap images for buttons
544 [TK80BS] add bitmap images for buttons
545 [TK85] support NEC TK-85
546 [YS6464A] add bitmap images for buttons
547
548
549 12/31/2016
550
551 [COLECOVISION/KEYBOARD] fix not to raise irq when joystick is pressed
552 [COLECOVISION/KEYBOARD] fix joystick/tenkey inputs
553 [COLECOVISION/KEYBOARD] fix to save/load tenky enabled status
554 [SC3000/MEMORY] support 32KB+16KB or 128KB ROM carts
555
556
557 12/30/2016
558
559 [COLECOVISION] support COLECO ColecoVision (thanks Mr.tanam)
560
561
562 12/29/2016
563
564 [RESOURCE] recompress png files in https://tinypng.com/
565
566 [EMU/DEBUGGER] support p command (trace one opcode, step-over)
567
568 [MZ80K/MEMORY] support V-GATE signal (thanks Mr.Suga)
569 [PASOPIA/DISPLAY] fix graphic color in screen 2 mode (thanks Mr.Kamei)
570 [SMB80TE] support SHARP SM-B-80TE
571
572
573 4/13/2016
574
575 [WINMAIN] improve auto key for the case to switch upper/lowercase with capslock
576 [EMU/DEBUGGER] fix issue that u command may cause the infinite loop
577
578 [VM/DATAREC] support to detect the frequency of signal
579 [VM/DATAREC] fix to always adjust zero position of wave signal
580 [VM/UPD1990A] fix not to check clk signal is low when stb signal is raised
581 [VM/UPD7810] support debugger
582 [VM/UPD7810] support MOV A,S opecode
583 [VM/UPD7810] fix not to change V register (thanks PockEmul)
584
585 [PC2001] support NEC PC-2001
586 [PC2001] fix cpu clock
587 [PC2001] support beep sound
588 [PC2001/IO] support rtc control signals
589 [YALKY] support Yuasa Kyouiku System YALKY
590 [YALKY/IO] improve data recorder controller
591
592
593 4/1/2016
594
595 [VM/DATAREC] suppot to specify channel of data and voice for each vm
596 [VM/UPD7810] support uPD7810 series based on MAME 0.152
597 [VM/UPD16434] support uPD16434 based on PockEmul
598
599 [PC2001] support NEC PC-2001 (not work)
600 [SMC70] support SONY SMC-70
601 [YALKY] support Yuasa Kyouiku System YALKY (not work)
602
603
604 3/23/2016
605
606 [VM/FMGEN] fix psg volume (thanks Mr.umaiboux and Mr.Artane.)
607 [VM/MZ1P17] support MZ-80P3 and MZ-80P4 (thanks Mr.Suga)
608 [VM/UPD7801] support HOLD/HLDA signals at PC #7/#6 pins
609
610 [FM77AV] import Mr.Artane.'s fixes (Commits on Mar 20, 2016)
611 [MZ80K] support dummy printer device and MZ-80P3 / MZ-80P4 (thanks Mr.Suga)
612 [MZ80K/KEYBOARD] fix shift and kana keys
613 [MZ2800] fix issue that prnfile instance is not initialized
614
615
616 3/17/2016
617
618 [ALL] improve VC++2013 project files for include/lib directories and manifest
619
620 [COMMON] import Mr.Artane.'s fixes (Commits on Mar 11, 2016)
621 [EMU] import Mr.Artane.'s fixes (Commits on Mar 11, 2016)
622 [EMU] add get_sound_rate()
623
624 [VM/SCSI_CDROM] improve CD-DA mixer to reduce cpu usage
625
626 [PCENGINE/PCE] fix adpcm streaming with dma function for Ys III
627
628
629 3/16/2016
630
631 [VM/HUC6280] support busreq
632 [VM/MSM5205] support MSM5205 based on MAME 0.171
633 [VM/SCSI_CDROM] support SCSI CD-ROM drive
634 [VM/SCSI_CDROM] support NEC features based on MAME 0.171 and Ootake 2.76
635 [VM/SCSI_DEV] support more correct req timing
636 [VM/SCSI_DEV] simplify codes
637 [VM/SCSI_HDD] fix save/load state function to call SCSI_DEV's ones
638 [VM/SCSI_HDD] simplify codes
639 [VM/SCSI_HOST] suuport output bsy signal to notify bus free
640
641 [PCENGINE] support CD-ROM^2 based on MAME 0.171 and Ootake 2.76
642 [PCENGINE] change icon file
643
644
645 3/5/2016
646
647 [EMU] add force_out_debug_log() function
648
649 [VM/DEVICE] add definitions for SCSI signals
650 [VM/I8237] suuport output signal to notify terminal count
651 [VM/MB8877] support MB89311
652 [VM/SCSI_HOST] support SCSI base host adaptor
653 [VM/SCSI_DEV] support SCSI base device
654 [VM/SCSI_HDD] support SCSI hard disk drive
655 [VM/UPD71071] fix to clear registers at initialize() for debug mode
656 [VM/UPD71071] fix initial mode and mask registers values in reset()
657
658 [FMR30] fix not to use pseudo bios class when ipl rom image is loaded
659 [FMR30/SCSI] support SCSI host adaptor
660 [FMR50] fix not to use pseudo bios class when ipl rom image is loaded
661 [FMR50/BIOS] remove codes for unused memory card and power management bios
662 [FMR50/SCSI] support SCSI host adaptor
663
664
665 3/1/2016
666
667 [ALL] use integer types defined in stdint.h (uint8 -> uint8_t, etc)
668 [ALL] rename pair and scrntype to pair_t and scrntype_t
669
670 [COMMON] add get_long_full_path_name() and get_parent_dir()
671 [COMMON] rename IsFileExists() in FILEIO class to IsFileExisting()
672 [EMU] import Mr.Artane.'s fixes (Commits on Feb 27, 2016)
673 [EMU] add get_osd()
674 [EMU] add set_mouse_pointer(), set_mouse_button(), and get_mouse_button()
675 [EMU] add get_access_lamp_status() and get_led_status()
676 [EMU/DEBUGGER] avoid PostMessage() and GetAsyncKeyState()
677 [WIN32/CONSOLE] add is_console_key_pressed() and close_debugger_console()
678
679 [VM/DATAREC] fix t77 image loader (thanks Mr.Artane.)
680 [VM/DEVICE] add get_device_name() (thanks Mr.Artane.)
681 [VM/DISK] import Mr.Artane.'s fixes for eFM7/77/77AV hacks
682 [VM/MB8877] import Mr.Artane.'s fixes for eFM7/77/77AV hacks
683 [VM/MC6809] add 16/32bit read/write functions for debugger (thanks Mr.Artane.)
684 [VM/V99X8] fix macro to create color (thanks Mr.Artane.)
685 [VM/Z80DMA] fix build issue for MinGW's (older) GCC (thanks Mr.Artane.)
686
687 [FM77AV] import Mr.Artane.'s fixes (Commits on Feb 27, 2016)
688 [FM77AV] add eFM8 codes (thanks Mr.Artane.)
689 [J3100] fix build issues (thanks Mr.Artane.)
690
691
692 2/26/2016
693
694 [WINMAIN] refactor codes
695 [WIN32] fix routine to check the Windows Vista or later
696 [WIN32/INPUT] improve DirectInput codes for newer DirectX 9.0 SDK
697 [WIN32/VIDEO] improve routine to copy DirectShow buffer to vm screen buffer
698
699 [VM/HD46505] support to set character clock
700 [VM/MC6840] reimplement based on MAME 0.168
701 [VM/T3444A] fix build error
702 [VM/YM2203] fix to clear output register and mode register in reset()
703
704
705 2/21/2016
706
707 [VM/MB8877] fix timing to start read/write sector for invalid format track
708 [VM/T3444A] fix timing to start read/write sector for invalid format track
709
710 [MZ2500/CMT] fix reset signal again for Laydock
711
712
713 2/19/2016
714
715 [ALL] add VC++2013 project files
716 [ALL] change many public method names according to common naming convention
717
718 [COMMON] add create_string() function
719 [WINMAIN] copy codes to read clipboard for auto key from osd class
720 [EMU] copy codes for auto key and joystick mapping from osd class
721 [EMU/OSD] remove codes for auto key and joystick mapping
722
723 [VM/PRNFILE] fix not to register ack event in initialize() for debug build
724 [VM/MZ1P17] fix not to register ack event in initialize() for debug build
725 [VM/MZ1P17] fix font rom loader for MZ-80B/2000/2200
726
727 [MZ2200/MEMORY80B] fix green monitor color
728
729
730 2/17/2016
731
732 [EMU] improve screen stretch modes
733 [EMU/OSD] improve screen stretch modes
734
735 [VM/FMGEN] support to set left/right volumes
736 [VM/YM2151] support to set left/right volumes
737 [VM/YM2203] support to set left/right volumes
738 [VM/Z80DMA] fix timing of bus request and release
739
740 [MZ2200/MEMORY80B] fix green monitor not to refer text/back color registers
741 [MZ2200/MEMORY80B] support to swap left/right side of color and green monitors
742
743
744 2/13/2016
745
746 [VM/DISK] fix routine to calculate sector position for invalid format track
747 [VM/DISK] increase max sector number from 256 to 512
748 [VM/MB8877] improve timing to start read/write sector for invalid format track
749 [VM/MZ1P17] fix initial value of reset signal
750 [VM/PRNFILE] fix initial value of reset signal
751 [VM/T3444A] improve timing to start read/write sector for invalid format track
752
753 [MZ2200/MEMORY80B] support dual (color and green) monitors
754
755
756 2/11/2016
757
758 [VM/DISK] fix to allow fdc class to get gap3 size
759 [VM/MB8877] improve timing to start read/write sector
760 [VM/T3444A] improve timing to start read/write sector
761 [VM/T3444A] fix to wait 100usec for tnd signal after sector is finshed
762
763
764 2/10/2016
765
766 [COMMON] improve routine to apply volume to sound samples
767 [WINMAIN] improve volume dialog
768 [WINMAIN] change volume uppder limit from +20dB to 0dB
769 [WINMAIN] support joystick dialog
770 [WINMAIN] simplify codes
771 [EMU] remove function to get sound device info
772 [EMU] change keyboard/joystick/mapper data pointer to const pointer
773
774 [MZ80K/KEYBOARD] fix for constant keyboatd data pointer
775 [PC6001/PSUB] fix for constant keyboatd data pointer
776 [X1/KEYBOARD] fix for constant keyboatd data pointer
777
778
779 2/7/2016
780
781 [WINMAIN] add dialog to set sound device volumes
782 [EMU] support to get sound device info
783 [EMU] support to set left/right volumes
784
785 [VM/BEEP] support to set left/right volumes
786 [VM/DATAREC] support to set left/right volumes
787 [VM/DEVICE] add virtual function to set left/right volumes
788 [VM/LD700] support to set left/right volumes
789 [VM/PCM1BIT] support to set left/right volumes
790 [VM/SN76489AN] support to set left/right volumes
791 [VM/TMS3631] support to set left/right volumes
792 [VM/UPD7552] support to set left/right volumes
793 [VM/YM2151] support to set volume
794 [VM/YM2203] support to set volume
795 [VM/YM2413] support to set left/right volumes
796 [VM/YM2413] fix memory leak issue
797
798 [BMJR/MEMORY] support to set left/right volumes
799 [FAMILYBASIC/APU] support to set left/right volumes
800 [MULTI8] support beep sound
801 [PV1000/PSG] support to set left/right volumes
802 [SCV/SOUND] support to set left/right volumes
803
804
805 2/4/2016
806
807 [VM/TMS9995] support debugger
808
809
810 1/10/2016
811
812 [VM/MZ1P17] support ESC % 2 in MZ-1 mode
813 [VM/MZ1P17] support MZ-2/3/X1 mode
814 [VM/MZ1P17] improve hiragana mode
815 [VM/MZ1P17] support overprint in the case that line feed distance is not enough
816 [VM/MZ1P17] improve busy signal
817 [VM/MZ1P17] support ack and reset signal
818 [VM/PRNFILE] improve busy signal
819 [VM/PRNFILE] support ack and reset signal
820
821 [MZ1500] support dummy printer device and MZ-1P17
822 [MZ2200/PRINTER] support dummy printer device and MZ-1P17
823 [MZ2500/PRINTER] improve to use printer reset signal
824 [MZ2800/PRINTER] support dummy printer device and MZ-1P17
825 [MZ3500] support dummy printer device and MZ-1P17
826 [MZ5500] support dummy printer device and MZ-1P17
827 [PC8801/PC88] fix to get printer busy status
828 [PC9801] fix to get printer busy status
829 [PC98LT] fix to get printer busy status
830 [X1] support dummy printer device and MZ-1P17
831
832
833 12/31/2015
834
835 [VM/MZ1P17] support underline, hiragana mode, and color mode
836
837
838 12/30/2015
839
840 [COMMON] add jis_to_sjis() function
841 [EMU] fix to delete OSD instance after delete VM instance
842 [EMU/OSD] improve functions to manipulate bitmaps and fonts
843
844 [VM/PRNFILE] support save/load state
845 [VM/MZ1P17] support MZ-1P17
846
847 [MZ2500/PRINTER] support dummy printer device and MZ-1P17
848
849
850 12/23/2015
851
852 [ALL] fix for UNICODE character set case
853
854 [COMMON] improve create_local_path() and get_file_path_without_extensiton() not to overwrite previous result soon
855 [EMU/OSD] improve to capture screen with png file format
856 [EMU/OSD] improve functions to manipulate bitmaps and fonts
857
858 [TOOL/MZ80K] support software keyboard for MZ-80K/C
859
860
861 12/20/2015
862
863 [EMU/OSD] remove functions for pinter interface
864 [EMU/OSD] add functions to manipulate bitmaps and fonts
865
866 [VM/PRNFILE] support dummy printer device that outputs to file
867
868 [MZ80K/MEMORY] combine memory class and display class
869 [MZ80K/MEMORY] support PCG-8000/1200
870 [MZ700/MEMORY] fix PCG-700
871 [PC6001] improve to use new dummy printer device
872 [PC8801] improve to use new dummy printer device
873 [PC9801] improve to use new dummy printer device
874 [PC98LT] improve to use new dummy printer device
875 [X1] improve to use new dummy printer device
876
877
878 12/17/2015
879
880 [COMMON] add application_path() and create_local_path()
881 [COMMON] add create_date_file_path()
882 [COMMON] add get_host_time()
883 [EMU/OSD] remove EMU::application_path() and EMU::bios_path()
884 [EMU/OSD] remove OSD::create_date_file_name()
885 [EMU/OSD] remove EMU::get_host_time()
886 [WIN32/SCREEN] fix screen rotation
887
888 [EX80] improve screen
889
890
891 12/16/2015
892
893 [COMMON] improve config, common, and fileio for other environments
894 [EMU/OSD] improve lock_vm() and unlock_vm() to support nesting
895 [EMU/OSD] add force_unlock_vm() to force unlock vm ignoring nesting
896
897 [VM/DISK] improve for other environments
898 [VM/F9368] support F9368
899 [VM/FMGEN] fix to use FILEIO class (thanks Mr.Artane.)
900 [VM/LD700] improve for other environments
901 [VM/MC6809] improve for other environments
902 [VM/UPD765A] improve for other environments
903 [VM/V99X8] fix to check if screen buffer is valid or not
904
905 [EX80] support save/load state
906 [FM77AV] import Mr.Artane.'s fixes (Commits on Dec 13, 2015)
907 [J3100] fix build errors (thanks Mr.Artane.)
908 [TK80BS] support save/load state
909
910
911 12/15/2015
912
913 [WINMAIN] fix to check if button caption is multi-line or not
914
915 [VM/I8080] fix to use fetch_op() function to fetch opecode
916 [VM/I8080] support to read interrupt enabled status
917
918 [EX80] support TOSHIBA EX-80
919 [TK80BS] improve screen
920
921
922 12/10/2015
923
924 [COMMON] improve common.h for other environments
925 [WIN32/SCREEN] fix crt filter issue for eFM-7
926
927
928 12/9/2015
929
930 [EMU/OSD] add OSD class and move OS dependent codes to OSD class
931 [WIN32/SCREEN] support screen rotation 180deg and 270deg, not only 90deg
932 [WIN32/SCREEN] support to load png image from resource
933
934 [FM77AV] import Mr.Artane.'s fixes (Commits on Dec 7, 2015)
935 [PC9801] fix PC-9801-26(K) irq number on YM2203 port A again
936 [TK80BS] add printed circuit board picture and buttons
937 [X1TURBO/PSUB] fix kana key map in keyboard mode B
938
939
940 11/18/2015
941
942 [WINMAIN] support to eject disk with d88 bank selection menu open
943 [EMU/WIN32] add tape_playing(), tape_recording(), and tape_position()
944
945 [VM/*] add tape_playing(), tape_recording(), and tape_position()
946
947 [FM77AV] import Mr.Artane.'s fixes (Commits on Nov 14, 2015)
948
949
950 10/31/2015
951
952 [WIN32/INPUT] fix broken auto key function
953 [WIN32/INPUT] support to notify l/r-shift/control/menu key to virtual machine
954 [WIN32/SOUND] fix not to create a sound buffer on sound card memory
955
956 [FM77AV] import Mr.Artane.'s fixes (Commits on Oct 29, 2015)
957
958
959 10/27/2015
960
961 [VM/IO] fix build error
962 [VM/UPD765A] fix tc signal in exec phase (thanks Mr.PI.)
963
964
965 10/7/2015
966
967 [VM/DISK] import Mr.Artane.'s fixes for FM-7 PSY-O-BLADE
968 [VM/IO] improve debug log for second cpu
969
970 [FM77AV] import Mr.Artane.'s fixes (Commits on Oct 2, 2015)
971
972
973 10/6/2015
974
975 [WIN32/DEBUGGER] add > command to output the logfile
976
977 [VM/UPD7220] support vram data mask to support 12bit vram for MZ-3500
978 [VM/Z80] improve disassembler for DD/ED/FD opecodes
979
980 [MZ3500/SUB] fix character vram bit width
981 [MZ3500/SUB] fix graphic vram size
982 [MZ3500/SUB] fix to negate color palette number of kanji character screen
983
984
985 9/30/2015
986
987 [EMU/WIN32] fix eFM77AV40/EX menu issues
988
989 [VM/TMS3631] add TMS3631 based on Neko Project 2
990
991 [MZ3500/SUB] support monochrome mode
992 [MZ3500/SUB] support vertical/horizontal line
993 [MZ3500/SUB] fix character color in the case color number is zero
994 [PC9801] fix PC-9801-26(K) irq number on YM2203 port A
995 [PC9801] support PC-9801-14
996
997
998 9/29/2015
999
1000 [EMU/WIN32] fix terrible mistakes (thanks Mr.Artane.)
1001
1002 [VM/DISK] import Mr.Artane.'s fixes for FM-7 PSY-O-BLADE
1003 [VM/MB8877] import Mr.Artane.'s fixes for FM-7 series
1004
1005 [FM77AV] add eFM77AV40/40EX codes (thanks Mr.Artane.)
1006 [FM77AV] import Mr.Artane.'s fixes (from SNAPSHOT 20150926)
1007 [MZ3500/MAIN] support some dip switches
1008 [MZ3500/SUB] support middle resolution monitor and green monitor
1009 [PC9801] support to enable/disable sound board and sound bios
1010
1011
1012 9/26/2015
1013
1014 [MZ3500/SUB] fix kanji character renderer
1015 [MZ3500/SUB] fix character renderer for non transparent black color
1016
1017
1018 9/25/2015
1019
1020 [MZ3500] support HALT button
1021 [MZ3500/KEYBOARD] support PRO/OP mode switch
1022 [MZ3500/KEYBOARD] support CL and 00 keys
1023 [MZ3500/KEYBOARD] change key assign for program control keys
1024 [MZ3500/MAIN] fix to add one clock wait for each m1 cycle
1025 [MZ3500/MAIN] fix memory mapper to check me1/me2 signals
1026 [MZ3500/MAIN] fix memory mapper to update only when register values are changed
1027 [MZ3500/SUB] support kanji rom and kanji vram
1028 [MZ3500/SUB] implement graphic screen renderer
1029
1030
1031 9/23/2015-2
1032
1033 [MZ3500/KEYBOARD] support kana key
1034
1035
1036 9/23/2015
1037
1038 [VM/UPD765A] fix index hole signal width to 5msec (thanks Mr.Sato)
1039
1040 [MZ3500] support SHARP MZ-3500
1041 [MZ3500/KEYBOARD] implement keyboard
1042 [MZ3500/SUB] enlarge ram size of sub cpu
1043 [MZ3500/SUB] fix text screen renderer
1044
1045
1046 9/17/2015
1047
1048 [TOOL/ANY2D88] support to convert solid image to 1dd
1049 [TOOL/ANY2D88] support to convert solid image with sector size 256bytes
1050
1051 [WINMAIN] improve to inhibit starting screen saver
1052
1053 [VM/DISK] fix issue in the case that file extension of solid image is *.dsk
1054 [VM/DISK] update physical disk format table
1055 [VM/DISK] improve fdi converter
1056 [VM/DISK] support to get am1 position in id field
1057 [VM/MB8877] improve timing to start read/write sector
1058 [VM/MB8877] fix to use const time to search sector in incorrect timing setting
1059 [VM/T3444A] fix to use const time to search sector in incorrect timing setting
1060 [VM/UPD765A] fix to use const time to search sector in incorrect timing setting
1061
1062 [MZ80K/DISPLAY] support green monitor for MZ-80C
1063 [X1TURBO/DISPLAY] fix issue in the case that char raster is greater than 8/16
1064
1065
1066 9/15/2015
1067
1068 [TOOL/ANY2D88] add new utility any2d88 that converts any format image to d88
1069
1070 [COMMON] add FileLength() function to FILEIO class
1071 [WIN32/DEBUGGER] disable ctrl-c on the debug console
1072
1073 [VM/DATAREC] support to record tap format image
1074 [VM/DISK] simplify image loader
1075 [VM/DISK] improve cpdread converter for invalid track size table
1076
1077 [MZ80K/MZ80FIO] fix drive number register (thanks Mr.masa and Mr.Suga)
1078
1079
1080 9/9/2015
1081
1082 [COMMON] add batch file to merge manifest file for Windows Vista or later
1083
1084
1085 9/8/2015
1086
1087 [VM/DISK] fix for single density disk in double density drive
1088 [VM/T3444A] support T3444A/T3444M
1089
1090 [BMJR] support HITACHI BASIC Master Jr
1091 [MZ80K/MZ80FIO] support MZ-80FIO
1092 [MZ80K/KEYBOARD] fix eisuu/kana key to toggle with kana key
1093 [PC6001] fix signal connections between i8255 and PC-80S31K
1094
1095
1096 8/28/2015
1097
1098 [WIN32/SCREEN] improve and simplify crt filter
1099
1100 [VM/DATAREC] rename SIG_DATAREC_OUT to SIG_DATAREC_MIC
1101 [VM/DATAREC] rename set_context_out() to set_context_ear()
1102 [VM/DEVICE] add virtual functions to get remaining time until event is expired
1103 [VM/DEVICE] add functions to get remaining time until event is expired
1104 [VM/MC6800] fix build error for MB8861
1105 [VM/YS6522] support YS6522 based on MAME 0.164
1106
1107 [JR100] support National JR-100
1108
1109
1110 8/25/2015
1111
1112 [WIN32/SCREEN] improve crt filter for non stretched screen
1113 [WIN32/SCREEN] fix not to lock Direct3D9 offscreen surface for a long period
1114
1115 [PC8801/PC88] import Mr.PI.'s fixes from XM8 version 1.30
1116
1117
1118 8/24/2015
1119
1120 [VM/DISK] fix to save image in d88 format if solid image is physical formatted
1121 [VM/DISK] fix to save single side solid image correctly
1122 [VM/DISK] fix imagedisk converter for single side disk image
1123
1124
1125 8/23/2015
1126
1127 [VM/DISK] fix routine to check FM-7 DEATH FORCE
1128
1129
1130 8/22/2015-2
1131
1132 [VM/DISK] support solid 1dd 280kb disk image with .img extension
1133 [VM/MB8877] revert the fix in 8/22/2015
1134
1135 [SMC777] fix floppy drive speed to 600rpm
1136
1137
1138 8/22/2015
1139
1140 [COMMON] replace many _TCHAR* to const _TCHAR* mainly for file path
1141 [WIN32/DEBUGGER] improve L and W command to load/write intel hex format file
1142
1143 [VM/DISK] add patch for FM-7 DEATH FORCE (thanks Mr.Artane.)
1144 [VM/MB8877] fix for 2d disk image on 2dd/2hd drive (thanks Mr.Artane.)
1145 [VM/MC6809] improve mc6809 instructions (thanks Mr.Artane.)
1146
1147 [FM77AV] import Mr.Artane.'s fixes (Commits on Aug 19, 2015)
1148 [MZ2500/CRTC] fix character blinking (thanks Mr.KanegonP)
1149
1150
1151 8/21/2015
1152
1153 [WIN32/INPUT] improve auto key function for us-keyboard
1154 [WIN32/INPUT] support to load vm's own auto key table
1155
1156 [VM/DISK] support *.1dd floppy disk image
1157 [VM/I286] fix build error
1158 [VM/MB8877] fix to check cylinder number for read/write sector command
1159
1160 [SMC777] support SONY SMC-777
1161
1162
1163 8/13/2015
1164
1165 [VM/HUC6280] support debugger
1166 [VM/I86] fix aad instruction for NEC V30
1167 [VM/I286] add NEC V30 instructions based on MAME 0.128
1168
1169 [PC9801U] fix to use new V30 core
1170 [PC9801VF] fix to use new V30 core
1171 [PC9801VM] fix to use new V30 core
1172 [PC98DO] fix to use new V30 core
1173 [PC98HA] fix to use new V30 core
1174 [PC98LT] fix to use new V30 core
1175
1176
1177 8/9/2015
1178
1179 [VM/MB8877] support MB8866
1180 [VM/MB8877] improve type-2/3 command timing for E flag
1181 [VM/MB8877] fix write protect status (thanks Mr.Artane.)
1182
1183 [MZ80A] change fdc device type from MB8876 to MB8866
1184
1185
1186 8/8/2015
1187
1188 [VM/DISK] remove ugly patch for X1turbo Alpha
1189 [VM/MB8877] remove ugly patch for X1turbo Alpha
1190 [VM/MB8877] improve type-1 command timing
1191 [VM/MB8877] improve type-2/3 command timing for E flag
1192 [VM/MB8877] improve force interrupt command to finish write sector command
1193 [VM/Z80SIO] improve transmitting timing for external clock signal
1194
1195
1196 8/7/2015
1197
1198 [VM/DATAREC] support ASCII MSX cas format tape image (thanks Mr.Sean Young)
1199 [VM/DATAREC] improve mzt converter to support fast forward/rewind
1200 [VM/DISK] improve image decoder for single side and data mark missing cases
1201 [VM/MB8877] fix timing to abort searching the target sector
1202 [VM/MB8877] fix to raise irq signal after abort searching the target sector
1203 [VM/MB8877] fix to abort write command before drq when disk is write protected
1204 [VM/MB8877] fix to abort write command when lost data occurs at first drq
1205 [VM/MB8877] fix to read/write data register when lost data occurs
1206 [VM/MB8877] fix to show crc error when verify track number at seek command
1207 [VM/MB8876] fix not to show busy after seek command for FMR-30/50/60 series
1208
1209
1210 8/5/2015
1211
1212 [WINMAIN] support menu to enable/disable correct fdc timing
1213
1214 [VM/DISK] improve to check both id crc error and data crc error
1215 [VM/I286] fix issue that emulation may go to infinite loop when cpu is halted
1216 [VM/MB8877] fix index hole signal width to 5msec (thanks Mr.Sato)
1217 [VM/MB8877] improve drq signal timing to check E flag of type-2 and 3 commands
1218 [VM/MB8877] improve drq signal timing for write track command
1219 [VM/MB8877] improve data lost timing for write sector and write track commands
1220 [VM/MB8877] improve to check both id crc error and data crc error
1221 [VM/UPD765A] improve timing to go to exec phase
1222 [VM/UPD765A] improve to check both id crc error and data crc error
1223 [VM/Z80SIO] improve transmitting timing (thanks Mr.Sato)
1224
1225 [FMR50/BIOS] improve to check both id crc error and data crc error
1226 [FMR50/BIOS] improve write track command for sectors without data field
1227 [MSX2/MEMORY] improve to check both id crc error and data crc error
1228
1229
1230 8/3/2015
1231
1232 [VM/DISK] support sectors without data field
1233 [VM/MB8877] improve drq signal timing for write sector command (thanks Mr.Sato)
1234 [VM/MB8877] improve index hole signal width (thanks Mr.Sato)
1235 [VM/MB8877] improve read/write command to wait at least 60msec after seeking
1236 [VM/MB8877] improve seek command not to set seek error without verify flag
1237 [VM/MB8877] improve read/write sector commands for sectors without data field
1238 [VM/MB8877] improve write track command for sectors without data field
1239 [VM/MB8877] improve force interrupt command to finish write track command
1240 [VM/MB8877] remove ugly patch for MZ-2500 RELICS
1241 [VM/UPD765A] improve read/write sector commands for sectors without data field
1242 [VM/Z80SIO] improve transmitting timing (thanks Mr.Sato)
1243
1244
1245 8/1/2015
1246
1247 [WINMAIN] support menu to modify write protected status of floppy disk image
1248 [WINMAIN] support menu to enable/disable DirectInput for keyboard
1249 [WIN32/INPUT] support to swap joystick buttons #1/#3/#5... and #2/#4/#6...
1250
1251 [VM/DISK] fix not to inherit the write protected status of image file
1252 [VM/DISK] support to modify write protected status of floppy disk image
1253 [VM/DISK] add ugly patch for FM-7 Gambler Jiko Chuushin Ha
1254 [VM/MB8877] improve read/write commands to access the current track
1255 [VM/MB8877] improve seek commands (thanks Mr.Artane.)
1256 [VM/MB8877] suppot to set/get write protected status of floppy disk image
1257 [VM/MB8877] add ugly patch for FM-7 Gambler Jiko Chuushin Ha
1258 [VM/MC6809] improve mc6809 instructions (thanks Mr.Artane.)
1259 [VM/PC6031] suppot to set/get write protected status of floppy disk image
1260 [VM/PTF20] suppot to set/get write protected status of floppy disk image
1261 [VM/UPD765A] suppot to set/get write protected status of floppy disk image
1262
1263 [FM77AV] import Mr.Artane.'s fixes
1264
1265
1266 7/31/2015
1267
1268 [COMMON] fix all vcproj files to disable WholeProgramOptimization option
1269 [COMMON] fix all vcproj files to enable SSE2 instructions
1270 [CONFIG] support ignore crc options individually for each floppy drive
1271 [WINMAIN] support ignore crc options individually for each floppy drive
1272
1273 [VM/DISK] support ignore crc options individually for each floppy drive
1274 [VM/MB8877] improve read/write commands  (thanks Mr.Artane.)
1275 [VM/MC6809] improve mc6809 instructions (thanks Mr.Artane.)
1276 [VM/PC80S31K] fix m1 wait for PC-8801 series (thanks Mr.PI.)
1277 [VM/PC80S31K] fix for force ready signal (thanks Mr.PI.)
1278 [VM/UPD765A] fix for force ready signal (thanks Mr.PI.)
1279 [VM/YM2203] improve timer timing (thanks Mr.PI.)
1280 [VM/YM2151] improve timer timing (thanks Mr.PI.)
1281
1282 [FM77AV] import Mr.Artane.'s fixes
1283 [PC8801] import Mr.PI.'s fixes from XM8 version 1.20
1284
1285
1286 6/28/2015
1287
1288 [FM77AV] import Mr.Artane.'s fixes
1289 [MZ2500/CMT] fix reset signal
1290 [MZ2500/CRTC] improve timing for 15KHz and 24KHz mode
1291 [MZ2500/MEMORY] improve vram wait in display timing
1292 [PC8801] import Mr.PI.'s fixes from XM8 version 1.10
1293
1294
1295 6/25/2015
1296
1297 [EMU/WIN32] add sleep(ms) for virtual machines (thanks Mr.PI.)
1298 [WIN32/DEBUGGER] support * for bc/bd/be to clear/disable/enable all points
1299 [WIN32/DEBUGGER] fix to accept escape key when the console is active
1300
1301 [VM/FMGEN] fix status register (thanks Mr.PI.)
1302 [VM/MC6809] improve mc6809 instructions (thanks Mr.Artane.)
1303 [VM/YM2203] fix busy period (thanks Mr.PI.)
1304
1305 [FM77] add eFM77 codes (thanks Mr.Artane.)
1306 [FM77AV] import Mr.Artane.'s fixes
1307 [PC8801] import Mr.PI.'s fixes from XM8 version 1.00
1308 [PC8801/PC88] fix to check if sio output is connected to cmt or rs232c
1309
1310
1311 4/29/2015
1312
1313 [EMU/WIN32] suport to load intel hexadecimal object file format
1314 [WIN32/DEBUGGER] fix my_hexatoi() for 32bit hexadecimal value
1315
1316 [VM/MC6809] improve mc6809 instructions (thanks Mr.Artane.)
1317
1318 [FM77AV] import Mr.Artane.'s fixes
1319 [Z80TVGAME] support Homebrew Z80 TV GAME SYSTEM
1320
1321
1322 4/24/2015
1323
1324 [VM/DISK] fix to check only bit4-7 of sector status (thanks Mr.Artane.)
1325 [VM/I386] improve i386 core based on MAME 0.160
1326 [VM/MC6809] improve mc6809 instructions (thanks Mr.Artane.)
1327
1328 [FM77AV] import Mr.Artane.'s fixes
1329
1330
1331 4/10/2015
1332
1333 [CONFIG] remove model-dependent codes
1334
1335 [VM/MC6809] improve mc6809 instructions (thanks Mr.Artane.)
1336 [VM/MC6809] support debugger (thanks Mr.Artane.)
1337
1338 [FM77AV] import Mr.Artane.'s fixes
1339 [MZ2800/MEMORY] fix memory bank swith
1340
1341
1342 4/7/2015
1343
1344 [VM/MC6809] improve mc6809 instructions (thanks Mr.Artane.)
1345
1346 [FM77AV] add eFM77AV codes (thanks Mr.Artane.)
1347
1348
1349 3/28/2015
1350
1351 [FM7] add eFM7 codes (thanks Mr.Artane.)
1352
1353
1354 3/26/2015
1355
1356 [VM/MB8877] fix not to return error status when seek to unformatted track (thanks Mr.Artane.)
1357 [VM/MC6809] improve mc6809 instructions (thanks Mr.Artane.)
1358 [VM/YM2151] support mamefm.dll
1359 [VM/YM2203] fix to check SUPPORT_MULTIPLE flag of mamefm.dll
1360
1361 [MSX2/MEMORY] import Mr.tanam's fixes
1362
1363
1364 3/21/2015-2
1365
1366 [MSX2] import Mr.umaiboux's patches posted on Mr.tanam's blog
1367
1368
1369 3/21/2015
1370
1371 [VM/DISK] support 1dd floppy image
1372 [VM/V99X8] support V99x8 (thanks Mr.umaiboux and Zodiac)
1373 [VM/V99X8] support save/load state
1374 [VM/Z80] support to hook ret opecode for pseudo bios call
1375
1376 [MSX1] add yaMSX1 codes (thanks Mr.tanam, Mr.umaiboux and fMSX)
1377 [MSX1] support save/load state
1378 [MSX2] add yaMSX2 codes (thanks Mr.tanam, Mr.umaiboux and fMSX)
1379 [MSX2] support save/load state
1380
1381
1382 3/19/2015
1383
1384 [WIN32/INPUT] fix DirectInput issues
1385
1386
1387 3/15/2015
1388
1389 [WINMAIN] support to disable Desktop Window Manager (DWM) automatically
1390 [WIN32/INPUT] support DirectInput for keyboard
1391
1392 [VM/*] simplify including fileio.h
1393 [VM/DATAREC] fix sound mixer
1394 [VM/MC6809] improve mc6809 instructions (thanks Mr.Artane.)
1395 [VM/UPD7801] fix disassembler
1396
1397 [FM16PI] support save/load state
1398 [FMR30] support save/load state
1399 [FMR50] support save/load state
1400 [FMR60] support save/load state
1401 [FMR70] support save/load state
1402 [FMR80] support save/load state
1403 [FP200/IO] fix lcd driver
1404
1405
1406 3/12/2015
1407
1408 [FMR50/BIOS] support to format a floppy disk image physically
1409
1410
1411 3/12/2015
1412
1413 [VM/DATAREC] support to play tape sound
1414 [VM/DATAREC] support FUJITSU FM-7/77 t77 format tape image (thanks Mr.Artane.)
1415 [VM/EVENT] suppot to change secondary cpu clock (thanks Mr.Artane.)
1416 [VM/MC6809] improve mc6809 instructions (thanks Mr.Artane.)
1417 [VM/MEMORY] support memory wait
1418 [VM/PTF20] support save/load state
1419 [VM/UPD765A] fix not to write sector because of tc if no data transfered
1420
1421 [FP200] support save/load state
1422 [FP200] support memory and io wait
1423 [HC20] support save/load state
1424 [HC40] support save/load state
1425 [HC80] support save/load state
1426 [X07] support save/load state
1427 [X1TURBO] support cmt control buttons
1428
1429
1430 3/4/2015
1431
1432 [VM/I8255] fix save/load state
1433
1434 [MZ700/MEMORY] support PCG-700
1435 [PC8201] support save/load state
1436
1437
1438 3/3/2015
1439
1440 [CONFIG] add cmt baud rate setting (thanks FP-1100 user)
1441
1442 [VM/UPD765A] fix period to raise lost data for write id command
1443
1444 [FP1100/MAIN] fix expansion slot selection
1445 [FP1100/SUB] fix color register (thanks FP-1100 user)
1446 [FP1100/SUB] fix vram plane mask
1447 [FP1100/SUB] support dipswitch to select cmt baud rate
1448
1449
1450 2/28/2015
1451
1452 [COMMON] fix typo virtical to vertical (thanks Mr.Koucha-Youkan)
1453
1454 [VM/DISK] fix to use correct gap0/gap1/gap3 length for known format images
1455 [VM/Z80] fix disassembler (thanks Mr.Reddam)
1456
1457
1458 2/21/2015
1459
1460 [WIN32/INPUT] support to specify wait after shift key is pressed or released
1461 [WIN32/SCREEN] improve crt filter for rotated screen
1462 [CONFIG] add screen rotation setting
1463
1464 [VM/BEEP] improve sound quality
1465 [VM/DATAREC] simplify sound mixer
1466 [VM/DEVICE] rename bios_call() to bios_call_i86()
1467 [VM/DEVICE] rename bios_int() to bios_int_i86()
1468 [VM/DEVICE] add virtual function bios_call_z80()
1469 [VM/DISK] support to fix sector number from big endian to little endian
1470 [VM/EVENT] support more precise loop event timing
1471 [VM/EVENT] improve sound quality
1472 [VM/HD46505] fix to update timing after all required registers are written
1473 [VM/PCM1BIT] simplify sound mixer
1474 [VM/PCM1BIT] fix to suppress petite noise when go to mute
1475 [VM/SN76489AN] improve sound quality
1476 [VM/UPD7801] support correct serial i/o
1477 [VM/Z80] support pseudo bios call
1478
1479 [FP1100] improve auto key timing after shift key is pressed or released
1480 [FP1100] fix crtc horizontal frequency
1481 [FP1100] support cmt
1482 [FP1100/MAIN] support wait for i/o access
1483 [FP1100/SUB] support cmt control circuit consists of some standard logic ics
1484 [FP1100/SUB] support vram plane mask
1485 [MZ1500] support screen rotation (thanks Mr.Koucha-Youkan)
1486 [PASOPIA7/IOBUS] fix to initialize mio flag
1487 [PC8801MA/PC88] improve beep and cmd sing mixer
1488 [PC100] split setting for monitor type and screen rotation
1489 [PV1000/PSG] improve sound quality
1490
1491
1492 2/13/2015
1493
1494 [VM/UPD765A] add ugly patch for PC-8801 Kimochi Disk 2
1495
1496 [FP1100] change slot indices to support floppy drives
1497 [FP1100/MAIN] fix to clear irq from sub cpu when raise irq to sub cpu
1498 [PC8801MA/PC88] fix routine to set back color to black in color mode
1499 [PC8801MA/PC88] fix crtc to clear status in set interrupt mask (thanks Mr.cisc)
1500 [PC8801MA/PC88] fix crtc to restart when dma underrun does not occur
1501 [PC8801MA/PC88] fix out port 0x53 (thanks Mr.Redart)
1502
1503
1504 2/1/2015
1505
1506 [VM/DISK] fix condition to check if the track offset is valid
1507 [VM/DISK] fix routine to trim the disk image
1508
1509
1510 1/31/2015
1511
1512 [VM/DISK] improve for format operation
1513 [VM/DISK] fix issue that deleted mark is mistakely recognized as crc error
1514 [VM/MB8877] support write track command
1515 [VM/PTF20] rename pseudo EPSON TF-20 class from TF20 to PTF20
1516 [VM/PTF20] improve format command
1517 [VM/TF20] support EPSON TF-20
1518 [VM/UPD765A] support write id command
1519
1520 [HC20] support EPSON TF-20
1521
1522
1523 1/28/2015
1524
1525 [VM/DATAREC] fix issue for loading state file saved while recording
1526 [VM/PC6031] support save/load state
1527 [VM/UPD7552] support save/load state
1528 [VM/UPD7552] support init() function to specify sound rate
1529 [VM/YM2203] fix to reset fmdll before registers are restored (thanks Mr.Rednow)
1530
1531 [FAMILYBASIC] support save/load state
1532 [MULTI8/CMT] fix issue for loading state file saved while recording cmt
1533 [MZ2800] support save/load state
1534 [MZ5500] support save/load state
1535 [MZ6500] support save/load state
1536 [PC6001] fix to specify sound rate to uPD7552
1537 [PC6001] support save/load state
1538 [PC6001MK2] support save/load state
1539 [PC6001MK2SR] support save/load state
1540 [PC6601] support save/load state
1541 [PC6601SR] support save/load state
1542 [PC8801MA/PC88] fix issue for loading state file saved while recording cmt
1543 [PC8801MA/PC88] fix crtc for dma underrun case (thanks Mr.Rednow)
1544 [PC98HA] support save/load state
1545 [PC98HA] fix crash issue
1546 [PC98LT] support save/load state
1547 [PC98LT] fix crash issue
1548
1549
1550 1/24/2015
1551
1552 [COMMON] avoid _tfopen_s() and use _tfpoen() not to lock reading file
1553 [WINMAIN] fix to close d88 format disk image after image titles are read
1554
1555 [VM/DISK] fix to save image to temporary file if image file cannot be written
1556 [VM/MB8877] fix to enable REC NOT FOUND patch only for Batten Tanuki
1557
1558 [X1TURBO] support to select boot floppy media type 2D or 2HD
1559
1560
1561 1/21/2015
1562
1563 [MZ2500/SERIAL] fix port 0xcd for specifying Z80SIO TX/RX clock frequency
1564 [MZ2800/SERIAL] fix port 0xcd for specifying Z80SIO TX/RX clock frequency
1565
1566
1567 1/19/2015
1568
1569 [VM/HD146818P] support save/load state
1570 [VM/I386] support save/load state
1571 [VM/I8080] support save/load state
1572 [VM/I8155] support save/load state
1573 [VM/M6502] support save/load state
1574 [VM/MC6800] support save/load state
1575 [VM/MC6820] support save/load state
1576 [VM/MC6840] support save/load state
1577 [VM/UPD4991A] support save/load state
1578 [VM/UPD71071] support save/load state
1579 [VM/Z80SIO] improve transmit/receive timing
1580 [VM/Z80SIO] support external transmit/receive clocks
1581
1582 [FP1100] support save/load state
1583 [MULTI8] support save/load state
1584 [MYCOMZ80A] support save/load state
1585 [MZ1500] support correct sio timing
1586 [MZ2200] support correct sio timing
1587 [MZ2500] support to switch sio port address
1588 [MZ2500] support correct sio timing
1589 [MZ2800] support to switch sio port address
1590 [MZ2800] support correct sio timing
1591 [MZ5500] support correct sio timing
1592 [PASOPIA] support save/load state
1593 [PASOPIA7] support save/load state
1594 [PASOPIA7] fix to use standard i/o bus class
1595 [PASOPIA7/IOBUS] simplify unique i/o bus class
1596 [QC10] support save/load state
1597 [QC10] support correct sio timing
1598 [X1TURBO] support correct sio timing
1599 [X1TURBO] fix to use standard i/o bus class
1600 [X1TURBO/IOBUS] simplify unique i/o bus class
1601
1602
1603 1/14/2015
1604
1605 [COMMON] fix to use secure string functions
1606 [COMMON] add substitutes for _TCHAR and secure string functions
1607
1608 [VM/I386] improve i386 core again based on MAME 0.157
1609
1610 [MZ80A] support MZ-80AIF and floppy drives (thanks Mr.Suga)
1611
1612
1613 1/11/2015
1614
1615 [VM/MC6820] fix mc6820 build error (thanks Mr.Artane.)
1616
1617 [PC8801MA/PC88] fix RGB to COLOR_RGB macro (thanks Mr.Artane.)
1618 [PHC25] fix issue that cmt tape igam can not be correctly loaded
1619
1620
1621 1/10/2015
1622
1623 [VM/DATAREC] support NEC PC-6001 p6t format tape image (temporary)
1624 [VM/DATAREC] improve NEC PC-6001 p6 format tape image loader
1625 [VM/I386] improve i386 core based on MAME 0.157
1626 [VM/MC6847] support save/load state
1627 [VM/MSM58321] support save/load state
1628 [VM/YM2203] support to change device type to YM2608
1629
1630 [MAP1010] support save/load state
1631 [MZ80A] support save/load state
1632 [MZ80K] support save/load state
1633 [MZ1200] support save/load state
1634 [PC6001/SUB] support p6t format tape image (temporary)
1635 [PC6001/SUB] fix to start/stop data recorder by 0x19/0x1a command
1636 [PC6001/PSUB] support p6t format tape image (temporary)
1637 [PC6001/PSUB] fix cmt loader to wait 1sec between header and body
1638 [PC8801MA] support to select PC-8801-23 (OPNA) or PC-8801-11 (OPN)
1639 [PC100] support save/load state
1640 [PHC20] support save/load state
1641 [PHC25] support save/load state
1642 [PV1000] support save/load state
1643 [RX78] support save/load state
1644
1645
1646 1/1/2015
1647
1648 [PC8801MA/PC88] fix to mask bit4-7 of extended ram bank register
1649
1650
1651 12/29/2014
1652
1653 [VM/SN76489AN] support save/load state
1654 [VM/TMS9918A] support save/load state
1655 [VM/TMS9995] support save/load state
1656 [VM/UPD7801] support save/load state
1657
1658 [M5] support save/load state
1659 [MZ700] support save/load state
1660 [MZ800] support save/load state
1661 [MZ1500] support save/load state
1662 [MZ1500/KANJI] support MZ-1R23 and MZ-1R24
1663 [PC8801MA/PC88] fix many PC-8001mkIISR issues (thanks Mr.apaslothy)
1664 [PV2000] support save/load state
1665 [PYUTA] support save/load state
1666 [SC3000] support save/load state
1667 [SCV] support save/load state
1668
1669
1670 12/26/2014
1671
1672 [VM/AND] support save/load state
1673 [VM/I8237] support save/load state
1674 [VM/I86] support save/load state
1675 [VM/LS244] support save/load state
1676 [VM/LS393] support save/load state
1677 [VM/NAND] support save/load state
1678 [VM/NOR] support save/load state
1679 [VM/NOT] support save/load state
1680 [VM/OR] support save/load state
1681 [VM/UPD1990A] fix to show lsb bit of second when shift register is not updated
1682 [VM/UPD7220] support save/load state
1683
1684 [PC8801MA/PC88] fix many PC-8001mkIISR issues (thanks Mr.apaslothy)
1685 [PC8801MA/PC88] fix cmt issue that pacland cannot be loaded on PC-8001mkIISR
1686 [PC9801] support save/load state
1687 [PC9801E] support save/load state
1688 [PC9801U] support save/load state
1689 [PC9801VF] support save/load state
1690 [PC9801VM] support save/load state
1691 [PC98DO] support save/load state
1692
1693
1694 12/25/2014
1695
1696 [EMU/WIN32] fix to remove printer file if the file size is less than 2 bytes
1697 [EMU/WIN32] fix to initialize virtual machine when sound device type is changed
1698
1699 [VM/HD46505] support save/load state
1700 [VM/I286] support save/load state
1701 [VM/I8259] support save/load state
1702 [VM/MCS48] support save/load state
1703 [VM/UPD1990A] fix to show lsb bit of second after all bit are read
1704
1705 [MZ2200] support save/load state
1706 [PC8801MA/PC88] fix many PC-8001mkIISR issues (thanks Mr.apaslothy)
1707 [PC8801MA/PC88] fix renderer for graphic screen with text attribute color
1708 [X1] support save/load state
1709 [X1TWIN] support save/load state
1710 [X1TURBO] support save/load state
1711
1712
1713 12/23/2014
1714
1715 [EMU/WIN32] simplify get/put functions for several types in file i/o class
1716
1717 [VM/BEEP] support save/load state
1718 [VM/DATAREC] support save/load state
1719 [VM/DISK] support save/load state
1720 [VM/DISK] fix issue that disk image except d88 or beta image may not be saved
1721 [VM/EVENT] fix load state function to update number of sound samples per frame
1722 [VM/FMGEN] support save/load state
1723 [VM/I8251] support save/load state
1724 [VM/I8253] support save/load state
1725 [VM/I8255] support save/load state
1726 [VM/IO] support save/load state
1727 [VM/MB8877] support save/load state
1728 [VM/PC6031] fix to initialize old_D2H
1729 [VM/PC80S31K] support save/load state
1730 [VM/PCM1BIT] support save/load state
1731 [VM/RP5C01] support save/load state
1732 [VM/UPD765A] support save/load state
1733 [VM/UPD1990A] support save/load state
1734 [VM/W3100A] support save/load state
1735 [VM/YM2151] support save/load state
1736 [VM/YM2203] support save/load state
1737 [VM/Z80] support save/load state
1738 [VM/Z80CTC] support save/load state
1739 [VM/Z80DMA] support save/load state
1740 [VM/Z80PIO] support save/load state
1741 [VM/Z80SIO] support save/load state
1742
1743 [MZ80B] support save/load state
1744 [MZ1500/QUICKDISK] fix to clear first data/send break flags
1745 [MZ2500] support save/load state
1746 [MZ2500/CMT] fix issue that Laydock is not correctly booted
1747 [PC8001MKIISR] support save/load state
1748 [PC8801MA] support save/load state
1749 [PC8801MA/PC88] fix to reset dirty NIPPY patch flag
1750 [PC8801MA/PC88] fix not to render text scree when dma ch.2 is not running
1751
1752
1753 12/18/2014
1754
1755 [EMU/WIN32] support save/load state
1756 [EMU/WIN32] support get/put functions for several types in file i/o class
1757
1758 [VM/EVENT] support save/load state functions
1759 [VM/HUC6280] support save/load state functions
1760 [VM/I8155] fix to clear event register id in reset()
1761 [VM/I8253] fix to clear event register id in reset()
1762 [VM/UPD765A] fix to clear event register id in reset()
1763
1764 [MZ2500/CMT] fix to check the pulse width of ipl reset signal
1765 [PCENGINE] support save/load state
1766
1767
1768 12/16/2014
1769
1770 [VM/MB8877] fix to show not ready status a moment when no command is running
1771
1772 [MZ80A] add EmuZ-80A codes (thanks Mr.Suga)
1773
1774
1775 11/28/2014
1776
1777 [X1TURBO/DISPLAY] fix text renderer for 32rasters/char mode
1778
1779
1780 11/22/2014
1781
1782 [WIN32/SCREEN] support two screen stretch modes keep aspect and fill screen
1783
1784 [VM/I8080] fix debugger trace issue in busreq status
1785 [VM/I86] fix debugger trace issue in busreq status
1786 [VM/I286] fix debugger trace issue in busreq status
1787 [VM/I386] fix debugger trace issue in busreq status
1788 [VM/Z80] fix debugger trace issue in busreq status
1789
1790
1791 11/21/2014
1792
1793 [PC8801MA/PC88] fix to support multi blocks tape images
1794 [PC8801MA/PC88] add dirty patch for NIPPY
1795
1796
1797 10/29/2014
1798
1799 [PC8801MA/PC88] fix to check dma underrun in every frames
1800 [PC8801MA/PC88] fix port number of crtc status
1801 [PC8801MA/PC88] add function to read crtc parameters
1802
1803
1804 10/28/2014
1805
1806 [PC8801MA/PC88] fix crtc issue that dma underrun never occurs
1807 [PC8801MA/PC88] fix crtc status
1808
1809
1810 10/27/2014
1811
1812 [PC8801MA/PC88] revert the uPD5257 fix for CHOBIN
1813
1814
1815 10/26/2014
1816
1817 [WINMAIN] fix frame rate issue again
1818
1819
1820 10/25/2014
1821
1822 [WINMAIN] fix frame rate issue (thanks Mr.Rednow)
1823 [WIN32/DEBUGGER] fix issue about inputting decimal value
1824
1825 [VM/Z80] fix disassembler
1826
1827 [PC8801MA/PC88] fix uPD8257 dma controller
1828 [PC9801] fix PC-9801-26K bios size
1829
1830
1831 10/11/2014
1832
1833 [WIN32/DEBUGGER] fix issue that hexa value ends with d is recognized as decimal
1834
1835 [VM/Z80] fix disassembler
1836
1837 [PC8801MA/PC88] fix to press insdel key automatically when backspace is pressed
1838
1839
1840 10/10/2014
1841
1842 [VM/I8155] fix issue in the case that cpu clock is less than const frequency
1843 [VM/I8253] fix issue in the case that cpu clock is less than const frequency
1844 [VM/Z80CTC] fix issue in the case that cpu clock is less than const frequency
1845
1846 [PC8801MA/PC88] support PCG-8100
1847
1848
1849 10/4/2014
1850
1851 [PC8801MA/PC88] fix color/monochrome and 320x200/640x200 bits in port31
1852
1853
1854 9/29/2014
1855
1856 [WIN32/SCREEN] support crt filter
1857
1858 [BABBAGE2ND] update circuit board picture
1859 [PC9801U] support NEC PC-9801U
1860 [PC9801VF] support NEC PC-9801VF
1861
1862
1863 9/13/2014
1864
1865 [WIN32/DEBUGGER] support search command
1866
1867 [VM/I86] support to change IP register value from debugger console
1868 [VM/I286] support to change IP register value from debugger console
1869 [VM/I386] support to change IP register value from debugger console
1870 [VM/MC6800] support debugger
1871
1872 [HC20/MEMORY] fix keyboard chattering
1873
1874
1875 9/7/2014
1876
1877 [WIN32/DEBUGGER] support debugger console
1878
1879 [VM/DEBUGGER] support common debugger object
1880 [VM/EVENT] fix to check ownew of event before it is canceled
1881 [VM/I8080] support debugger
1882 [VM/I86] support debugger
1883 [VM/I86] remove code for i186 and i286
1884 [VM/I286] fix for i8086/i8088/i80186
1885 [VM/I286] fix not to quit REP when remained icount is less than 0
1886 [VM/I286] support debugger
1887 [VM/I386] support debugger
1888 [VM/MB8877] fix not to cancel event registered by other device
1889 [VM/MCS48] support debugger
1890 [VM/UPD7801] support debugger
1891 [VM/Z80] support debugger
1892
1893 [FM16PI] fix to use new i86 core
1894 [FMR30] fix to use new i86 core
1895 [MZ2200] fix to use new i86 core
1896 [MZ5500] fix to use new i86 core
1897 [MZ6500] fix to use new i86 core
1898 [MZ6550] fix to use new i86 core
1899 [PC8801/PC88] fix uPD8257 address and counter registers
1900 [PC100] fix to use new i86 core
1901 [PC9801] fix to use new i86 core
1902 [PC9801E] fix to use new i86 core
1903
1904
1905 8/29/2014
1906
1907 [PC8801/PC88] fix crtc to support non transparent mode
1908 [PC8801/PC88] fix crtc issue that cursor is not displayed in non attibutes mode
1909
1910
1911 8/28/2014
1912
1913 [COMMON] fix all vcproj files to set WholeProgramOptimization option
1914 [WINMAIN] support 320x240 full screen mode
1915
1916 [VM/FMGEN] update fmgen.cpp from v1.49 to v1.50 (thanks Mr.Rururu-Tan)
1917 [VM/FMGEN] update opna.cpp from v1.68 to v1.70 (thanks Mr.Rururu-Tan)
1918 [VM/DATAREC] support NEC PC-6001 cas/p6 format tape image
1919 [VM/I386] fix memory leak issue
1920 [VM/I386] fix x87 opcodes FPREM and FPREM1 based on MAME 0.154
1921 [VM/MC6847] support enable/disable signal
1922 [VM/PC6031] support NEC PC-6031 and PC-6032 (thanks Mr.Nishida)
1923 [VM/UPD765A] fix to compare all of C/H/R/N to search sector (thanks Mr.Haserin)
1924
1925 [GAMEGEAR/MEMORY] fix memory leak issue
1926
1927 [MZ2500] fix to reset only cpu and memory map in standard (non-ipl) reset
1928 [MZ2500/CMT] fix to check the pulse width of ipl reset and cmt eject signals
1929 [MZ2500/CRTC] fix 640x400, 4 colors mode for Yukara K2 (temporary)
1930 [MZ2500/FLOPPY] support i/o signal to swtich internal/external floppy drives
1931 [MZ2500/FLOPPY] remove dirty patch for Laydock
1932
1933 [PC6601] support real sub cpu emulation (thanks Mr.Moriya)
1934 [PC6601/FLOPPY] rename system to floppy
1935 [PC6601/FLOPPY] split to PC-6601 internal floppy drive class and PC-6031 class
1936 [PC6601/FLOPPY] support to switch internal/external floppy drives
1937 [PC6601/MEMORY] split to memory class and timer/irq class
1938 [PC6601/MEMORY] support CRTKILL/BUSRQ signals
1939 [PC6601/PSUB] rename keyboard to psub (pesudo sub cpu)
1940 [PC6601/PSUB] simplify cmt codes
1941
1942 [PC8801/PC88] fix text attributes
1943
1944
1945 5/15/2014
1946
1947 [PC6001] update yaPC-6001/6201/6601 codes (thanks Mr.tanam)
1948 [PC6001] support PC-80S31K floppy drives
1949 [PC6001MK2] support PC-80S31K floppy drives
1950 [PC6001MK2SR] add yaPC-6401 codes (thanks Mr.tanam)
1951 [PC6601SR] add yaPC-6801 codes (thanks Mr.tanam)
1952
1953
1954 5/1/2014
1955
1956 [VM/I286] reimplement based on MAME 0.149
1957 [VM/I286] support disassembler
1958 [VM/I386] reimplement based on MAME 0.152
1959 [VM/I386] support disassembler
1960
1961 [FMR50] split project for i286, i386 and i486
1962 [FMR60] split project for i286, i386 and i486
1963 [FMR50/MEMORY] improve memory address mask for cpu and dma
1964 [FMR50/MEMORY] support shutdown flag
1965 [FMR50/MEMORY] remove invalid color palette i/o
1966 [FMR50/MEMORY] fix text color palette #0
1967 [FMR50/MEMORY] fix text reverse/blink
1968 [FMR50/TIMER] support free run counter
1969
1970
1971 4/17/2014
1972
1973 [WINMAIN] fix resource leak issue (thanks Mr.Redart)
1974 [EMU/WIN32] fix resource leak issue (thanks Mr.Redart)
1975
1976 [VM/FMGEN] fix compiler dependent issue
1977 [VM/YM2203] support full sound generator dll features (thanks Mr.Redart)
1978
1979 [MZ1500/QUICKDISK] support *.qdf raw quick disk images
1980 [PX7/MEMORY] fix super impose signal based on openMSX-0.10.0
1981
1982
1983 4/10/2014
1984
1985 [EMU/WIN32] support to map keys to joystick buttons
1986
1987 [GAMEGEAR] fix to map keys to joystick buttons
1988 [MASTERSYSTEM] fix to map keys to joystick buttons
1989 [PX7/MEMORY] fix to add one clock wait for each m1 cycle
1990 [PC6001] update yaPC-6001/6201/6601/6801 codes (thanks Mr.tanam)
1991
1992
1993 4/8/2014
1994
1995 [EMU/WIN32] support to capture the movie sounds in DirectShow codes
1996
1997 [VM/DATAREC] support SORD M5 cas format tape image
1998 [VM/LD700] support PIONEER LD-700 laser-disc player based on openMSX-0.10.0
1999 [VM/PCM1BIT] fix noise occurs when input signals top
2000 [VM/YM2203] support to overwrite i/o mode to fixed value
2001
2002 [M5/CMT] stop loading cmt when tape image reaches the end of tape
2003 [PX7] support PIONEER PX-7 (MSX1 + laser-disc player)
2004 [PX7] fix MSX1 implements (thanks Mr.umaiboux)
2005
2006
2007 4/7/2014
2008
2009 [WINMAIN] fix issue in the case that menu bar becomes multi line
2010
2011 [VM/DATAREC] fix to output no sound signal when tape image reaches end of tape
2012 [VM/YM2203] fix build error in YM2608 case
2013
2014
2015 4/1/2014
2016
2017 [VM/TMS9918A] fix mode1 and mode1+2 to fill out of screen with back color
2018 [VM/YM2203] fix i/o port codes for AY-3-8910/8912/8913
2019 [VM/YM2203] fix assert issue in fmgen module (thanks Mr.Mamiya)
2020
2021 [PC8001MK2SR] fix ini file name
2022
2023
2024 3/26/2014
2025
2026 [EMU/WIN32] improve video recorder timing to sync to sound recorder
2027 [EMU/WIN32] improve video recorder to compress frames in another thread
2028 [EMU/WIN32] support to play a movie file
2029 [EMU/WIN32] support Fgets() in file i/o class
2030 [EMU/WIN32] support new function to get the file path without extension
2031
2032 [VM/TMS9918A] support super impose
2033
2034 [GAMEGEAR] add yaGAMEGEAR codes (thanks Mr.tanam)
2035 [MASTERSYSTEM] add yaMASTERSYSTEM codes (thanks Mr.tanam)
2036 [PC6001] update yaPC-6001 codes (thanks Mr.tanam)
2037 [PC6001MK2] add yaPC-6201 codes (thanks Mr.tanam)
2038 [PC6601] add yaPC-6601 codes (thanks Mr.tanam)
2039 [PX7] support PIONEER PX-7 (MSX1 + laser-disc player) (partial)
2040
2041
2042 1/8/2014
2043
2044 [VM/DISK] fix cpdread converter to check cylinder/side in track info block
2045 [VM/DISK] fix cpdread converter to check deleted mark
2046 [VM/MB8877] fix to seek one track when force interrupt is done
2047
2048 [MZ800/FLOPPY] connect fdc drq signal to cpu irq pin
2049 [MZ800/FLOPPY] support irq mask register
2050 [MZ800/FLOPPY] support motor on/off signal delay
2051 [MZ800/MEMORY] support monochrome display
2052 [MZ800/MEMORY] fix to connect vblank signal to Z80PIO:PA5, not hblank signal
2053
2054
2055 12/31/2013
2056
2057 [EMU/WIN32] support printer interface
2058
2059 [PC8801/PC88] support printer interface
2060 [PC9801/PRINTER] support printer interface
2061 [PC98LT/PRINTER] support printer interface
2062 [MZ800] change the floppy drive type from 2D to 2DD
2063 [X1TURBO/PRINTER] support printer interface
2064
2065
2066 12/5/2013
2067
2068 [VM/MC6840] support MC6840 (partial)
2069
2070 [PC8801/PC88] fix to show opn busy flag at the first access only for ALPHA
2071 [PC8801/PC88] support crtc reverse flag
2072
2073
2074 8/24/2013
2075
2076 [EMU/WIN32] fix access lamp renderer for Direct3D9
2077
2078 [VM/HD46505] fix to initialize frequency if vline is lesser than 400
2079 [VM/MB8877] fix not to show record not found status after drive is changed
2080 [VM/MB8877] fix to activate access lamp while searching target sector
2081 [VM/MC6847] add function to load external cgrom image
2082 [VM/MC6847] support to request bus to cpu in display timing
2083 [VM/MC6847] support color bleed in black/white pattern (thanks Mr.tanam)
2084
2085 [PC6001] add yaPC-6001 codes (thanks Mr.tanam)
2086 [X1TURBO/EMM] change EMM memory size to 320KB
2087 [X1TURBO/PSUB] fix to clear irq flag when z80 reads data from sub cpu
2088
2089
2090 8/21/2013
2091
2092 [WINMAIN] fix to use GetFullPathName() to get the parent directory
2093
2094 [VM/MB8877] modify constant period for searching sector
2095
2096
2097 8/16/2013
2098
2099 [VM/DISK] add ugly patch for X1turbo ARCUS
2100 [VM/MB8877] fix to use constant period for searching sector if disk has no skew
2101 [VM/MB8877] fix to show busy status while searching sector if sector not found
2102 [VM/Z80DMA] fix dma stop condition
2103
2104
2105 8/10/2013
2106
2107 [VM/DATAREC] fix not to skip frames while doint ff/rew
2108 [VM/DATAREC] support ff/rew for cas and tap images
2109 [VM/DATAREC] support APSS signals and doing APSS for SHARP X1
2110
2111 [MZ2200] support to select if loading mzt to ram directly or not
2112 [X1TURBO] fix cmt ff/rew speed to x16
2113 [X1TURBO/PSUB] support APSS command
2114
2115
2116 8/9/2013
2117
2118 [EMU/WIN32] improve debug log function
2119
2120 [VM/Z80DMA] fix not to reset all registers in reset command
2121
2122 [X1] support CZ-8BM2
2123 [X1/MOUSE] support serial mouse
2124
2125
2126 8/8/2013
2127
2128 [VM/DISK] fix not to convert standard disk images to d88 format images
2129 [VM/DISK] add ugly patch for X1turbo ALPHA
2130 [VM/HD46505] reset registers and timings in reset()
2131 [VM/MB8877] fix to use constant wait to search sector for standard disk image
2132 [VM/MB8877] add ugly patch for X1turbo ALPHA
2133 [VM/YM2151] fix to show busy status in a moment
2134 [VM/YM2203] fix to show busy status in a moment
2135 [VM/Z80DMA] fix dma stop condition
2136
2137 [PC8801/PC88] improve initial memory pattern
2138 [X1TURBO/DISPLAY] fix text renderer for kanji character on standard display
2139 [X1TURBO/DISPLAY] fix text renderer for 16rasters/char mode
2140 [X1TURBO/IO] fix not to add wait for text vram (temporary)
2141
2142
2143 8/2/2013
2144
2145 [EMU/WIN32] fix to create new avi file when current file is close to 2GB
2146
2147 [VM/DISK] support 1.20MB/1.44MB/2.88MB floppy disk images
2148 [VM/DISK] fix to add index mark in track image
2149 [VM/UPD765A] fix read data command when sector size or number is invalid
2150 [VM/UPD765A] fix seek time for MZ-3500
2151
2152
2153 8/1/2013
2154
2155 [VM/DEVICE] support virtual function to set or get expend cpu clocks
2156 [VM/DEVICE] support virtual function to get passed usec
2157 [VM/DEVICE] support virtual functions for dma access with i/o wait
2158 [VM/DISK] support function to get perid to transfer specified bytes
2159 [VM/DISK] support functions to get drive rpm and track size
2160 [VM/DISK] improve make track image
2161 [VM/DEVICE] support function to get passed usec
2162 [VM/I86] support function to get and set expend cpu clocks
2163 [VM/I86] fix single mode dma when busreq is active
2164 [VM/I286] support function to get and set expend cpu clocks
2165 [VM/I386] fix single mode dma when busreq is active
2166 [VM/I386] support function to get and set expend cpu clocks
2167 [VM/I386] fix single mode dma when busreq is active
2168 [VM/MB8877] improve timing of index hole, seek, search sector and transfer data
2169 [VM/MB8877] improve to raise drq signal for each data
2170 [VM/MB8877] improve timing of index hole, seek, search sector and transfer data
2171 [VM/UPD765A] improve read data command to read sector gaps among sectors
2172 [VM/UPD765A] improve read id command to read id of first found sector
2173 [VM/Z80] support function to get and set expend cpu clocks
2174 [VM/Z80] fix single mode dma when busreq is active
2175 [VM/Z80DMA] improve timing of data transfer, bus request and release
2176
2177 [PC8801/PC88] support to select hireso/standard display type
2178 [PC8801/PC88] improve memory wait (thanks Mr.Crazy Unit)
2179 [X1TURBO] fix not to input 2MHz to Z80CTC on CZ-8BS1
2180 [X1TURBO/DISPLAY] fix color reverse attribute (thanks Mr.Enri)
2181 [X1TURBO/FLOPPY] support motor on/off signal (thanks Mr.Sato)
2182 [X1TURBO/IO] improve i/o wait (thanks Mr.Sato)
2183
2184
2185 7/25/2013
2186
2187 [X1TURBO/DISPLAY] fix text renderer for vertical/horizontal doubled character
2188
2189
2190 7/24/2013
2191
2192 [WINMAIN] support 320x240 fullscreen mode
2193 [EMU/WIN32] support multiple quick disk drives and cart slots
2194 [CONFIG] support to read/write ini file
2195
2196
2197 7/23/2013
2198
2199 [WINMAIN] simplify codes for boot mode and device type menus
2200 [EMU/WIN32] fix sound recorder not to output the old samples
2201
2202 [VM/HD146818P] fix not to save backuped ram if it is not modified
2203 [VM/MCS48] fix to divide the given clocks in MCS48 class
2204 [VM/MCS48] fix not to run cpu if enough clocks are not given
2205 [VM/RP5C15] fix not to save backuped ram if it is not modified
2206
2207 [FAMILYBASIC] support to select basic rom
2208 [FAMILYBASIC/MEMORY] fix not to save backuped ram if it is not modified
2209 [FMR30/CMOS] fix not to save backuped ram if it is not modified
2210 [FMR50/CMOS] fix not to save backuped ram if it is not modified
2211 [J3100SL/SLMEMORY] fix not to save backuped ram if it is not modified
2212 [PC8801MA] support dipswitch to select memory wait on/off
2213 [PC8801MA/PC88] fix display vertical frequency
2214 [PC8801MA/PC88] fix m1 wait and ram/vram wait clocks
2215 [PC98HA/MEMORY] fix not to learn ram/ram drive/memcard if they are not modified
2216 [QC10/MEMORY] fix not to save backuped ram if it is not modified
2217 [TK80BS] support to select basic rom
2218 [MZ700/CMOS] fix not to save backuped ram if it is not modified
2219 [SCV/MEMORY] fix not to save backuped ram if it is not modified
2220 [X1TURBO/PSUB] fix key repeat timing
2221 [X1TURBO/SUB] fix signal to detect cassette tape
2222
2223
2224 5/11/2013
2225
2226 [VM/I286] reimplement based on MAME 0.148
2227 [VM/I386] reimplement based on MAME 0.148
2228 [VM/I8255] improve mode #1 and #2
2229 [VM/MCS48] support mcs48 based on MAME 0.148
2230
2231 [X1TURBO] support real sub cpu and keyboard emulation
2232 [X1TURBO/DISPLAY] fix routine to get currently displayed character address
2233 [X1TURBO/DISPLAY] fix routine to render Vx2 character
2234 [X1TURBO/PSUB] improve key repeat timing
2235
2236
2237 4/25/2013
2238
2239 [VM/DATAREC] fix mzt image converter based on Bin2Wav
2240
2241 [MZ2200] fix to reset Z80PIO in special_reset()
2242 [MZ2200/MEMORYB80] fix to load mzt image to memory only when offset is 0
2243 [MZ2200/MZ1M01] fix to reset inport value from Z80PIO in reset()
2244
2245 [PC8201] fix cpu clock from 2.4MHz to 2.4576MHz
2246 [PC8201] support cmt
2247 [PC8201] fix to reset rtc strobe signal at boot
2248
2249
2250 4/14/2013
2251
2252 [WINMAIN] support to show a message on title bar post from vm or emu class
2253 [WINMAIN] disable close media menu when media file is not opened
2254 [EMU/WIN32] add function to post a message onto title bar
2255
2256 [VM/DATAREC] fix mzt image converter to add 1sec space after header block
2257 [VM/DATAREC] support to post the tape status message onto title bar
2258 [VM/Z80PIO] fix handshake signals in bidirectional mode
2259 [VM/Z80PIO] fix masks follows bit in control register
2260 [VM/Z80PIO] fix to disable interrupt until the mask register is written
2261
2262 [MZ80B/MEMORY] support optional 2nd vram
2263 [MZ2200/MEMORY] fix not to load mzt image to memory when attribute is not $01
2264 [MZ2200/MZ1M01] support 16bit cpu board (MZ-1M01)
2265
2266
2267 3/30/2013
2268
2269 [VM/DATAREC] fix issue that sample number in recorded wav file header is 0
2270 [VM/DATAREC] improve recording wav file
2271 [VM/DATAREC] improve wave shaper function to support dB-BASIC
2272 [VM/EVENT] fix issue that continuous event causes invalid event clock
2273 [VM/Z80PIO] support handshake mode
2274
2275 [MZ2200/MEMORY] support m1 wait when ipl rom is selected
2276 [MZ2200/MEMORY] support vram access wait
2277 [MZ2200/MZ1R13] fix address increment
2278
2279
2280 3/29/2013
2281
2282 [MZ2200] support quick disk drive (MZ-1E18 and MZ-1F11)
2283 [MZ2200/MZ1R12] support to load MZ-1E18 ipl rom image
2284 [MZ2200/MZ1R13] support to switch kanji/dictionary roms
2285
2286
2287 3/28/2013
2288
2289 [WINMAIN] fix to support max 30 screen resolutions
2290
2291 [VM/DATAREC] support wave shaper function
2292 [VM/EVENT] fix not to skip frames when the sound is outputted
2293
2294
2295 3/23/2013
2296
2297 [VM/I8080] support disassembler
2298
2299 [FP200] support CASIO FP-200
2300
2301
2302 3/21/2013
2303
2304 [VM/DATAREC] fix to skip the fact chunk in wave file header
2305
2306 [MZ80B] support SHARP MZ-80B
2307 [MZ2200] support SHARP MZ-2200
2308
2309
2310 2/26/2013
2311
2312 [WINMAIN] destry window before emulation core is released
2313
2314 [PC8801MA/PC88] fix text attributes
2315
2316
2317 2/7/2013
2318
2319 [EMU/WIN32] remove the function to play media files
2320
2321 [VM/DATAREC] support fast forward and rewind
2322 [VM/DATAREC] support playing wav file
2323 [VM/HD146818P] fix to restart timer event when date/time is modified
2324 [VM/MSM58321] fix to restart timer event when date/time is modified
2325 [VM/RP5C01] fix to restart timer event when date/time is modified
2326 [VM/UPD1990A] fix to restart timer event when date/time is modified
2327 [VM/UPD4990A] fix uPD1990A compatible mode
2328 [VM/Z80] revert modifying clocks for interrupt in mode2
2329
2330 [FMR30/RTC] fix to restart timer event when date/time is modified
2331 [HC40/IO] fix to restart timer event when date/time is modified
2332 [HC80/IO] fix to restart timer event when date/time is modified
2333 [MZ2500/CASSETTE] support playing a music cassette tape
2334 [MZ2500/CASSETTE] support load/save a data cassette tape
2335 [MZ2500/CASSETTE] support fast forward and rewind a cassette tape
2336 [X07/IO] fix to restart timer event when date/time is modified
2337 [X1TURBO/SUB] fix to restart timer event when date/time is modified
2338 [X1TURBO/SUB] support fast forward and rewind a cassette tape
2339
2340 [TOOL/MZ2500] add new tool to cleanup the cassette tape for APSS
2341
2342
2343 1/23/2013
2344
2345 [WINMAIN] support drag & drop a cart or disk image files
2346
2347 [VM/HD146818P] support modifying the date and time
2348 [VM/MSM58321] renamed from RTC58321 to MSM58321
2349 [VM/MSM58321] support modifying the date and time
2350 [VM/MSM58321] support busy flag and base signal register
2351 [VM/MSM58321] remove ugly functions for FMR-50/60
2352 [VM/MS5832] removed and joined to MSM58321
2353 [VM/RP5C01] support modifying the date and time
2354 [VM/RP5C15] removed and joined to RP5C01
2355 [VM/UPD1990A] support modifying the date and time
2356 [VM/UPD1990A] remove ugly functions for PC-9801/PC-98LT
2357 [VM/UPD4991A] support modifying the date and time
2358 [VM/Z80] revert previous modification
2359 [VM/Z80] modify clocks for interrupt in mode2
2360
2361 [FM16PI] replace rtc chip from msm5832 to rtc58321
2362 [FMR30/RTC] support modifying the date and time
2363 [FMR50/TIMER] support rtc with standard signal connections
2364 [HC40/IO] support modifying the date and time
2365 [HC80/IO] support modifying the date and time
2366 [PC9801] support rtc with standard signal connections
2367 [PC9801/DISPLAY] initialize year data in memory switch
2368 [PC98LT/CALENDAR] support rtc with standard signal connections
2369 [PC100] fix rtc signal connection and now rtc works fine
2370 [PCENGINE] fix to check the selected cart is for super grafx
2371 [X07/IO] support modifying the date and time
2372 [X1TURBO/SUB] support modifying the date and time
2373
2374
2375 1/18/2013
2376
2377 [VM/DISK] fix to always save the converted disk image
2378 [VM/Z80] revert reimplemented Z80 core based on MAME 0.145
2379
2380 [PC8801MA/PC88] support n80 format tape image
2381
2382
2383 12/29/2012
2384
2385 [EMU/WIN32] support joysticks with more than 4 buttons
2386 [EMU/WIN32] support new function to get crc32 value
2387
2388 [VM/DISK] fix make_track() to consider the media type
2389 [VM/DISK] fix teledisk/imagedisk converter to get the correct media type
2390 [VM/UPD765A] fix read diagnotics to start reading at the top of 1st sector data
2391
2392 [FAMILYBASIC/PPU] fix crash issue in ppu
2393 [PC8001MK2SR] support NEC PC-8001mkIISR
2394 [PCENGINE] support NEC-HE PC Engine / SuperGrafx
2395
2396
2397 10/25/2012
2398
2399 [PC8801MA/PC88] fix dma wait cycles on V1S mode
2400
2401
2402 10/23/2012
2403
2404 [VM/HUC6280] reimplement based on MAME 0.147
2405 [VM/I286] reimplement based on MAME 0.147
2406 [VM/I386] reimplement based on MAME 0.147
2407
2408 [FAMILYBASIC/MEMORY] fix joypad status
2409 [PC8801MA/PC88] fix video memory wait on V1S mode
2410 [X1TWIN/PCE] reimplement vdc based on MESS 0.147
2411
2412
2413 8/18/2012
2414
2415 [EMU/WIN32] support to switch GDI/Direct3D9
2416
2417 [VM/UPD7220] add get_start() function
2418 [VM/YM2203] support mamefm.dll(V1)
2419
2420 [PC8801MA/PC88] fix text attributes based on m88
2421 [PC8801MA/PC88] fix to update memory wait in reset() 
2422 [PC9801/DISPLAY] fix to check gdc start status
2423
2424
2425 3/20/2012
2426
2427 [EMU/WIN32] fix not to render screen to Direct3D9 buffer while recording video
2428
2429 [VM/DEVICE] add new virtual function to nitify ei opecode is done on cpu
2430 [VM/YM2151] fix to raise/clear irq line when it is changed as level signal
2431 [VM/YM2203] fix to raise/clear irq line when it is changed as level signal
2432 [VM/Z80] fix to notify ei opecode is done on z80 core
2433
2434 [PC8801MA/PC88] fix sound irq based on m88 for Lipstick Adv and Re-Fight
2435
2436
2437 3/15/2012
2438
2439 [EMU/WIN32] fix to renew vm class instance to change cpu clock in reset()
2440
2441 [PC8801MA/PC88] support data recorder
2442 [PC8801MA/PC88] fix not to show pallete#0 color when graph screen is disabled
2443 [PC8801MA/PC88] fix to recognize ctrl + comma/period as numpad comma/period
2444
2445
2446 3/6/2012
2447
2448 [WINMAIN] fix to reset timing controls when run any extra frames to fill sound buffer
2449 [EMU/WIN32] fix to stretch offscreen buffer in both window mode and fullscreen mode
2450 [EMU/WIN32] fix to call ReleaseDC() to release the device context
2451 [EMU/WIN32] fix to call SelectObject() to select the old hBmp before release the DIBSection
2452 [EMU/WIN32] fix to start play sound buffer when virtual machine is driven
2453 [EMU/WIN32] fix to use constant threshold for joystick direction values
2454 [EMU/WIN32] support table to convert given keycodes from winmain
2455 [EMU/WIN32] fix to initialize d88 multi volume handler
2456
2457 [VM/DEVICE] add virtual function to fetch opecode
2458 [VM/FMGEN] fix to give the advanced time with chip clock, not usec
2459 [VM/YM2151] fix to initialize register #29 to enable only timer interrupt
2460 [VM/YM2151] fix to update fmgen count when read/write opm registers
2461 [VM/YM2151] fix to update fmgen count with chip clocks
2462 [VM/YM2203] fix to update fmgen count when read/write opn(a) registers
2463 [VM/YM2203] fix to update fmgen count with chip clocks
2464 [VM/Z80] fix to use new fetch_op() function to fetch opecode from memory bus
2465
2466 [PASOPIA] support floppy drives by Mr.zak
2467 [PASOPIA/DISPLAY] fix attribute and display mode by Mr.zak
2468 [PASOPIA/MEMORY] fix vram access via pio by Mr.zak
2469 [PASOPIA/PAC2] support kanji rom and joystick pac by Mr.zak
2470 [PASOPIA/RAMPAC2] support to change file to load/save rampac2 image by Mr.zak
2471
2472 [PASOPIA7] fix memory bank switch by Mr.zak
2473 [PASOPIA7/RAMPAC2] support to change file to load/save rampac2 image by Mr.zak
2474
2475 [PC8801MA] change rtc device type from uPD1990A to uPD4990A
2476 [PC8801MA/PC88] support bus mouse
2477 [PC8801MA/PC88] change memory wait cycles
2478 [PC8801MA/PC88] fix not to draw cursor before cursor position is updated
2479 [PC8801MA/PC88] fix to refer text attributes for hireso screen
2480 [PC8801MA/PC88] fix a ugly patch for attributes issue for RST Ongaku Disk 12
2481
2482
2483 2/22/2012
2484
2485 [WINMAIN] add codes to check memory leaks in debug build
2486 [VM/*] fix memory leaks
2487
2488 [MULTI8/CMT] fix not to refer other device in release() function
2489 [MZ1500/QUICKDISK] fix not to refer other device in release() function
2490 [PC9801/CMT] fix not to refer other device in release() function
2491 [TK80BS/CMT] fix not to refer other device in release() function
2492
2493
2494 2/21/2012
2495
2496 [PC8801MA/PC88] update memory wait cycles
2497
2498
2499 2/20/2012
2500
2501 [WINMAIN] support d88 disk image with multi voluemes
2502 [EMU/WIN32] update screen manager with Direct3D9
2503
2504 [VM/DISK] support d88 disk image with multi voluemes
2505
2506 [JX/DISPLAY] fix not to render screen just after screen size is changed
2507 [PC8801MA/PC88] fix to render 640x400 graph screen refering text attributes
2508 [PC8801MA/PC88] update memory/dma wait cycles based on m88 and QUASI88
2509
2510
2511 2/16/2012
2512
2513 [WINMAIN] simplify timing controls
2514 [EMU/WIN32] simplify screen manager
2515 [EMU/WIN32] fix to capture the rotated screen in vertical screen mode
2516
2517 [VM/Z80] reimplement based on MAME 0.145 Z80 core
2518
2519 [PC8801MA] support NEC PC-8801MA
2520 [PC8801MA/PC88] fix to initialize main ram pettern
2521 [PC8801MA/PC88] fix text window
2522 [PC8801MA/PC88] fix to clear vram bank when alu is active
2523 [PC98DO] remove dictionary rom, joystick and opna sound
2524
2525
2526 2/13/2012
2527
2528 [PC98DO/PC88] fix to show opn busy flag at the first access (for ALPHA)
2529
2530 [VM/EVENT] fix not to clear sound buffer index in reset function
2531 [VM/I8255] fix not to clear output signals in default setting
2532
2533
2534 2/11/2012
2535
2536 [PC98DO/PC88] fix to select hireso screen only in monochrome mode
2537 [PC98DO/PC88] fix crtc registers
2538 [PC98DO/PC88] fix the character scan lines and screen height again
2539 [PC98DO/PC88] fix to consider the number of attributes data
2540 [PC98DO/PC88] add a ugly patch for attributes issue for alpha
2541
2542 [VM/I8255] fix to clear output signals when control register is written
2543 [VM/Z80] fix not to output debug log for continuously executed halt command
2544
2545
2546 2/8/2012
2547
2548 [EMU/WIN32] fix to release all pressed keys when the main window lost focus
2549
2550 [PC98DO/PC88] fix hireso/mono graphic screen renderer
2551 [PC98DO/PC88] support dictionary rom
2552 [PC98DO/PC88] fix the character scan lines and screen height again
2553
2554
2555 2/7/2012
2556
2557 [VM/UPD765A] fix the wait time to finish seek command
2558
2559 [PC9801/DISPLAY] support semi graphics on text screen
2560
2561
2562 2/6/2012
2563
2564 [VM/YM2151] fix to raise irq when timer is expired before it is reset
2565 [VM/YM2203] support YM2608(OPNA)
2566 [VM/YM2203] fix to raise irq when timer is expired before it is reset
2567
2568 [PC98DO/PC88] fix to clear text screen when dma overrun occurs
2569 [PC98DO/PC88] fix to refer same palettes in 8/512 color mode
2570 [PC98DO/PC88] support OPNA sound (though PC-98DO does not support OPNA...)
2571 [PC98DO/PC9801] support OPNA sound (though PC-98DO does not support OPNA...)
2572
2573
2574 2/2/2012
2575
2576 [VM/Z80] fix to consider meaningless $dd/$ed/$fd
2577
2578 [PC9801] disable i/o port to change mouse irq frequency
2579 [PC9801E] disable i/o port to change mouse irq frequency
2580 [PC98DO/PC88] fix to raise vrtc irq when crtc is not started
2581
2582
2583 1/31/2012
2584
2585 [VM/UPD1990A] support uPD4990A
2586
2587 [PC98DO/PC88] support caps/kana lock
2588 [PC98DO/PC88] fix to reverse strobe signal to rtc
2589
2590
2591 1/30/2012
2592
2593 [PC98DO/PC88] fix text attributes again
2594 [PC98DO/PC88] fix not to raise irq when disk is changed
2595
2596
2597 1/29/2012
2598
2599 [PC98DO/PC88] fix to canel the requested irq when it is masked
2600 [PC98DO/PC88] fix text attributes
2601
2602
2603 1/27/2012
2604
2605 [VM/DISK] fix the routine to check d88 format
2606 [VM/EVENT] fix the event manager for sub cpu event timing
2607
2608
2609 1/25/2012
2610
2611 [WINMAIN] support to specify the minimum window width
2612
2613 [EMU/WIN32] fix the routine to detect the shift and numpad keys are pressed
2614
2615 [VM/DISK] fix to check if the inserted disk image is really d88 format
2616 [VM/EVENT] update event manager to check events in every cpu opecode
2617 [VM/HUC6260] update cpu to run only one opecode and return clocks
2618 [VM/I86] update cpu to run only one opecode and return clocks
2619 [VM/I386] update cpu to run only one opecode and return clocks
2620 [VM/M6502] update cpu to run only one opecode and return clocks
2621 [VM/MC6800] update cpu to run only one opecode and return clocks
2622 [VM/MC6809] update cpu to run only one opecode and return clocks
2623 [VM/TMS9995] update cpu to run only one opecode and return clocks
2624 [VM/UPD765A] fix to get the side number from hdu param in SHARP MZ-3500 case
2625 [VM/UPD765A] fix index hole signal width and frequency
2626 [VM/UPD7801] update cpu to run only one opecode and return clocks
2627 [VM/Z80] update cpu to run only one opecode and return clocks
2628
2629 [HC80/IO] fix the memory access violation issue when run without rom images
2630 [PC100/IOCTRL] move keyborad initialization from intialize() to reset()
2631 [PC98DO] raise irq when disk is inserted or ejected
2632 [PC98DO/MOUSE] fix not to clear the registered event when machine is reset
2633 [PC98DO/PC88] fix extended vram selection mode
2634 [PC98DO/PC88] fix the key code table for ins/del
2635 [PC98DO/PC88] fix to convert the pressed ins/f6-10 keys to shift + del/f1-f5
2636 [SC3000] support SF-7000
2637 [SC3000] fix to negate the motor on/off signal from pio pc1
2638
2639
2640 1/18/2012
2641
2642 [EMU/WIN32] support to detect the shift and numpad keys are pressed
2643
2644 [VM/I8080] fix to refer read_data8w() to fetch opcode if memory wait is active
2645 [VM/UPD765A] fix to accept seek command before other seek is not finished
2646 [VM/UPD765A] fix to accept tc in result phase after read/write commands
2647 [VM/YM2203] fix to read the input port value though the port mode is output
2648 [VM/Z80] fix to refer read_data8w() to fetch opcode if memory wait is active
2649
2650 [PC98DO/PC88] support joystick (though PC-98DO does not support joystick...)
2651 [PC98DO/PC88] fix i/o port to read expanded ram selection in $e2
2652 [PC98DO/PC88] fix i/o port to read 15KHz/24KHz monitor type in $40
2653 [PC98DO/PC88] fix hireso/mono graphic screen renderer
2654 [PC98DO/PC88] support memory access wait (temporary)
2655 [PC98DO/PC88] fix to raise busreq while dma is running in V1(S)/N mode
2656 [VM/X1TWIN] remove the routine to detect the shift and numpad keys are pressed
2657
2658
2659 1/11/2012
2660
2661 [VM/HD46505] support to update the timing settings in the event manager
2662 [VM/UPD7220] support to update the timing settings in the event manager
2663
2664 [VM/PC9801E] support to switch crt frequency
2665 [VM/PC9801VM] support to switch crt frequency
2666 [VM/PC98DO] support to switch crt frequency
2667 [VM/X1TURBO] support to switch crt frequency
2668
2669
2670 1/9/2012
2671
2672 [VM/DEVICE] add virtual function to get the id of parent event manager
2673 [VM/EVENT] fix to notify the timing changes only to child devices
2674
2675 [PC9801E] support to switch cpu clocks
2676 [PC9801VM] support to switch cpu clocks
2677 [PC98DO] support to switch cpu clocks
2678
2679
2680 1/7/2012
2681
2682 [VM/DEVICE] add virtual function to notify that timing settings are changed
2683 [VM/EVENT] fix to notify to all devices when timing settings are changed
2684 [VM/PC80S31K] add ugly patch to enable both #1 and #2 drives
2685 [VM/UPD765A] fix that recalib is successfully done though disk is unformatted
2686 [VM/YM2203] fix to update the period that fmgen is driven in vline
2687 [VM/YM2151] fix to update the period that fmgen is driven in vline
2688
2689 [PC98DO/PC88] fix to connect opn irq line to the interrupt controller
2690 [PC98DO/PC88] fix to initialize opn input ports
2691 [PC98DO/PC88] fix to access high speed tvram through dma in V1(H)/V2 mode
2692 [PC98DO/PC88] fix to draw text screen when crtc is already started
2693 [PC98DO/PC88] fix the initial attribute before it is changed
2694 [PC98DO/PC88] fix the character scan lines (temporary)
2695 [PC98DO/PC88] support 2HD disks
2696
2697
2698 1/5/2012
2699
2700 [VM/HD46505] fix the issue that vline event is not correctly registered
2701 [VM/UPD765A] fix the issue that CP/M Plus does not boot correctly on QC-10
2702
2703
2704 12/31/2011
2705
2706 [EMU/WIN32] support to change the frame timing by virtual machine
2707
2708 [VM/DEVICE] support multiple event manager
2709 [VM/DISK] support to detect the disk ejection
2710 [VM/EVENT] support multiple cpus with different clocks
2711 [VM/HD46505] fix typo
2712 [VM/I8237] support word transfer
2713 [VM/I8259] fix to wait a few time to raise irq that imr is cleared
2714 [VM/PC80S31K] support PC-80S31K floppy drives
2715 [VM/UPD765A] support non dma mode
2716 [VM/UPD765A] fix to clear irq signal when result pahse is finished
2717 [VM/UPD765A] support irq/drq mask signals
2718 [VM/UPD765A] support to detect the disk ejection
2719 [VM/Z80] support NOP in IM0 interrupt
2720
2721 [FP1100] set correct sub cpu clock
2722 [J3100] support TOSHIBA J-3100GT/SL (not work)
2723 [MZ800] reset virtual machine when boot mode is changed
2724 [PC9801] support 320KB floppy drives
2725 [PC9801VM] support NEC PC-9801VM
2726 [PC98DO] support NEC PC-98DO
2727 [QC10] fix the issue that CP/M Plus does not boot correctly
2728 [MZ2500/SASI] refine code
2729
2730
2731 8/6/2011
2732
2733 [EMU/WIN32] render access lamp in emu class
2734
2735 [VM/MC6820] support MC6820 (partial)
2736
2737 [M5/CMT] support reset/halt key
2738 [X1TURBO] fix i/o map for i8255 at 01a**h
2739 [X1TURBO/IO] clear i/o tables to fix debug build issue
2740
2741
2742 6/1/2011
2743
2744 [VM/BEEP] remove the routine to get frequency from the pulse count
2745 [VM/MC6800] support MB8861
2746
2747 [HC20/MEMORY] implement some slave cpu commands
2748 [PASOPIA7] fix signal connections from z80ctc to speaker
2749
2750
2751 5/28/2011
2752
2753 [VM/MB8877] clear track register and index hole counter in reset()
2754 [VM/MC6800] support MC6800/MC6801/HD6301 (based on MAME 0.142)
2755 [VM/MC6809] support MC6809 (based on MAME 0.142)
2756 [VM/Z80DMA] fix issues for X1/X1turbo games (thanks Y.S.)
2757
2758 [HC20] support EPSON HC-20
2759 [PASOPIA] fix OA-BASIC issue
2760
2761
2762 5/20/2011
2763
2764 [EMU/WIN32] support sound latency 50msec
2765
2766 [VM/DEVICE] add virtual function do_dma() for single mode dma
2767 [VM/I8237] support single mode
2768 [VM/UPD71071] support single mode
2769 [VM/Z80DMA] fix issues for X1/X1turbo games (thanks Y.S.)
2770 [VM/Z80DMA] support single mode
2771 [VM/I86] call do_dma() in every machine cycle for single mode dma
2772 [VM/I386] call do_dma() in every machine cycle for single mode dma
2773 [VM/Z80] call do_dma() in every machine cycle for single mode dma
2774
2775 [MZ2800] support single mode dma
2776 [MZ5500] support single mode dma
2777 [PC9801] support single mode dma
2778 [PC9801E] support single mode dma
2779 [X1TURBO] support single mode dma
2780
2781
2782 5/19/2011
2783
2784 [VM/EVENT] fix to check registered count for frame/vline events
2785 [VM/EVENT] clear event counts before other devices are initialized
2786 [VM/HD46505] fix to update sync signals in more precise timing
2787 [VM/HD46505] support notifying vline event to other devices
2788 [VM/Z80DMA] fix issues for X1/X1turbo games (thanks Y.S.)
2789 [VM/Z80DMA] fix to return current count/address for init read sequence command
2790 [VM/Z80DMA] fix do_dma() routine
2791
2792 [JX/DISPLAY] support high resolution screen (partial)
2793 [JX/DISPLAY] support bankswitch for kanji rom and extended vram
2794 [MZ800/DISPLAY] remove display class and combine to memory class
2795 [MZ800/MEMORY] fix scroll registers
2796 [X1TURBO/DISPLAY] remove crtc vblank/vsync signal generator
2797
2798
2799 5/18/2011
2800
2801 [VM/DISK] fix dsk floppy disk image converter
2802
2803 [MZ800] support SHARP MZ-800
2804 [MZ1500] support floppy disk drives
2805
2806
2807 5/16/2011
2808
2809 [JX] fix memory map for kanji rom
2810 [JX/DISPLAY] fix text screen renderer
2811
2812
2813 5/14/2011
2814
2815 [VM/DISK] support dsk floppy disk image based on MESS formats/dsk_dsk.c
2816 [VM/I8259] support poll command
2817 [VM/I8259] update eoi command
2818 [VM/MEMORY] return file size of loaded bios image
2819 [VM/UPD765A] fix sence interrupt status result
2820 [VM/UPD765A] fix not to clear exm bit in multi sector read/write
2821 [VM/Z80CTC] fix not to reset time constant when channel is freezed
2822 [VM/Z80DMA] fix transfer length when 0 is specified
2823
2824 [JX] support IBM Japan Ltd PC/JX
2825 [PC9801] set media type for floppy drives
2826 [X1TURBO/DISPLAY] wait next raster when pcg/cgrom is accessed
2827 [X1TURBO/SUB] readjust the key repeat timing
2828
2829
2830 5/4/2011
2831
2832 [EMU/WIN32] remove patch code for PV-2000 in input manager
2833
2834 [VM/DEVICE] add virtual functions for 16bit/32bit dma
2835 [VM/I8259] refine code
2836 [VM/IO] support standard d-ff register
2837 [VM/IO] support 16bit/32bit dma functions
2838 [VM/MB8877] change wait period for read/write from 100msec to 70msec
2839 [VM/HD146818P] check address line in write access
2840 [VM/UPD765A] check address line in write access
2841 [VM/W3100A] check address line in write access
2842 [VM/YM2203] disable status register for AY-3-8912
2843
2844 [MZ80K] refine driver and remove unused io class
2845 [MZ2800] refine driver and remove unused calendar/timer classes
2846 [X1TURBO] support dip-switch for monitor type selection
2847 [X1TURBO/DISPLAY] fix vblank/vsync signals
2848 [X1TURBO/IO] support standard d-ff register
2849
2850
2851 4/27/2011
2852
2853 [COMMON] modify struct union 'pair'
2854 [VM/EVENT] fix to get more precise cpu clocks
2855 [VM/HUC6260] fix to get more precise cpu clocks
2856 [VM/I8080] fix to get more precise cpu clocks
2857 [VM/I86] fix i286 protected mode boundary check (from MESS)
2858 [VM/I86] fix POP SP and POP ESP (from MESS)
2859 [VM/I86] fix to get more precise cpu clocks
2860 [VM/I386] fix to get more precise cpu clocks
2861 [VM/M6502] fix to get more precise cpu clocks
2862 [VM/TMS9995] fix to get more precise cpu clocks
2863 [VM/UPD7801] fix to get more precise cpu clocks
2864 [VM/Z80] fix to get more precise cpu clocks
2865
2866 [X1TURBO/DISPLAY] fix to get correct pcg address in hires screen mode
2867
2868
2869 4/25/2011
2870
2871 [VM/MB8877] fix to wait 100msec to read/write just after seek command
2872 [VM/Z80CTC] fix to initialize vector when reset device
2873 [VM/Z80CTC] fix to copy time constant to counter just after reset command
2874 [VM/Z80CTC] fix to clear pending irq when RETI opcode is detected
2875 [VM/Z80CTC] fix to update int signal without checking the current signal
2876 [VM/Z80DMA] fix to update int signal without checking the current signal
2877 [VM/Z80PIO] fix to update int signal without checking the current signal
2878 [VM/Z80SIO] fix to update int signal without checking the current signal
2879
2880
2881 4/23/2011
2882
2883 [VM/DISK] fix to check disk type in teledisk converter
2884 [VM/I86] reimplement based on MAME 0.142 80x86 core
2885 [VM/I86] support 80186
2886 [VM/MB8877] fix to clear drq/irq when status register is read
2887 [VM/UPD71071] fix not to restart dma while dma is running
2888 [VM/Z80CTC] fix to clear pending irq when control reg is updated
2889 [VM/Z80DMA] fix not to restart dma while dma is running
2890 [VM/Z80DMA] fix end of block condition
2891 [VM/Z80DMA] fix to support auto restart
2892
2893 [X1TURBO/DISPLAY] fix vertical doubled character in hires mode
2894 [X1TURBO/DISPLAY] fix black character renderer
2895
2896
2897 4/15/2011
2898
2899 [VM/DEVICE] add virtual functions for i/o port with dma
2900 [VM/DISK] support drive type
2901 [VM/MB8877] add functions to get/set drive type
2902 [VM/UPD765A] add functions to get/set drive type
2903 [VM/Z80DMA] change transfer length when block length equals to 0
2904
2905 [X1TURBO] support 2HD floopy disk
2906 [X1TURBO/FLOPPY] support to change the drive type
2907
2908
2909 4/14/2011
2910
2911 [VM/DEVICE] add virtual functions for Z80 daisy chain definitions
2912
2913 [X1TURBO] support 2nd CZ-8BS1 for NRTDRV
2914 [X1TURBO/DISPLAY] support black/transparency register
2915 [X1TURBO/SUB] fix xfer key code
2916 [X1TURBO/SUB] fix ctrl/shift/kana/caps/graph bits in $e6 command
2917 [X1TURBO/SUB] fix write protected bit in $eb command
2918
2919
2920 4/13/2011
2921
2922 [VM/Z80DMA] fix address step count (thanks Kale)
2923
2924
2925 4/12/2011
2926
2927 [EMU/WIN32] fix repeat flag for caps/kana/kanji keys
2928
2929 [VM/DISK] fix not to write disk image when data is not modified
2930 [VM/IO] support read/write interface for dma
2931 [VM/Z80] fix disassembler
2932 [VM/Z80DMA] support Z80DMA (based on MAME Z80DMA core)
2933
2934 [PC9801/CMT] support cmt interface
2935 [X1TURBO] support SHARP X1turbo
2936 [X1TURBO/DISPLAY] generate HD46505 vblank/vsync signals in display class
2937 [X1TURBO/IO] support read/write interface with dma
2938
2939
2940 4/7/2011
2941
2942 Fix typo (regist -> register, recieve -> receive)
2943
2944
2945 4/6/2011
2946
2947 [EMU/WIN32] fix joystick manager
2948
2949 [VM/DISK] support standard disk image without format info
2950 [VM/Z80SIO] fix abort/break flag
2951 [VM/Z80SIO] fix not to load data before sync char is loaded
2952
2953 [MZ1500/QUICKDISK] fix unformat error issue
2954 [X1TWIN] support to enable/disable CZ-8BS1
2955 [X1TWIN/DISPLAY] fix cursor blink
2956 [X1TWIN/DISPLAY] combine kanji class to refer the same font rom image
2957 [X1TWIN/DISPLAY] refine code to support X1turbo series
2958 [X1TWIN/MEMORY] refine code to support X1turbo series
2959
2960
2961 4/2/2011
2962
2963 [X1TWIN/SUB] fix irq handling
2964
2965
2966 4/1/2011
2967
2968 [EMU/WIN32] support stereo sound
2969 [EMU/WIN32] fix joystick initialization
2970
2971 [VM/DATAREC] support to load wave file with 16bit/stereo and any frequency
2972 [VM/DATAREC] support to load TAP tape images (used for SHARP X1 series)
2973 [VM/DATAREC] support to rewind tape image
2974 [VM/EVENT] support stereo sound
2975 [VM/FMGEN] fix timer not to cause overflow
2976 [VM/FMGEN] support interface to read int signal
2977 [VM/SN76489AN] fix mixer issue that volume mixed by other device is doubled
2978 [VM/YM2151] fix irq handling to refer int signal from fmgen
2979 [VM/YM2203] fix irq handling to refer int signal from fmgen
2980 [VM/Z80SIO] support monosync/bisync mode
2981 [VM/Z80SIO] support auto enables bit in wr3
2982 [VM/Z80SIO] support send break bit in wr5
2983 [VM/Z80SIO] support sync/abort bit in rr0
2984 [VM/Z80SIO] support signals to notify transmitt/recieve is done
2985 [VM/Z80SIO] support sync signal (input/output)
2986 [VM/Z80SIO] fix not to reset external signals
2987
2988 [MZ1500] support quick disk drive
2989 [PC9801] support irq connection from PC-9801-26
2990 [PC9801/DISPLAY] support 200 lines screen mode
2991 [PC9801/JOYSTICK] support joystick
2992 [X1TWIN] support CMT device
2993 [X1TWIN/EMM] support 512kb emm board
2994 [X1TWIN/MEMORY] fix memory mapping for ipl rom
2995
2996
2997 2/16/2011
2998
2999 [EMU/WIN32] notify key repeat
3000
3001 [VM/YM2203] fix prescaler for AY-3-8190/8192
3002 [VM/YM2151] fix typo
3003
3004 [X1TWIN] support fm sound card
3005 [X1TWIN/DISPLAY] fix routine to render vertical doubled character
3006 [X1TWIN/DISPLAY] render screen in each scan line
3007 [X1TWIN/SUB] support pressing both shift and numpad key for XANADU
3008 [X1TWIN/SUB] support key repeat
3009 [X1TWIN/SUB] fix ctrl + '_'
3010 [X1TWIN/SUB] fix $e6 command to return key code until it is released
3011
3012
3013 1/26/2011
3014
3015 [EMU/WIN32] support capture screen
3016
3017 [VM/SN76489AN] support SN76489
3018 [VM/SN76489AN] fix noise period
3019
3020 [X1TWIN/DISPLAY] fix not to update pcg addr frequently for Wibarm
3021 [X1TWIN/SUB] fix to raise irq just after command with no results was processed
3022 [X1TWIN/SUB] fix keycode read function
3023 [X1TWIN/SUB] fix command processing period
3024
3025
3026 1/21/2011
3027
3028 [EMU/WIN32] support output debug log to console
3029
3030 [VM/DEVICE] fix virtual functions for memory and i/o access with wait
3031 [VM/MB8877] support output debug log
3032 [VM/MB8877] support request cpu to output debug log when status is read
3033 [VM/Z80] support variable m1 cycle wait
3034 [VM/Z80] support disassembler to output executed mnemonics
3035 [VM/Z80SIO] change delay timing for data transmitter
3036
3037 [X1TWIN] fix i/o map for display controller and text/attr vram
3038 [X1TWIN/DISPLAY] fix routine to render vertical doubled character
3039 [X1TWIN/DISPLAY] fix routine to get accessing vram address and raster
3040 [X1TWIN/DISPLAY] fix graphic renderer to check view range in crtc registers
3041 [X1TWIN/FLOPPY] fix not to stop motor of floppy drive
3042 [X1TWIN/MEMORY] fix to wait 1 clock in m1 cycle when ipl rom is selected
3043 [X1TWIN/SUB] fix not to raise irq before all data are recieved by main cpu
3044 [X1TWIN/SUB] fix to exit interrupt automatically without reti
3045 [X1TWIN/SUB] fix to raise obf when new command is processed
3046 [X1TWIN/SUB] fix caps lock
3047 [X1TWIN/SUB] remove game key read command because this is turbo feature
3048
3049
3050 1/17/2011
3051
3052 [PV1000/VDP] fix pattern offset register for Dig-Dug and Space Panic
3053
3054
3055 1/16/2011
3056
3057 [VM/YM2203] support AY-3-8190/8192
3058 [VM/Z80SIO] fix transmit/status interrupt
3059
3060 [SCV/SOUND] support 2nd and 3rd square wave generators (by Mr.kazz)
3061 [SCV/SOUND] fix not to accept new command before return ack (by Mr.kazz)
3062 [MZ2500/CRTC] fix gfx plane mask register
3063 [MZ2500/CRTC] fix scroll registers
3064 [MZ2500/CRTC] fix to effect transparency register to outside of text region
3065 [MZ2500/CRTC] support screen mask i/o signal
3066 [MZ2500/CRTC] optimize screen rederer
3067 [MZ2800/CRTC] fix gfx plane mask register
3068 [MZ2800/CRTC] fix to effect transparency register to outside of text region
3069 [MZ2800/CRTC] support screen mask i/o signal
3070 [MZ2800/CRTC] optimize screen rederer
3071 [X1TWIN/DISPLAY] support 4 rasters * 50 lines screen for XEVIOUS
3072 [X1TWIN/SUB] fix get calender command
3073
3074
3075 12/28/2010
3076
3077 [EMU/WIN32] support power off notification
3078
3079 [VM/DATAREC] support to load MZT/M12 tape images (used for SHARP MZ series)
3080 [VM/I8251] support break signal
3081 [VM/MB8877] change irq signal to low when new command is processed
3082 [VM/MSM5832] support address write signal
3083 [VM/Z80SIO] support cts/dcd signals
3084
3085 [FM16PI] support FUJITSU FM16pi
3086 [SC3000/KEYBOARD] fix the issue that multiple keys in the same column cannot be pressed at the same time
3087 [MZ1500] support z80sio for quick disk and rs-232c (not work)
3088
3089
3090 9/29/2010
3091
3092 [VM/UPD765A] fix not to retry read id command
3093 [VM/UPD765A] fix to return the result of non-seek commands for sence intstat
3094 [VM/UPD765A] fix to update the data lost event when data is read/written
3095
3096 [PC9801] fix not to disable fdc i/o in the case fd bios roms are not loaded
3097
3098
3099 9/20/2010
3100
3101 [VM/DEVICE] support interface for memory mappied i/o
3102 [VM/I8237] fix bank register
3103 [VM/I8253] fix counter latch before the counter update event is occured
3104 [VM/MEMORY] support general memory bus
3105 [VM/SN76489AN] fix noise generator
3106 [VM/UPD765A] fix to wait 100usec before go to result phase
3107 [VM/UPD7220] fix not to terminate write command after data is set
3108 [VM/UPD7220] support interface to get the cursor address and top/bottom lines
3109
3110 [MZ3500/MAIN] update memory mapper
3111 [MZ3500/SUB] implement serial i/o for keyboard
3112 [PC9801] support NEC PC-9801
3113 [PC9801E] support NEC PC-9801E/F/M
3114
3115
3116 9/4/2010
3117
3118 [VM/EVENT] support to run extra frames for continuous sound
3119 [VM/IO] support to register the return value
3120 [VM/IO] refine i/o map registrations
3121 [VM/UPD765A] support external drive selection
3122 [VM/UPD765A] fix not to output index hole signal if disk is not inserted
3123
3124 [MZ1500] fix sound mask (for thunder force)
3125 [MZ1500/DISPLAY] fix to refer bit3 of pcg attribute
3126 [MZ1500/MEMORY] support pcg ram wait
3127 [MZ1500/MEMORY] fix memory mapped i/o range
3128 [MZ1500/RAMFILE] support ram file
3129 [MZ3500] reimplement SHARP MZ-3500 (not work)
3130 [PASOPIA7/IO] refine i/o map registrations
3131 [PHC20] support SANYO PHC-20
3132 [X1TWIN/IO] refine i/o map registrations
3133
3134
3135 8/31/2010
3136
3137 [VM/UPD765A] support dack signal
3138
3139 [FP1100/SUB] support logic to clear vram
3140 [FP1100/SUB] fix vram write access
3141 [FP1100/SUB] fix screen renderer
3142 [MZ1500] fix psg i/o addr
3143 [MZ1500/DISPLAY] fix color palette and priority register
3144
3145
3146 8/27/2010
3147
3148 [VM/AND] fix output signal when it is changed
3149 [VM/OR] fix output signal when it is changed
3150 [VM/NAND] fix output signal when it is changed
3151 [VM/NOR] fix output signal when it is changed
3152 [VM/NOT] fix output signal when it is changed
3153 [VM/DEVICE] refine signal connections
3154 [VM/DISK] support SEGA SF-7000 floppy disk image
3155 [VM/EVENT] sync 2 or more cpus precisely
3156 [VM/I8253] fix read both low and high counter
3157 [VM/PCM1BIT] update to check on/off signal width in one sample
3158 [VM/TMS9918A] fix screen mode selection
3159 [VM/UPD765A] support reset signal
3160 [VM/UPD765A] support index hole signal
3161 [VM/Z80] revert reimplemented Z80 core (temporary)
3162
3163 [FM16PI] remove FUJITSU FM16pi skelton
3164 [PC3200] remove SHARP PC-3200 skelton
3165 [FP1100/MAIN] raise sub cpu's int2 at both L->H edge and H->L edge
3166 [FP1100/SUB] add ugly patch to raise int2 when sub cpu recieve the command
3167 [MZ80K] support SHARP MZ-80K
3168 [MZ1200] support SHARP MZ-1200
3169 [MZ700/MEMORY] init memory map when mzt image is loaded
3170 [MZ700/MEMORY] support MZ700WIN's patch block when mzt image is loaded
3171 [MZ1500] support SHARP MZ-1500 (QD is not supported yet)
3172 [PASOPIA] fix signal connections around z80ctc
3173 [SC3000] support SEGA SC-3000
3174 [X1TWIN/SUB] fix sub cpu to check key release
3175 [X1TWIN/DISPLAY] fix vertical/horizontal doubled character
3176 [X1TWIN/DISPLAY] fix palette priority register
3177
3178
3179 8/13/2010
3180
3181 [EMU/WIN32] reset virtual machine after emu class is initialized
3182
3183 [VM/M6502] support M6502 and N2A03
3184 [VM/SN76489AN] fix mixer
3185 [VM/YM2151] fix mixer
3186 [VM/YM2203] fix mixer
3187
3188 [FAMILYBASIC] support Nintendo Family BASIC
3189
3190
3191 8/9/2010
3192
3193 [EMU/WIN32] disable ALT short cut key
3194
3195 [VM/Z80] reimplement Z80 (based on MAME Z80 core)
3196
3197 [MAP1010/KEYBOARD] support keyboard
3198 [MYCOMZ80A/KEYBOARD] reset key event counter
3199
3200
3201 8/6/2010
3202
3203 [VM/MC6847] fix graphics mode
3204 [VM/MC6847] check vram size in render routine
3205
3206 [MAP1010] support SEIKO MAP-1010 (not work)
3207 [PHC25] fix psg i/o address
3208 [PHC25] fix vsync/hsync bit in system port
3209 [PHC25/JOYSTICK] support joystick
3210 [PHC25/SYSTEM] fix vdp mode signals in system port
3211
3212
3213 8/4/2010
3214
3215 [VM/MC6847] support MC6847
3216 [VM/UPD7801] add wait signal
3217 [VM/Z80] support raise irq by write_signal()
3218
3219 [FP1100] support CASIO FP-1100 (not work)
3220 [PHC25] support SANYO PHC-25
3221 [MULTI8/FLOPPY] fix floppy drive
3222 [PV1000/PSG] fix psg frequency
3223
3224
3225 6/4/2010
3226
3227 [EMU/WIN32] update screen stretch/rotation
3228 [EMU/WIN32] support window x3 - x8 modes
3229 [EMU/WIN32] support fullscreen mode with any resolutions
3230 [EMU/WIN32] fix video recorder
3231 [EMU/WIN32] hide menu bar in full screen mode
3232 [EMU/WIN32] save opened file dir for common dialog's initial dir
3233
3234 [VM/UPD765A] fix result status for recalib/seek commands
3235
3236 [PV1000/PGS] support sound generation (based on MESS driver)
3237 [PV1000/JOYSTICK] fix $fc status register
3238
3239
3240 5/12/2010
3241
3242 [EMU/WIN32] remove Windows CE support
3243 [EMU/WIN32] remove Direct3D support
3244 [EMU/WIN32] remove waveOut api support
3245 [EMU/WIN32] remove video capture support
3246
3247 [VM/DISK] support media type property
3248 [VM/DISK] check if the current disk image is reopened
3249 [VM/UPD7220] update csform/csrw commands
3250 [VM/UPD7220] support unknown $5a command
3251 [VM/UPD765A] support force ready signal for NEC PC-98 series
3252 [VM/UPD765A] fix result status for recalib/seek commands
3253 [VM/UPD764A] update hdu for sence device status command
3254 [VM/UPD765A] raise interrupt when disk is inserted or ejected
3255
3256 [MZ2500/CRTC] remove super impose support
3257 [PC98LT] support floppy drive
3258 [PC98LT/BIOS] support pseudo disk bios to check the media type
3259 [PC98LT/FLOPPY] remove unused io address for 1MB FDD I/F
3260
3261
3262 12/31/2009
3263
3264 [YS6464A] support Shinko Sangyo YS-6464A
3265
3266
3267 12/28/2009
3268
3269 [EMU/WIN32] support artwork, buttons and leds for single-board computers
3270 [VM/I386] reimplement 80386 (based on MAME i386 core)
3271 [VM/I8237] support increment mask of bank register
3272 [VM/I8251] check number of sync characters
3273 [VM/I8253] fix mask bit for output signal
3274 [VM/UPD7220] check vram pointer is not null
3275 [VM/Z80CTC] fix issue in the case sysclock is same as cpu clock
3276
3277 [BABBAGE2ND] support Gijutsu Hyron Sha Babbage-2nd
3278 [N5200] support NEC N5200 (not work)
3279 [FMR50] check crc32 of bios and set machine id
3280 [FMR50] select cpu core i286/i386 refering machine id
3281 [FMR50/MEMORY] support 32bit memory address
3282 [MULTI8/DISPLAY] fix cursor end line
3283 [PASOPIA/VM] fix order of z80family's daisy chain
3284 [PASOPIA7/VM] fix order of z80family's daisy chain
3285 [MYCOMZ80A/DISPLAY] fix semi graphics mode
3286 [MYCOMZ80A/DISPLAY] fix cursor end line
3287 [MYCOMZ80A/KEYBOARD] add key buffer
3288
3289
3290 5/25/2009
3291
3292 [VM/UPD7220] fix initial vect params
3293 [VM/Z80CTC] support different sysclock from cpu clock
3294
3295 [MYCOMZ80A] build without optimization for wince port
3296 [MZ5500] set correct z80ctc sysclock
3297 [QC10/DISPLAY] fix access violation problem
3298
3299
3300 5/20/2009
3301
3302 [VM/MSM5832] fix build error
3303
3304 [MYCOMZ80A] support Japan Electronics College MYCOMZ-80A (my 30th emulator!)
3305 [FMR50/CMOS] add experimental codes for FMR-CARD
3306 [FMR50/MEMORY] add experimental codes for FMR-CARD
3307
3308
3309 5/17/2009
3310
3311 [VM/I386] support 80386 (based on PCemu i386 core)
3312 [VM/LS393] refine implements of output signal
3313 [VM/MSM5832] support MSM5832
3314 [VM/SN76489AN] support cs/we/data signal to be controlled without i/o bus
3315 [VM/Z80CTC] refine implements of output signal
3316
3317 [MZ5500] fix ay-3-8912 address
3318 [MZ6500] support SHARP MZ-6500
3319 [FMR50/MEMORY] support address mask 20/24/32bit
3320 [PC8201/KEYBOARD] support kana key (thanks Mr.apaslothy)
3321 [X1TWIN/SUB] fix key matrix
3322
3323
3324 4/9/2009
3325
3326 [COMMON] modify definition of uint64 and int64
3327 [VM/DEVICE] support 32bit i/o bus
3328 [VM/IO] support 32bit i/o bus
3329
3330 [PC8201] support PC-8201A (by Mr.apaslothy)
3331 [PC8201/LCD] support command $3a,$3b,$3e,$3f,$7e,$be and $fe (by Mr.apaslothy)
3332
3333
3334 4/5/2009
3335
3336 [COMMON] define pair struct
3337 [VM/I8155] fix build error
3338 [VM/UPD1990A] fix shift register
3339
3340 [PC98LT] fix signal connection from upd1990a to i8255
3341 [X1TWIN] fix key matrix
3342 [PC8201] support NEC PC-8201
3343
3344
3345 4/1/2009
3346
3347 [COMMON] define uint64 and int64
3348 [EMU/WIN32] support 1024x768 and 1280x1024 full-screen mode
3349 [VM/DEVICE] support 32bit memory bus
3350 [VM/DISK] detect disk is changed
3351 [VM/EVENT] remove hsync event
3352 [VM/EVENT] initialize sound buffer before reset
3353 [VM/EVENT] multi instance free
3354 [VM/HD46505] support vblank signal
3355 [VM/HD63484] support HD63484 (based on MAME HD63484 core)
3356 [VM/HUC6260] support HuC6260 (based on Ootake cpu core)
3357 [VM/I8155] add mask bit for output signal
3358 [VM/I8253] add mask bit for output signal
3359 [VM/I86] fix to refer 16bit i/o bus
3360 [VM/UPD1990A] support TP signal
3361 [VM/YM2151] support YM2151 (use fmgen core by Mr.CISC)
3362
3363 [MULTI8/DISPLAY] check R8:DISPTMG on HD46505
3364 [MZ2500/JOYSTICK] fix full-auto timing
3365 [MZ2800/JOYSTICK] fix full-auto timing
3366 [PASOPIA/DISPLAY] check R8:DISPTMG on HD46505
3367 [PASOPIA7/DISPLAY] check R8:DISPTMG on HD46505
3368 [FMR60] support FUJITSU FMR-60
3369 [X1TWIN] support SHARP X1twin
3370
3371
3372 2/8/2009
3373
3374 [EMU/WIN32] support window minimize button
3375
3376 [FMR30/MEMORY] optimize memory bank switch
3377 [FRM50/BIOS] fix disk bios $fa
3378 [FMR50/BIOS] support memcard
3379 [FRM50/BIOS] support power management bios
3380 [FMR50/FLOPPY] fix disk status register
3381 [FMR50/KEYBOARD] fix kbint register
3382 [FMR50/MEMORY] support line/logical operations circuit
3383 [FMR50/MEMORY] support 40chars/20lines text screen mode
3384 [FMR50/MEMORY] refer cursor end line register on hd46505
3385 [FMR50/TIMER] fix timer interrupt cause register
3386
3387
3388 1/16/2009
3389
3390 [EMU/WIN32] change screen buffer type from uint16 to user-defined type
3391 [EMU/WIN32] change screen buffer depth from RGB555 to RGB888 on windows pc
3392 [VM/I8155] support i8155
3393
3394 [FMR50/MEMORY] optimize memory bank switch
3395
3396 *) change the compiler from vs2005 to vs2008
3397
3398
3399 1/2/2009
3400
3401 [EMU/WIN32] support power off requested by vm
3402 [VM/I8237] support external bank register
3403 [VM/I8251] support txrdy/txempty/dsr/dtr signals
3404 [VM/I8251] support loop back
3405 [VM/I8251] don't reset dsr bit of status register
3406 [VM/I8253] don't latch count before previously latched count is not read
3407 [VM/I8254] support i8254 based on i8253
3408 [VM/I86] fix push sp in 8086 mode
3409 [VM/I86] fix a20 line in fetch functions
3410 [VM/IO] change class name from IO8 to IO
3411 [VM/IO] support 16bit i/o bus
3412
3413 [FMR30] support FUJITSU FMR-30
3414 [FMR50/MEMORY] support power off bit on $20
3415
3416
3417 12/26/2008
3418
3419 [EMU/WIN32] support kana-characters on auto key function
3420 [VM/DISK] support ImageDisk floppy disk image
3421 [VM/I8085] support 8080/8085 (based on MAME 8080/8085 core)
3422 [VM/I86] change class name from X86 to I86
3423
3424 [MULTI8/KEYBOARD] fix the problem that cannot input the kana-character "¨"
3425 [TK80] change cpu core from z80 to 8080
3426 [TK80/MEMORY] change user-defined rom address to $0c00-$7dff
3427
3428
3429 10/17/2008
3430
3431 [EMU/WIN32] fix key notification for caps/kana/kanji
3432 [VM/X86] optimize the pseudo bios call by interrupt
3433
3434 [FMR50/BIOS] support scsi hard drive
3435 [FMR50/BIOS] support pseudo bios
3436 [FMR50/BIOS] support disk bios $FA
3437 [FMR50/BIOS] support cmos/wait bios call
3438 [FMR50/FLOPPY] support disk change register
3439 [FMR50/KEYBOARD] support key repeat
3440 [FMR50/MEMORY] fix vram bank switch in 200line screen mode
3441 [FMR50/MEMORY] support reading ank/kanji rom
3442 [HC40/IO] fix caps toggle problem
3443 [HC80/IO] fix caps toggle problem
3444 [PC98HA/KEYBOARD] fix kana toggle problem
3445 [TK80/DISPLAY] change 8-seg LED color
3446 [TK80/KEYBOARD] change key assign
3447 [TK80/MEMORY] change rom size for COMPO BS/80
3448 [TK80/MEMORY] support user-defined rom for $0800-$7dff
3449
3450
3451 10/11/2008
3452
3453 [FMR50] fix i/o address of pit and crtc
3454 [FRM50/MEMORY] fix busy status of line renderer
3455 [FMR50/MEMORY] draw cursor on text screen
3456 [FMR50/MEMORY] support cg screen
3457
3458
3459 10/10/2008
3460
3461 [FMR50/BIOS] support disk bios
3462 [FMR50/KEYBOARD] support keyboard
3463 [MZ700/MEMORY] change EMM memory size for Windows CE
3464
3465
3466 10/6/2008
3467
3468 [EMU/WIN32] fix the problem when new file path is specified
3469 [EMU/WIN32] support 96khz sound
3470
3471 [VM/DATAREC] support trigger signal
3472 [VM/DATAREC] output remote signal
3473 [VM/I8253] fix mode3 output signal
3474 [VM/PCM1BIT] support LPF
3475 [VM/UPD765A] fix AT bit in the result of seek command
3476 [VM/X86] support pseudo bios call
3477
3478 [MZ700] support mzt/m12 file
3479 [MZ700] support datarec control signals
3480 [MZ700] fix vsync/hsnyc timing
3481 [MZ700/MEMORY] support memory wait
3482 [TK80BS] support circuits on TK-80 main board
3483 [TK80BS] support 2ch sound (PC1 and PC2 of 8255)
3484 [TK80BS/MEMORY] support save/load ram image
3485 [TK80BS/MEMORY] fix interrupt address
3486 [TK80BS/KEYBOARD] fix key map for kana chars
3487
3488
3489 8/27/2008
3490
3491 [EMU/WIN32] fix build problem for Windows CE
3492
3493 [VM/I8255] support mode1
3494 [VM/I8259] clear irr bit if the request signal is changed to low level
3495 [VM/UPD1990A] support i/o coonection interface
3496 [VM/X86] fix interrup status
3497 [VM/X86] fix pop es on 80286
3498
3499 [MZ700] fix vsync/hsnyc timing
3500 [MZ700/MEMORY] support 16MB EMM board
3501 [PC98LT] support PC-98LT
3502 [TK80BS] support TK-80BS (COMPO BS/80)
3503
3504
3505 8/19/2008
3506
3507 [VM/UPD765A] fix the problem that data lost occurs after the result phase
3508 [VM/UPD765A] fix CB bit in the status register in sence intstat command
3509 [VM/UPD765A] fix AT bit in the result of seek command
3510
3511 [PC100/CTRC] support monochrome screen mode
3512 [PC100/CRTC] fix palette registers
3513 [PC100/IOCTRL] fix keyboard event
3514 [PC100/IOCTRL] support keyboard reset
3515 [PC100/IOCTRL] fix keyboard initialize data
3516
3517
3518 8/16/2008
3519
3520 [EMU/WIN32] support rotate screen
3521 [EMU/WIN32] fix build problem for Windows CE
3522
3523 [VM/BEEP] more clear beep generation for the constant frequency
3524 [VM/BEEP] fix mute logic
3525 [VM/DEVICE] return address for unassigned I/O port
3526 [VM/EVENT] fix crash problem in the initialization
3527 [VM/I8251] fix PE bit in the status register
3528 [VM/I8253] check edge of the input signal
3529 [VM/I8253] fix gate signal
3530 [VM/RTC58321] support i/o coonection interface
3531 [VM/UPD4991A] modify i/o connection interface
3532 [VM/UPD4991A] fix year data
3533 [VM/UPD765A] support drq line delay
3534
3535 [PC98HA] support NEC PC-98HA
3536 [PC100] support NEC PC-100 (not work)
3537 [MZ700] fix sound noise problem
3538 [MZ700/MEMORY] support EMM memory
3539 [MZ2500/TIMER] modify 8253 gate control
3540
3541
3542 6/11/2008
3543
3544 [EMU/WIN32] open command line as cart or disk file path
3545 [EMU/WIN32] convert file path to full and long file path
3546
3547 [VM/AND/OR/NAND/NOR] support and/or/nand/nor gates
3548 [VM/DATAREC] output low signal when the tape is closed
3549 [VM/MB8876] support motor on/off signal
3550 [VM/PCM1BIT] support on/off signal
3551 [VM/PCM1BIT] support high quality sound
3552 [VM/RTC58321] support RTC58321
3553 [VM/UPD4991A] support uPD4991A
3554 [VM/UPD765A] fdc status patch for MZ-3500
3555 [VM/X86] fix freeze problem that some opecodes did not decrease the clock
3556 [VM/Z80] return busack signal whe busreq occurs
3557
3558 [FMR50] support FUJITSU FMR-50 (not work)
3559 [MZ700] support SHARP MZ-700
3560 [MZ3500] support SHARP MZ-3500 (not work)
3561 [HC80/IO] support intelligent ram disk (by Mr.Dennis Heynlein)
3562
3563
3564 4/22/2008
3565
3566 [VM/LS244] support 74LS244/245
3567 [VM/UPD1990A] support uPD1990A
3568 [VM/X86] fix hlt
3569 [VM/X86] support busreq
3570 [VM/Z80] don't reset busreq in reset()
3571
3572 [MZ5500/KEYBOARD] support communication timeout
3573
3574
3575 4/16/2008
3576
3577 [VM/UPD7220] support pitch command
3578 [VM/UPD7220] fix vecte command in the case R=C=T=L=0 (pset)
3579 [VM/UPD765A] fix read id command
3580
3581 [MZ5500/DISPLAY] support window controller
3582 [MZ5500/DISPLAY] support 320x200, 320x400, 640x200 mode
3583 [MZ5500/DISPLAY] support color palette
3584 [MZ5500/DISPLAY] support b/w mode
3585 [MZ5500/DISPLAY] support plane priority
3586 [MZ5500/KEYBOARD] support algo key
3587 [MZ5500/SYSPORT] support nmi reset
3588 [QC10/DISPLAY] support floppy drive access lamp
3589
3590
3591 4/14/2008
3592
3593 [MZ5500/KEYBOARD] support keyboard and mouse
3594
3595
3596 4/12/2008
3597
3598 [VM/LS393] support 74LS393
3599 [VM/RP5C01] support RP-5C01
3600 [VM/UPD7220] fix pset function
3601 [VM/UPD7220] notify vsync
3602 [VM/UPD765A] check sector id strictly
3603
3604 [MZ5500] support SHARP MZ-5500
3605
3606
3607 4/7/2008
3608
3609 [EMU/WIN32] support the screen size changing requested by the virtual machine
3610
3611 [VM/MZ2800] support z80sio interrupt vector port
3612
3613
3614 4/3/2008
3615
3616 [VM/I8259] fix the cascade mode condition
3617 [VM/UPD7220] fix low/high byte condition in dma commands
3618 [VM/UPD7220] check the param count in fifo buffer in sync/vectw commands
3619 [VM/UPD7220] get mod param in write command with no params
3620 [VM/UPD7220] check mod param in vect/char drawing commands
3621 [VM/UPD7220] check dir param in read/write command
3622 [VM/UPD7220] support line drawing in vecte command
3623 [VM/UPD7220] update ead/dad after drawing commands
3624 [VM/UPD7220] fix lsb/msb order in pset function
3625
3626 [QC10] change the default dipswitch status
3627 [QC10/DISPLAY] support color monitor subboard
3628 [QC10/KEYBOARD] support SF1-SF4 keys
3629 [QC10/MFONT] support multifonts rom card
3630
3631
3632 3/22/2008
3633
3634 [VM/I8251] notify rxrdy is changed
3635 [VM/TF20] fix the error result of read command
3636
3637 [HC80/IO] support HD6303 commands for microcassette (returns error code)
3638 [HC80/IO] support HD6303 commands for serial i/o
3639 [HC80/IO] support TF-20
3640 [HC80/IO] support 8kb/16kb rom capsule
3641 [HC80/IO] remove 8251 codes and use common 8251 class
3642
3643
3644 3/20/2008
3645
3646 [EMU/WIN32] set DirectX9 graphics params on the screen menu
3647
3648 [HC40/IO] fix key buffers
3649 [HC80] support EPSON HC-80/PX-8/Geneva
3650
3651
3652 3/2/2008
3653
3654 [EMU/WIN32] support DirectX9 graphics
3655 [EMU/WIN32] fix the window size problem of eHC-40
3656
3657
3658 2/29/2008
3659
3660 [EMU/WIN32] more quick stretch screen
3661 [EMU/CONFIG] divide the config version to the file version and the virtual machine version
3662 [VM/TF20] support EPSON TF-20 terminal floppy drives
3663
3664 [HC40/IO] don't reset 7508 sub cpu when boot the system
3665 [HC40/IO] support system reset
3666 [HC40/IO] support buzzer partially (constant frequency)
3667 [HC40/IO] support ART (8251 subset)
3668 [HC40/IO] support TF-20 connected to ART
3669
3670
3671 2/27/2008
3672
3673 [EMU/WIN32] Windows CE.NET binaries for GAPI are no longer supported
3674 [EMU/WIN32] don't use StretchBlt
3675
3676 [HC40] support EPSON HC-40/PX-4
3677 [QC10/MEMORY] fix the gate signal bit in $18
3678 [QC10/MEMORY] fix the memory bank switch
3679 [X07/IO] change LCD display color
3680
3681
3682 2/20/2008
3683
3684 VC++ 6.0 project files are removed.
3685
3686 [VM/HD146818P] support sqw and periodic interrupt
3687 [VM/HD146818P] clear IRQF/PF/AF/UF in the reg $0c when it is read
3688 [VM/I8237] fix the build error
3689 [VM/I8237] reimplement based on uPD71071
3690 [VM/UPD7220] fix the build error
3691 [VM/UPD7220] modify hblank/vsync event
3692 [VM/UPD765A] lost data event occurs soon if dma request is not accepted
3693 [VM/Z80SIO] change uPD7201 fifo buffer size
3694
3695 [QC10] support EPSON QC-10/QX-10
3696 [RX78/VDP] fix the crash problem on Windows CE
3697
3698
3699 2/11/2008
3700
3701 The interrupt logics are largely modified and are now very close to the real circuits.
3702
3703 In the older versions:
3704         - Each device requests the interrupt, sends the vector and goes into the in-service status only in the case that CPU can accept the interrupt.
3705         - These requests are always accepted and executed just now.
3706         - When the interrupt acception status is changed by the opecodes for example EI/RETI/RETN, CPU notifies to each devices to let them request the pending interrupt.
3707         - Realize Z80 family daisy chain by the pseudo device Z80PIC to control the priorities and receive RETI opecode.
3708
3709 This is because let CPU not to monitor the int-line in every opecodes.
3710 But it causes some problems for example:
3711         - Timing problems.
3712         - End of Interrupt command in Z80SIO/uPD7201.
3713         - Using Z80 family devices with 80x86 and PIC8259.
3714
3715 In this release:
3716         - Each device can request the interrupt any time.
3717         - CPU checks the int-line in every opecodes.
3718         - When CPU accepts the request, CPU sends the ack signal to the device and receive the vector.
3719         - The device goes into the in-service status when receive the ack signal.
3720         - Realize Z80 family daisy chain by IEI/OEI signals supported in Z80 family devices.
3721         - Z80 checks the wired-or of int-lines from Z80 family devices.
3722
3723 [VM/DEVICE] modify virtual functions for interrupts
3724 [VM/I8259] support the new interrupt logic
3725 [VM/I8259] fix the crash problem
3726 [VM/UPD7201] support uPD7201 (combined to Z80SIO class)
3727 [VM/X86] support the new interrupt logic
3728 [VM/Z80] support the new interrupt logic
3729 [VM/Z80CTC] support the new interrupt logic
3730 [VM/Z80PIO] support the new interrupt logic
3731 [VM/Z80SIO] support the new interrupt logic
3732 [VM/Z80SIO] support the End of Interrupt command
3733 [VM/Z80SIO] fix the status register #0 (interrupt pending bit)
3734 [VM/Z80SIO] fix the status register #2 (vector)
3735 [VM/Z80PIC] removed
3736
3737 [MZ2500/CRTC] notify vsync signal by not edge but level
3738 [MZ2500/INTERRUPT] support the new interrupt logic
3739 [MZ2500/INTERRUPT] pending the interrupt request from vsync and timer
3740 [MZ2500/INTERRUPT] remove the patches added in 2/11/2007
3741
3742
3743 1/5/2008
3744
3745 [VM/BEEP] fix the crash problem when the frequency is constant
3746 [VM/BEEP] support the interface to change the frequency constant
3747
3748 [X07/IO] support user defined keys
3749 [X07/IO] support break key
3750 [X07/IO] support line/circle commands
3751 [X07/IO] support beep command
3752 [X07/IO] support data recorder
3753
3754
3755 12/31/2007
3756
3757 [COMMON/FIFO] support read_not_remove()
3758 [VM/NSC800] fix NSC800
3759
3760 [X07] support CANON X-07
3761
3762
3763 9/14/2007
3764
3765 [MZ2800/CRTC] fix read-modify-write registers
3766
3767
3768 8/24/2007
3769
3770 [EMU/WIN32] check the status of both left and right ALT/CTRL/SHIFT keys
3771
3772 [MZ2800] ignore A15 of I/O port addr
3773 [MZ2800/CTRL] support 65536colors graphic screen
3774 [MZ2800/KEYBOARD] change keymap to newply support some keys
3775 [MZ2800/MEMORY] fix the problem that symbol does not work on BASIC-M25
3776
3777
3778 8/22/2007
3779
3780 [VM/RP5C15] fix the initial 12H/24H setting
3781
3782 [MZ2500/CRTC] optimize the screen renderer
3783 [MZ2800/CRTC] support the 16/4096colors graphic screen
3784 [MZ2800/CRTC] support the read modify write
3785 [MZ2800/CRTC] support the hardware scroll
3786 [MZ2800/CRTC] support the vram plane mask
3787 [MZ2800/MEMORY] support the dictionary/kanji/pcg bank switch
3788
3789
3790 8/19/2007
3791
3792 [VM/MB8877] fix the status for type4 command
3793 [VM/UPD71071] support the base registers
3794 [VM/X86] fix rep never to exit and re-fetch the opecode in the loop
3795 [VM/X86] fix the modrm table
3796
3797 [MZ2800] add eVC4 project file
3798 [MZ2800/CRTC] fix the test screen renderer
3799 [MZ2800/CRTC] support 4096 color palette registers
3800 [MZ2800/MEMORY] fix that ipl rom is initially mapped to $f0000-$fffff
3801
3802
3803 8/16/2007
3804
3805 [VM/DEVICE] add the virtual functions for dma access
3806 [VM/I8237] fix the typo
3807 [VM/I8259] support the special fully nest mode
3808 [VM/I8259] support the rotation of priorities
3809 [VM/I8259] support the intrrupt request from Z80 family devices
3810 [VM/IO8] support 16bit i/o adrress
3811 [VM/MB8877] support the dma access
3812 [VM/MB8877] support the irq and drq signals
3813 [VM/RP5C15] support reading the values of banks #13/#14/#15
3814 [VM/UPD71071] support uPD71071
3815 [VM/X86] support 8086/V30/80286
3816 [VM/YM2203] support the irq signal
3817
3818 [MZ2500] fix YM2203 PortB signal from RP-5C15
3819 [MZ2800] support SHARP MZ-2800
3820
3821
3822 7/23/2007
3823
3824 [VM/DATAREC] modify the frame skip condition (skip when the signal is changed)
3825 [VM/TMS9918A] reimplement based on MAME 0.116
3826 [VM/UPD7801] support the memory access wait
3827
3828 [PYUTA/MEMORY] modify the memory bank switch
3829 [PYUTA/MEMORY] change the data bus from pull-down to pull-up
3830 [SCV/MEMORY] support the memory access wait (now disabled)
3831
3832
3833 7/16/2007
3834
3835 [VM/TMS9995] support TMS9995
3836
3837 [PYUTA] support TOMY PyuTa and PyuTa Jr.
3838
3839
3840 2/11/2007
3841
3842 [COMMON] support auto key hitting from the clipboard
3843 [COMMON] save and restore the window mode when the emulator is restarted
3844 [VM/DEVICE] modify memory access wait
3845 [VM/DEVICE] support i/o access wait
3846 [VM/DISK] fix the crash problem when the invalid track number is set
3847 [VM/HD46505] support HD46505
3848 [VM/HD46505] fix the display/vsync/hsync signals timing
3849 [VM/I8253] more precise signal timing in mode #2, #4 and #5
3850 [VM/MB8877] support the access led status
3851 [VM/PICM1BIT] support 1bit pcm
3852 [VM/UPD765A] support the acces led status
3853 [VM/YM2203] support the volume adjustment
3854 [VM/Z80] modify memory access wait
3855 [VM//Z80] support i/o access wait
3856 [VM/Z80SIO] fix the recv and under-run interrupt flags
3857 [VM/Z80SIO] fix the status affect vector
3858 [VM/Z80SIO] cancel the interrupt request when read the recv buffer
3859 [VM/Z80SIO] support the i/f to clear the recv buffer
3860
3861 [MULTI8/DISPLAY] remove HD46505 codes
3862 [MULTI8/DISPLAY] draw the flopppy drive access led
3863 [MZ2500] support 1bit pcm
3864 [MZ2500] adjust fm/psg volume
3865 [MZ2500] support i/o access wait
3866 [MZ2500/CRTC] render screen with less cpu power
3867 [MZ2500/CRTC] draw the floppy drive access led
3868 [MZ2500/INTERRUPT] reimplement interrupt handler with the common Z80PIC class
3869 [MZ2500/INTERRUPT] add the patch for GALAGA, LAYDOCK, THEXDER, MULTIPLAN, Super Shunbou, Wizardry and Ys3
3870 [MZ2500/MEMORY] modify memory access wait
3871 [MZ2500/MOUSE] clear Z80SIO recv buffer when send the mouse status
3872 [PASOPIA] support OA-BASIC
3873 [PASOPIA] support hsync signal
3874 [PASOPIA/DISPLAY] remove HD46505 codes
3875 [PASOPIA/MEMORY] fix the memory map $8000-$ffff
3876 [PASOPIA7/DISPLAY] remove HD46505 codes
3877 [PASOPIA7/DISPLAY] draw the flopppy drive access led
3878 [PV1000] rewrite with the common event manager class
3879 [PV1000/JOYSTICK] fix $fc status (not complete)
3880 [PV1000/VDP] add the patch for SPACE PANIC
3881
3882
3883 2/1/2007
3884
3885 [COMMON] ignore some warnings on Visual Studio 2005
3886 [WIN32/SCREEN] support video recording
3887 [WIN32/SOUND] record wave as 16bit, stereo (for TMPGEnc)
3888 [WIN32/SOUND] dont use multi threading to recieve MM_WOM_DONE event
3889 [WIN32/WCE] build 4 binaries (use GAPI or GDI, DirectSound or waveOut)
3890 [VM/BEEP] modify beep sound generator for more stable frequency
3891 [VM/DATAREC] auto stop at the end of tape image
3892 [VM/DEVICE] add virtual functions to get the memory wait and passed clocks in cpu class
3893 [VM/EVENT] more precise event timing refering the passed clock in cpu class
3894 [VM/I8253] drive counter when it reaches the terminal count or read the count registers
3895 [VM/I8253] more precise output signal timing
3896 [VM/NSC800] suppor NSC800
3897 [VM/Z80] fix the clocks for opecodes DD-CB-** and FD-CB-**
3898 [VM/Z80CTC] drive counter when it reaches the terminal count or read the count registers
3899 [VM/Z80PIC] accept the interrupt request when it is running
3900
3901 [MULTI8/HD46505] dont use hsync event and use the event callback to drive the hsync signal 
3902 [MZ2500/CRTC] dont use hsync event and use the event callback to drive the hsync signal 
3903 [MZ2500/MEMORY] support the memory wait in display period
3904 [MZ2500/Z80PIC] accept the interrupt request when it is running 
3905 [MZ2500/Z80PIC] recognize the i8253 clock signal as level, or edge only for MUDER CLUB, KUGYOKUDEN and RELICS 
3906 [PASOPIA] reimplement EmuPIA under the common source code project 
3907 [PASOPIA7/HD46505] dont use hsync event and use the event callback to drive the hsync signal 
3908
3909
3910 12/31/2006
3911
3912 [WIN32] support DirectShow video capture devices (DX8 or later is required)
3913 [WIN32] support Windows CE.net 4.x devices (use GAPI and waveOut APIs)
3914 [VM] each device can get the cpu time
3915 [VM/BEEP] modify beep sound generator for more stable frequency
3916 [VM/Z80] support BUSREQ
3917 [VM/Z80PIC] call do_reti() in the device that requested the interrupt
3918 [VM/Z80SIO] suppor Z80SIO
3919 [VM/DISK] support TeleDisk floppy disk image
3920 [VM/EVENT] fix the problem in the case that the new event is registered in the event callback routine
3921 [VM/I8253] drive the counter more accurate and less power
3922
3923 [MZ2500] reimplement EmuZ-2500 under the common source code project
3924 [MZ2500] support the ethernet card function designed by Mr.Oh!Ishi
3925 [MZ2500/CRTC] support the super impose function
3926 [MZ2500/MEMORY] support VRAM access wait 
3927
3928
3929 12/7/2006
3930
3931 Initial release